From 20b4215204d2494430195e5bac306fc3b2d1fc47 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Tue, 9 Feb 2021 00:29:04 +0100 Subject: [PATCH] Swich links to https (#12511) * Switch librenms links to https * Convert librenms links in comments * Switch gnu.org url to https * switch php urls to https --- LICENSE.txt | 6 +++--- LibreNMS/Alert/AlertDB.php | 4 ++-- LibreNMS/Alert/AlertData.php | 4 ++-- LibreNMS/Alert/AlertRules.php | 4 ++-- LibreNMS/Alert/AlertUtil.php | 4 ++-- LibreNMS/Alert/RunAlerts.php | 2 +- LibreNMS/Alert/Template.php | 4 ++-- LibreNMS/Alert/Transport/Alertmanager.php | 2 +- LibreNMS/Alert/Transport/Api.php | 2 +- LibreNMS/Alert/Transport/Boxcar.php | 4 ++-- LibreNMS/Alert/Transport/Clickatell.php | 2 +- LibreNMS/Alert/Transport/Discord.php | 4 ++-- LibreNMS/Alert/Transport/Dummy.php | 2 +- LibreNMS/Alert/Transport/Elasticsearch.php | 2 +- LibreNMS/Alert/Transport/Gitlab.php | 2 +- LibreNMS/Alert/Transport/Hipchat.php | 2 +- LibreNMS/Alert/Transport/Hue.php | 2 +- LibreNMS/Alert/Transport/Irc.php | 2 +- LibreNMS/Alert/Transport/Jira.php | 2 +- LibreNMS/Alert/Transport/Mail.php | 2 +- LibreNMS/Alert/Transport/Matrix.php | 2 +- LibreNMS/Alert/Transport/Mattermost.php | 2 +- LibreNMS/Alert/Transport/Nagios.php | 2 +- LibreNMS/Alert/Transport/Opsgenie.php | 2 +- LibreNMS/Alert/Transport/Pagerduty.php | 2 +- LibreNMS/Alert/Transport/Playsms.php | 2 +- LibreNMS/Alert/Transport/Pushbullet.php | 2 +- LibreNMS/Alert/Transport/Pushover.php | 4 ++-- LibreNMS/Alert/Transport/Rocket.php | 2 +- LibreNMS/Alert/Transport/Sensu.php | 2 +- LibreNMS/Alert/Transport/Slack.php | 2 +- LibreNMS/Alert/Transport/Smseagle.php | 2 +- LibreNMS/Alert/Transport/Smsfeedback.php | 2 +- LibreNMS/Alert/Transport/Splunk.php | 2 +- LibreNMS/Alert/Transport/Syslog.php | 2 +- LibreNMS/Alert/Transport/Telegram.php | 4 ++-- LibreNMS/Alert/Transport/Victorops.php | 2 +- LibreNMS/Alerting/QueryBuilderFilter.php | 6 +++--- LibreNMS/Alerting/QueryBuilderFluentParser.php | 4 ++-- LibreNMS/Alerting/QueryBuilderParser.php | 6 +++--- LibreNMS/Authentication/ActiveDirectoryCommon.php | 4 ++-- LibreNMS/Authentication/AuthorizerBase.php | 4 ++-- .../Authentication/LdapAuthorizationAuthorizer.php | 2 +- LibreNMS/Authentication/LdapSessionCache.php | 4 ++-- LibreNMS/Authentication/SSOAuthorizer.php | 2 +- LibreNMS/Authentication/TwoFactor.php | 4 ++-- LibreNMS/Cache/Device.php | 4 ++-- LibreNMS/Cache/PermissionsCache.php | 4 ++-- LibreNMS/Component.php | 4 ++-- LibreNMS/ComposerHelper.php | 4 ++-- LibreNMS/Config.php | 4 ++-- LibreNMS/DB/Eloquent.php | 4 ++-- LibreNMS/DB/Schema.php | 4 ++-- LibreNMS/DB/SyncsModels.php | 4 ++-- LibreNMS/Data/Measure/Measurement.php | 4 ++-- LibreNMS/Data/Measure/MeasurementCollection.php | 4 ++-- LibreNMS/Data/Measure/MeasurementSummary.php | 4 ++-- LibreNMS/Data/Store/BaseDatastore.php | 4 ++-- LibreNMS/Data/Store/Datastore.php | 4 ++-- LibreNMS/Data/Store/Graphite.php | 4 ++-- LibreNMS/Data/Store/InfluxDB.php | 4 ++-- LibreNMS/Data/Store/OpenTSDB.php | 4 ++-- LibreNMS/Data/Store/Prometheus.php | 4 ++-- LibreNMS/Data/Store/Rrd.php | 4 ++-- LibreNMS/Device/Availability.php | 4 ++-- LibreNMS/Device/Processor.php | 4 ++-- LibreNMS/Device/Sensor.php | 4 ++-- LibreNMS/Device/WirelessSensor.php | 4 ++-- LibreNMS/Device/YamlDiscovery.php | 4 ++-- LibreNMS/Enum/Alert.php | 4 ++-- LibreNMS/Enum/AlertScheduleStatus.php | 4 ++-- LibreNMS/Enum/AlertState.php | 4 ++-- LibreNMS/Enum/PowerState.php | 2 +- LibreNMS/Exceptions/ApiException.php | 4 ++-- LibreNMS/Exceptions/AuthenticationException.php | 4 ++-- LibreNMS/Exceptions/DatabaseConnectException.php | 4 ++-- LibreNMS/Exceptions/DuskUnsafeException.php | 4 ++-- LibreNMS/Exceptions/FileExistsException.php | 4 ++-- LibreNMS/Exceptions/FileNotFoundException.php | 4 ++-- LibreNMS/Exceptions/FilePermissionsException.php | 4 ++-- LibreNMS/Exceptions/FileWriteFailedException.php | 4 ++-- LibreNMS/Exceptions/HostExistsException.php | 4 ++-- LibreNMS/Exceptions/HostIpExistsException.php | 4 ++-- LibreNMS/Exceptions/HostUnreachableException.php | 4 ++-- LibreNMS/Exceptions/HostUnreachablePingException.php | 4 ++-- LibreNMS/Exceptions/HostUnreachableSnmpException.php | 4 ++-- LibreNMS/Exceptions/InvalidIpException.php | 4 ++-- LibreNMS/Exceptions/InvalidModuleException.php | 4 ++-- LibreNMS/Exceptions/InvalidNameException.php | 4 ++-- LibreNMS/Exceptions/InvalidOidException.php | 4 ++-- LibreNMS/Exceptions/InvalidPortAssocModeException.php | 4 ++-- LibreNMS/Exceptions/InvalidRrdTypeException.php | 4 ++-- LibreNMS/Exceptions/LdapMissingException.php | 4 ++-- LibreNMS/Exceptions/LockException.php | 4 ++-- LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php | 4 ++-- .../Exceptions/SnmpVersionUnsupportedException.php | 4 ++-- LibreNMS/Exceptions/UnserializableRouteCache.php | 4 ++-- LibreNMS/Exceptions/YamlException.php | 4 ++-- LibreNMS/Fping.php | 4 ++-- LibreNMS/IRCBot.php | 2 +- LibreNMS/Interfaces/Alert/Transport.php | 4 ++-- LibreNMS/Interfaces/Data/Datastore.php | 4 ++-- LibreNMS/Interfaces/Discovery/DiscoveryModule.php | 4 ++-- LibreNMS/Interfaces/Discovery/MempoolsDiscovery.php | 4 ++-- LibreNMS/Interfaces/Discovery/MplsDiscovery.php | 4 ++-- LibreNMS/Interfaces/Discovery/OSDetection.php | 4 ++-- LibreNMS/Interfaces/Discovery/OSDiscovery.php | 4 ++-- LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessApCountDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessCapacityDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessCcqDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessClientsDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessDistanceDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessErrorRateDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessErrorRatioDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessErrorsDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessFrequencyDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessMseDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessNoiseFloorDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessPowerDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessQualityDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessRateDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessRsrpDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessRsrqDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessRssiDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessSinrDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessSnrDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessSsrDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessUtilizationDiscovery.php | 4 ++-- .../Discovery/Sensors/WirelessXpiDiscovery.php | 4 ++-- .../Interfaces/Exceptions/UpgradeableException.php | 4 ++-- LibreNMS/Interfaces/Geocoder.php | 4 ++-- LibreNMS/Interfaces/InstallerStep.php | 4 ++-- LibreNMS/Interfaces/Models/Keyable.php | 4 ++-- LibreNMS/Interfaces/Module.php | 4 ++-- LibreNMS/Interfaces/Polling/MempoolsPolling.php | 4 ++-- LibreNMS/Interfaces/Polling/MplsPolling.php | 4 ++-- LibreNMS/Interfaces/Polling/NacPolling.php | 4 ++-- LibreNMS/Interfaces/Polling/OSPolling.php | 4 ++-- LibreNMS/Interfaces/Polling/PollerModule.php | 4 ++-- LibreNMS/Interfaces/Polling/ProcessorPolling.php | 4 ++-- .../Polling/Sensors/WirelessApCountPolling.php | 4 ++-- .../Polling/Sensors/WirelessCapacityPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessCcqPolling.php | 4 ++-- .../Polling/Sensors/WirelessClientsPolling.php | 4 ++-- .../Polling/Sensors/WirelessDistancePolling.php | 4 ++-- .../Polling/Sensors/WirelessErrorRatePolling.php | 4 ++-- .../Polling/Sensors/WirelessErrorRatioPolling.php | 4 ++-- .../Polling/Sensors/WirelessErrorsPolling.php | 4 ++-- .../Polling/Sensors/WirelessFrequencyPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessMsePolling.php | 4 ++-- .../Polling/Sensors/WirelessNoiseFloorPolling.php | 4 ++-- .../Polling/Sensors/WirelessPowerPolling.php | 4 ++-- .../Polling/Sensors/WirelessQualityPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessRatePolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessRsrpPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessRsrqPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessRssiPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessSinrPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessSnrPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessSsrPolling.php | 4 ++-- .../Polling/Sensors/WirelessUtilizationPolling.php | 4 ++-- .../Interfaces/Polling/Sensors/WirelessXpiPolling.php | 4 ++-- LibreNMS/Interfaces/SnmptrapHandler.php | 4 ++-- LibreNMS/Interfaces/UI/DeviceTab.php | 4 ++-- LibreNMS/Interfaces/ValidationGroup.php | 4 ++-- LibreNMS/Modules/Core.php | 4 ++-- LibreNMS/Modules/Mempools.php | 4 ++-- LibreNMS/Modules/Mpls.php | 4 ++-- LibreNMS/Modules/Nac.php | 4 ++-- LibreNMS/Modules/OS.php | 4 ++-- LibreNMS/OS.php | 4 ++-- LibreNMS/OS/Aen.php | 4 ++-- LibreNMS/OS/Airos.php | 4 ++-- LibreNMS/OS/AirosAf.php | 4 ++-- LibreNMS/OS/Airport.php | 4 ++-- LibreNMS/OS/Aix.php | 4 ++-- LibreNMS/OS/AlcomaAlmp.php | 4 ++-- LibreNMS/OS/Allied.php | 4 ++-- LibreNMS/OS/AllworxVoip.php | 4 ++-- LibreNMS/OS/Aos.php | 4 ++-- LibreNMS/OS/Apc.php | 4 ++-- LibreNMS/OS/Aprisa.php | 4 ++-- LibreNMS/OS/Apsoluteos.php | 4 ++-- LibreNMS/OS/ArrisC4.php | 4 ++-- LibreNMS/OS/ArubaInstant.php | 4 ++-- LibreNMS/OS/Arubaos.php | 4 ++-- LibreNMS/OS/AsuswrtMerlin.php | 4 ++-- LibreNMS/OS/AviatWtm.php | 4 ++-- LibreNMS/OS/Avocent.php | 4 ++-- LibreNMS/OS/Awplus.php | 4 ++-- LibreNMS/OS/Barracudangfirewall.php | 4 ++-- LibreNMS/OS/Beagleboard.php | 4 ++-- LibreNMS/OS/Boss.php | 4 ++-- LibreNMS/OS/Brother.php | 4 ++-- LibreNMS/OS/Ceraos.php | 4 ++-- LibreNMS/OS/Ciscosb.php | 4 ++-- LibreNMS/OS/Ciscowlc.php | 4 ++-- LibreNMS/OS/Cnpilote.php | 4 ++-- LibreNMS/OS/Comware.php | 4 ++-- LibreNMS/OS/Coriant.php | 4 ++-- LibreNMS/OS/Cumulus.php | 4 ++-- LibreNMS/OS/DdWrt.php | 4 ++-- LibreNMS/OS/Deliberant.php | 4 ++-- LibreNMS/OS/DellLaser.php | 4 ++-- LibreNMS/OS/Dhcpatriot.php | 4 ++-- LibreNMS/OS/Dlink.php | 4 ++-- LibreNMS/OS/Dlinkap.php | 4 ++-- LibreNMS/OS/Dnos.php | 4 ++-- LibreNMS/OS/Edgecos.php | 4 ++-- LibreNMS/OS/Edgeos.php | 4 ++-- LibreNMS/OS/Edgeswitch.php | 4 ++-- LibreNMS/OS/Ekinops.php | 4 ++-- LibreNMS/OS/Endrun.php | 4 ++-- LibreNMS/OS/Enterasys.php | 4 ++-- LibreNMS/OS/Epmp.php | 4 ++-- LibreNMS/OS/EricssonMl.php | 4 ++-- LibreNMS/OS/Ewc.php | 4 ++-- LibreNMS/OS/Exa.php | 4 ++-- LibreNMS/OS/Extendair.php | 4 ++-- LibreNMS/OS/Extremeware.php | 4 ++-- LibreNMS/OS/Fabos.php | 4 ++-- LibreNMS/OS/Fortigate.php | 4 ++-- LibreNMS/OS/Fortios.php | 4 ++-- LibreNMS/OS/FsGbn.php | 4 ++-- LibreNMS/OS/FsSwitch.php | 4 ++-- LibreNMS/OS/Ftos.php | 4 ++-- LibreNMS/OS/Generic.php | 4 ++-- LibreNMS/OS/Gepulsar.php | 4 ++-- LibreNMS/OS/Helios.php | 4 ++-- LibreNMS/OS/HiveosWireless.php | 4 ++-- LibreNMS/OS/Hpmsm.php | 4 ++-- LibreNMS/OS/Ifotec.php | 4 ++-- LibreNMS/OS/InfineraGroove.php | 4 ++-- LibreNMS/OS/Infinity.php | 4 ++-- LibreNMS/OS/Ios.php | 4 ++-- LibreNMS/OS/Iosxe.php | 4 ++-- LibreNMS/OS/Iosxr.php | 4 ++-- LibreNMS/OS/Ironware.php | 4 ++-- LibreNMS/OS/Jetdirect.php | 4 ++-- LibreNMS/OS/Junos.php | 4 ++-- LibreNMS/OS/Lcos.php | 4 ++-- LibreNMS/OS/Mimosa.php | 4 ++-- LibreNMS/OS/MoxaEtherdevice.php | 4 ++-- LibreNMS/OS/Netscaler.php | 4 ++-- LibreNMS/OS/Netsure.php | 4 ++-- LibreNMS/OS/Nios.php | 4 ++-- LibreNMS/OS/Okilan.php | 4 ++-- LibreNMS/OS/Openbsd.php | 4 ++-- LibreNMS/OS/Openwrt.php | 4 ++-- LibreNMS/OS/Packetlight.php | 4 ++-- LibreNMS/OS/Panos.php | 4 ++-- LibreNMS/OS/Pbn.php | 4 ++-- LibreNMS/OS/Pepwave.php | 4 ++-- LibreNMS/OS/Pfsense.php | 4 ++-- LibreNMS/OS/Pmp.php | 4 ++-- LibreNMS/OS/Powerconnect.php | 4 ++-- LibreNMS/OS/Procurve.php | 4 ++-- LibreNMS/OS/Ptp250.php | 4 ++-- LibreNMS/OS/Ptp500.php | 4 ++-- LibreNMS/OS/Ptp600.php | 4 ++-- LibreNMS/OS/Ptp650.php | 4 ++-- LibreNMS/OS/Ptp670.php | 4 ++-- LibreNMS/OS/Ptp800.php | 4 ++-- LibreNMS/OS/Pulse.php | 4 ++-- LibreNMS/OS/Qnap.php | 4 ++-- LibreNMS/OS/Quanta.php | 4 ++-- LibreNMS/OS/Quantastor.php | 4 ++-- LibreNMS/OS/Radlan.php | 4 ++-- LibreNMS/OS/Radwin.php | 4 ++-- LibreNMS/OS/Ray.php | 4 ++-- LibreNMS/OS/Ray3.php | 2 +- LibreNMS/OS/Routeros.php | 4 ++-- LibreNMS/OS/Rutos2xx.php | 4 ++-- LibreNMS/OS/Saf.php | 4 ++-- LibreNMS/OS/SafCfm.php | 4 ++-- LibreNMS/OS/SafIntegraB.php | 4 ++-- LibreNMS/OS/SafIntegraE.php | 4 ++-- LibreNMS/OS/SafIntegraW.php | 4 ++-- LibreNMS/OS/Schleifenbauer.php | 4 ++-- LibreNMS/OS/Screenos.php | 4 ++-- LibreNMS/OS/Secureplatform.php | 4 ++-- LibreNMS/OS/Serveriron.php | 4 ++-- LibreNMS/OS/Sgos.php | 4 ++-- LibreNMS/OS/Shared/Cisco.php | 4 ++-- LibreNMS/OS/Shared/Extreme.php | 4 ++-- LibreNMS/OS/Shared/Fortinet.php | 4 ++-- LibreNMS/OS/Shared/Foundry.php | 4 ++-- LibreNMS/OS/Shared/Printer.php | 4 ++-- LibreNMS/OS/Shared/Unix.php | 4 ++-- LibreNMS/OS/Shared/Zyxel.php | 4 ++-- LibreNMS/OS/Siklu.php | 4 ++-- LibreNMS/OS/Siteboss.php | 4 ++-- LibreNMS/OS/Siteboss550.php | 4 ++-- LibreNMS/OS/Smartax.php | 4 ++-- LibreNMS/OS/Sonicwall.php | 2 +- LibreNMS/OS/Symbol.php | 4 ++-- LibreNMS/OS/Terra.php | 4 ++-- LibreNMS/OS/ThreeCom.php | 4 ++-- LibreNMS/OS/Timos.php | 4 ++-- LibreNMS/OS/Topvision.php | 4 ++-- LibreNMS/OS/Traits/CiscoCellular.php | 4 ++-- LibreNMS/OS/Traits/FrogfootResources.php | 4 ++-- LibreNMS/OS/Traits/HostResources.php | 4 ++-- LibreNMS/OS/Traits/ServerHardware.php | 4 ++-- LibreNMS/OS/Traits/UcdResources.php | 4 ++-- LibreNMS/OS/Traits/VxworksProcessorUsage.php | 4 ++-- LibreNMS/OS/Traits/YamlMempoolsDiscovery.php | 4 ++-- LibreNMS/OS/Traits/YamlOSDiscovery.php | 4 ++-- LibreNMS/OS/Ucos.php | 4 ++-- LibreNMS/OS/Unifi.php | 4 ++-- LibreNMS/OS/Valere.php | 4 ++-- LibreNMS/OS/Viptela.php | 4 ++-- LibreNMS/OS/Vrp.php | 4 ++-- LibreNMS/OS/Windows.php | 4 ++-- LibreNMS/OS/Xerox.php | 4 ++-- LibreNMS/OS/XirrusAos.php | 4 ++-- LibreNMS/OS/Xos.php | 4 ++-- LibreNMS/OS/Zxdsl.php | 4 ++-- LibreNMS/OS/Zynos.php | 4 ++-- LibreNMS/OS/Zywall.php | 4 ++-- LibreNMS/OS/Zyxelnwa.php | 2 +- LibreNMS/ObjectCache.php | 4 ++-- LibreNMS/Plugins.php | 6 +++--- LibreNMS/Proc.php | 4 ++-- LibreNMS/RRD/RrdDefinition.php | 4 ++-- LibreNMS/RRDRecursiveFilterIterator.php | 4 ++-- LibreNMS/Services.php | 4 ++-- LibreNMS/Snmptrap/Dispatcher.php | 4 ++-- .../Handlers/AdvaAccThresholdCrossingAlert.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php | 4 ++-- .../Handlers/AdvaNetThresholdCrossingAlert.php | 4 ++-- .../Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php | 4 ++-- LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php | 4 ++-- LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php | 4 ++-- LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php | 4 ++-- LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php | 4 ++-- LibreNMS/Snmptrap/Handlers/BgpEstablished.php | 4 ++-- LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php | 4 ++-- LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php | 4 ++-- LibreNMS/Snmptrap/Handlers/ColdBoot.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpLowBattery.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpPowerRestored.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpRtnLowBattery.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsOverload.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php | 4 ++-- .../Snmptrap/Handlers/EntityDatabaseConfigChanged.php | 4 ++-- LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FailedUserLogin.php | 4 ++-- LibreNMS/Snmptrap/Handlers/Fallback.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php | 4 ++-- .../Snmptrap/Handlers/JnxBgpM2BackwardTransition.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/LinkDown.php | 4 ++-- LibreNMS/Snmptrap/Handlers/LinkUp.php | 4 ++-- LibreNMS/Snmptrap/Handlers/LogTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsAlarm.php | 4 ++-- LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsEvent.php | 4 ++-- LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php | 4 ++-- LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusDiassocTrap.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSetError.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php | 4 ++-- .../Snmptrap/Handlers/RuckusSzClusterInMaintenance.php | 4 ++-- .../Snmptrap/Handlers/RuckusSzClusterInService.php | 4 ++-- LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php | 4 ++-- LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php | 4 ++-- LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php | 4 ++-- LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php | 4 ++-- LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php | 4 ++-- LibreNMS/Snmptrap/Handlers/WarmBoot.php | 4 ++-- LibreNMS/Snmptrap/Trap.php | 4 ++-- LibreNMS/Util/Categorizer.php | 4 ++-- LibreNMS/Util/CiHelper.php | 8 ++++---- LibreNMS/Util/Clean.php | 4 ++-- LibreNMS/Util/CliColorFormatter.php | 4 ++-- LibreNMS/Util/Colors.php | 4 ++-- LibreNMS/Util/DynamicConfig.php | 4 ++-- LibreNMS/Util/DynamicConfigItem.php | 4 ++-- LibreNMS/Util/EnvHelper.php | 4 ++-- LibreNMS/Util/FileCategorizer.php | 4 ++-- LibreNMS/Util/Git.php | 4 ++-- LibreNMS/Util/GitHub.php | 4 ++-- LibreNMS/Util/Graph.php | 4 ++-- LibreNMS/Util/Html.php | 4 ++-- LibreNMS/Util/IP.php | 4 ++-- LibreNMS/Util/IPv4.php | 4 ++-- LibreNMS/Util/IPv6.php | 6 +++--- LibreNMS/Util/Laravel.php | 4 ++-- LibreNMS/Util/ModuleTestHelper.php | 4 ++-- LibreNMS/Util/Number.php | 4 ++-- LibreNMS/Util/OS.php | 4 ++-- LibreNMS/Util/ObjectCache.php | 4 ++-- LibreNMS/Util/Rewrite.php | 4 ++-- LibreNMS/Util/Smokeping.php | 4 ++-- LibreNMS/Util/Snmpsim.php | 4 ++-- LibreNMS/Util/StringHelpers.php | 4 ++-- LibreNMS/Util/Time.php | 4 ++-- LibreNMS/Util/Url.php | 4 ++-- LibreNMS/Util/Validate.php | 4 ++-- LibreNMS/Util/Version.php | 4 ++-- LibreNMS/ValidationResult.php | 4 ++-- LibreNMS/Validations/BaseValidation.php | 4 ++-- LibreNMS/Validations/Configuration.php | 4 ++-- LibreNMS/Validations/Database.php | 4 ++-- LibreNMS/Validations/Dependencies.php | 4 ++-- LibreNMS/Validations/Disk.php | 4 ++-- LibreNMS/Validations/DistributedPoller.php | 4 ++-- LibreNMS/Validations/Mail.php | 4 ++-- LibreNMS/Validations/Php.php | 6 +++--- LibreNMS/Validations/Programs.php | 4 ++-- LibreNMS/Validations/Python.php | 4 ++-- LibreNMS/Validations/Rrd.php | 4 ++-- LibreNMS/Validations/RrdCheck.php | 4 ++-- LibreNMS/Validations/System.php | 4 ++-- LibreNMS/Validations/Updates.php | 4 ++-- LibreNMS/Validations/User.php | 4 ++-- LibreNMS/Validator.php | 4 ++-- README.md | 4 ++-- alerts.php | 2 +- app/Api/Controllers/LegacyApiController.php | 4 ++-- app/ApiClients/BaseApi.php | 4 ++-- app/ApiClients/BingApi.php | 4 ++-- app/ApiClients/GeocodingHelper.php | 4 ++-- app/ApiClients/GoogleMapsApi.php | 4 ++-- app/ApiClients/GraylogApi.php | 4 ++-- app/ApiClients/MapquestApi.php | 4 ++-- app/ApiClients/NominatimApi.php | 4 ++-- app/ApiClients/RipeApi.php | 4 ++-- app/Application.php | 4 ++-- app/Checks.php | 4 ++-- app/Console/Commands/AddUserCommand.php | 4 ++-- app/Console/Commands/DevCheckCommand.php | 4 ++-- app/Console/Commands/SmokepingGenerateCommand.php | 4 ++-- .../Commands/Traits/CompletesConfigArgument.php | 4 ++-- app/Console/Commands/TranslationGenerateCommand.php | 4 ++-- app/Console/LnmsCommand.php | 4 ++-- app/Facades/DeviceCache.php | 4 ++-- app/Facades/LogManager.php | 4 ++-- app/Facades/Permissions.php | 4 ++-- app/Facades/Rrd.php | 4 ++-- app/Guards/ApiTokenGuard.php | 4 ++-- app/Http/Controllers/AboutController.php | 4 ++-- .../Controllers/Ajax/AvailabilityMapController.php | 4 ++-- app/Http/Controllers/Ajax/NetCommand.php | 4 ++-- app/Http/Controllers/Ajax/ResolutionController.php | 4 ++-- app/Http/Controllers/Ajax/RipeNccApiController.php | 4 ++-- app/Http/Controllers/Auth/TwoFactorController.php | 4 ++-- .../Controllers/Auth/TwoFactorManagementController.php | 4 ++-- .../Controllers/Device/Tabs/AccessPointsController.php | 4 ++-- .../Controllers/Device/Tabs/AlertStatsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/AlertsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/AppsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/CaptureController.php | 4 ++-- .../Controllers/Device/Tabs/CollectdController.php | 4 ++-- app/Http/Controllers/Device/Tabs/EditController.php | 4 ++-- app/Http/Controllers/Device/Tabs/GraphsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/HealthController.php | 4 ++-- .../Controllers/Device/Tabs/InventoryController.php | 4 ++-- app/Http/Controllers/Device/Tabs/LatencyController.php | 4 ++-- .../Controllers/Device/Tabs/LoadBalancerController.php | 4 ++-- app/Http/Controllers/Device/Tabs/LogsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/MefController.php | 4 ++-- app/Http/Controllers/Device/Tabs/MibController.php | 4 ++-- app/Http/Controllers/Device/Tabs/MuninController.php | 4 ++-- app/Http/Controllers/Device/Tabs/NacController.php | 4 ++-- .../Controllers/Device/Tabs/NeighboursController.php | 4 ++-- app/Http/Controllers/Device/Tabs/NetflowController.php | 4 ++-- app/Http/Controllers/Device/Tabs/NotesController.php | 4 ++-- .../Controllers/Device/Tabs/OverviewController.php | 4 ++-- .../Controllers/Device/Tabs/PackagesController.php | 4 ++-- app/Http/Controllers/Device/Tabs/PortController.php | 4 ++-- app/Http/Controllers/Device/Tabs/PortsController.php | 4 ++-- app/Http/Controllers/Device/Tabs/PrinterController.php | 4 ++-- .../Controllers/Device/Tabs/ProcessesController.php | 4 ++-- .../Controllers/Device/Tabs/PseudowiresController.php | 4 ++-- app/Http/Controllers/Device/Tabs/RoutingController.php | 4 ++-- .../Controllers/Device/Tabs/ServicesController.php | 4 ++-- .../Controllers/Device/Tabs/ShowConfigController.php | 4 ++-- app/Http/Controllers/Device/Tabs/SlasController.php | 4 ++-- app/Http/Controllers/Device/Tabs/StpController.php | 4 ++-- app/Http/Controllers/Device/Tabs/TnmsneController.php | 4 ++-- app/Http/Controllers/Device/Tabs/VlansController.php | 4 ++-- app/Http/Controllers/Device/Tabs/VmInfoController.php | 4 ++-- .../Controllers/Device/Tabs/WirelessController.php | 4 ++-- .../Controllers/Form/CopyDashboardController.inc.php | 4 ++-- app/Http/Controllers/Form/WidgetSettingsController.php | 4 ++-- app/Http/Controllers/Install/ChecksController.php | 4 ++-- app/Http/Controllers/Install/DatabaseController.php | 4 ++-- app/Http/Controllers/Install/FinalizeController.php | 4 ++-- .../Controllers/Install/InstallationController.php | 4 ++-- app/Http/Controllers/Install/MakeUserController.php | 4 ++-- .../Controllers/Maps/DeviceDependencyController.php | 4 ++-- app/Http/Controllers/Maps/MapController.php | 4 ++-- app/Http/Controllers/PaginatedAjaxController.php | 4 ++-- app/Http/Controllers/PollerSettingsController.php | 4 ++-- app/Http/Controllers/Select/ApplicationController.php | 4 ++-- app/Http/Controllers/Select/BillController.php | 4 ++-- app/Http/Controllers/Select/DashboardController.php | 4 ++-- app/Http/Controllers/Select/DeviceController.php | 4 ++-- app/Http/Controllers/Select/DeviceFieldController.php | 4 ++-- app/Http/Controllers/Select/DeviceGroupController.php | 4 ++-- app/Http/Controllers/Select/EventlogController.php | 4 ++-- .../Controllers/Select/GraphAggregateController.php | 4 ++-- app/Http/Controllers/Select/GraphController.php | 4 ++-- .../Controllers/Select/GraylogStreamsController.php | 4 ++-- app/Http/Controllers/Select/LocationController.php | 4 ++-- app/Http/Controllers/Select/MuninPluginController.php | 4 ++-- app/Http/Controllers/Select/PortController.php | 4 ++-- app/Http/Controllers/Select/PortFieldController.php | 4 ++-- app/Http/Controllers/Select/SelectController.php | 4 ++-- app/Http/Controllers/Select/ServiceController.php | 4 ++-- .../Controllers/Select/ServiceTemplateController.php | 4 ++-- app/Http/Controllers/Select/SyslogController.php | 4 ++-- app/Http/Controllers/Table/AlertScheduleController.php | 4 ++-- app/Http/Controllers/Table/CustomersController.php | 4 ++-- app/Http/Controllers/Table/DeviceController.php | 4 ++-- app/Http/Controllers/Table/EventlogController.php | 4 ++-- app/Http/Controllers/Table/FdbTablesController.php | 4 ++-- app/Http/Controllers/Table/GraylogController.php | 4 ++-- app/Http/Controllers/Table/LocationController.php | 4 ++-- app/Http/Controllers/Table/MempoolsController.php | 4 ++-- app/Http/Controllers/Table/OutagesController.php | 4 ++-- app/Http/Controllers/Table/PortNacController.php | 4 ++-- app/Http/Controllers/Table/RoutesTablesController.php | 4 ++-- app/Http/Controllers/Table/SimpleTableController.php | 4 ++-- app/Http/Controllers/Table/SyslogController.php | 4 ++-- app/Http/Controllers/Table/TableController.php | 4 ++-- app/Http/Controllers/Table/VminfoController.php | 4 ++-- app/Http/Controllers/UserController.php | 4 ++-- app/Http/Controllers/UserPreferencesController.php | 4 ++-- app/Http/Controllers/Widgets/AlertlogController.php | 4 ++-- .../Controllers/Widgets/AlertlogStatsController.php | 4 ++-- app/Http/Controllers/Widgets/AlertsController.php | 4 ++-- .../Controllers/Widgets/AvailabilityMapController.php | 4 ++-- .../Controllers/Widgets/ComponentStatusController.php | 4 ++-- .../Controllers/Widgets/DeviceSummaryController.php | 4 ++-- .../Widgets/DeviceSummaryHorizController.php | 4 ++-- .../Widgets/DeviceSummaryVertController.php | 4 ++-- app/Http/Controllers/Widgets/EventlogController.php | 4 ++-- app/Http/Controllers/Widgets/GlobeController.php | 4 ++-- app/Http/Controllers/Widgets/GraphController.php | 4 ++-- app/Http/Controllers/Widgets/GraylogController.php | 4 ++-- app/Http/Controllers/Widgets/ImageController.php | 4 ++-- app/Http/Controllers/Widgets/NotesController.php | 4 ++-- app/Http/Controllers/Widgets/PlaceholderController.php | 4 ++-- app/Http/Controllers/Widgets/ServerStatsController.php | 4 ++-- app/Http/Controllers/Widgets/SyslogController.php | 4 ++-- app/Http/Controllers/Widgets/TopDevicesController.php | 4 ++-- .../Controllers/Widgets/TopInterfacesController.php | 4 ++-- app/Http/Controllers/Widgets/WidgetController.php | 4 ++-- app/Http/Controllers/Widgets/WorldMapController.php | 4 ++-- app/Http/Middleware/CheckInstalled.php | 4 ++-- app/Http/Middleware/EnforceJson.php | 4 ++-- app/Http/Middleware/HandleCors.php | 4 ++-- app/Http/Requests/TwoFactorManagementRequest.php | 4 ++-- app/Http/ViewComposers/LayoutComposer.php | 4 ++-- app/Http/ViewComposers/MenuComposer.php | 4 ++-- app/Jobs/PingCheck.php | 4 ++-- app/Models/Alert.php | 4 ++-- app/Models/AlertRule.php | 4 ++-- app/Models/AlertSchedule.php | 4 ++-- app/Models/AlertTemplate.php | 4 ++-- app/Models/AlertTemplateMap.php | 4 ++-- app/Models/ApiToken.php | 4 ++-- app/Models/Application.php | 4 ++-- app/Models/AuthLog.php | 4 ++-- app/Models/Availability.php | 4 ++-- app/Models/BaseModel.php | 4 ++-- app/Models/BgpPeer.php | 4 ++-- app/Models/Bill.php | 4 ++-- app/Models/Callback.php | 4 ++-- app/Models/CefSwitching.php | 4 ++-- app/Models/Component.php | 4 ++-- app/Models/Config.php | 4 ++-- app/Models/DeviceAttrib.php | 4 ++-- app/Models/DeviceGroup.php | 4 ++-- app/Models/DeviceOutage.php | 4 ++-- app/Models/DevicePerf.php | 4 ++-- app/Models/DeviceRelatedModel.php | 4 ++-- app/Models/Eventlog.php | 4 ++-- app/Models/GraphType.php | 4 ++-- app/Models/Ipv4Address.php | 4 ++-- app/Models/Ipv4Network.php | 4 ++-- app/Models/Ipv6Address.php | 4 ++-- app/Models/Ipv6Network.php | 4 ++-- app/Models/Location.php | 4 ++-- app/Models/Mpls.php | 4 ++-- app/Models/MuninPlugin.php | 4 ++-- app/Models/OspfArea.php | 4 ++-- app/Models/OspfInstance.php | 4 ++-- app/Models/OspfNbr.php | 4 ++-- app/Models/OspfPort.php | 4 ++-- app/Models/Package.php | 4 ++-- app/Models/Plugin.php | 4 ++-- app/Models/Poller.php | 4 ++-- app/Models/PollerCluster.php | 4 ++-- app/Models/PollerClusterStat.php | 4 ++-- app/Models/PollerGroup.php | 4 ++-- app/Models/PortRelatedModel.php | 4 ++-- app/Models/PortsNac.php | 4 ++-- app/Models/Pseudowire.php | 4 ++-- app/Models/ServiceTemplate.php | 4 ++-- app/Models/Syslog.php | 4 ++-- app/Models/UserPref.php | 4 ++-- app/Models/Vrf.php | 4 ++-- app/Models/VrfLite.php | 4 ++-- app/Models/Widget.php | 4 ++-- app/Models/WirelessSensor.php | 4 ++-- app/Observers/MempoolObserver.php | 4 ++-- app/Observers/ModuleModelObserver.php | 4 ++-- app/Providers/ComposerServiceProvider.php | 4 ++-- app/Providers/DatastoreServiceProvider.php | 4 ++-- app/Providers/LegacyUserProvider.php | 4 ++-- app/Providers/TokenUserProvider.php | 4 ++-- app/StreamedOutput.php | 4 ++-- composer.json | 2 +- daily.sh | 2 +- ...7_03_091314_create_alert_transport_groups_table.php | 4 ++-- ...8_07_03_091314_create_alert_transport_map_table.php | 4 ++-- ...2018_07_03_091314_create_alert_transports_table.php | 4 ++-- ...3_091314_create_transport_group_transport_table.php | 4 ++-- database/seeders/DefaultLegacySchemaSeeder.php | 4 ++-- discovery-wrapper.py | 2 +- doc/Developing/Creating-Documentation.md | 2 +- doc/Developing/Licensing.md | 4 ++-- doc/Developing/SNMP-Traps.md | 4 ++-- doc/Extensions/Graylog.md | 2 +- doc/Installation/Install-LibreNMS.md | 2 +- doc/Installation/Installation-CentOS-6-Apache-Nginx.md | 2 +- doc/Installation/Installation-CentOS-7-Apache.md | 2 +- doc/Installation/Installation-CentOS-7-Nginx.md | 2 +- doc/Installation/Installation-Debian-10-Nginx.md | 2 +- doc/Installation/Installation-Ubuntu-1604-Apache.md | 2 +- doc/Installation/Installation-Ubuntu-1604-Nginx.md | 2 +- doc/Installation/Installation-Ubuntu-1804-Apache.md | 2 +- doc/Installation/Installation-Ubuntu-1804-Nginx.md | 2 +- html/ajax_ossuggest.php | 2 +- html/js/boot.js | 4 ++-- html/js/jquery.cycle.all.js | 2 +- includes/caches/notifications.inc.php | 2 +- includes/common.php | 2 +- includes/datastore.inc.php | 2 +- includes/discovery/applications.inc.php | 4 ++-- includes/discovery/arp-table.inc.php | 4 ++-- includes/discovery/arp-table/edgeswitch.inc.php | 4 ++-- includes/discovery/arp-table/screenos.inc.php | 4 ++-- includes/discovery/bgp-peers/timos.inc.php | 4 ++-- includes/discovery/bgp-peers/vrp.inc.php | 4 ++-- includes/discovery/cisco-qfp.inc.php | 2 +- includes/discovery/cisco-vrf-lite.inc.php | 2 +- includes/discovery/entity-state.inc.php | 4 ++-- includes/discovery/fdb-table/aos6.inc.php | 4 ++-- includes/discovery/fdb-table/aos7.inc.php | 4 ++-- includes/discovery/fdb-table/arubaos.inc.php | 4 ++-- includes/discovery/fdb-table/bridge.inc.php | 4 ++-- includes/discovery/fdb-table/edgeswitch.inc.php | 4 ++-- includes/discovery/fdb-table/vrp.inc.php | 2 +- includes/discovery/fdb-table/zynos.inc.php | 2 +- includes/discovery/mpls.inc.php | 4 ++-- includes/discovery/ports/airos-af-ltu.inc.php | 4 ++-- includes/discovery/ports/ekinops.inc.php | 4 ++-- includes/discovery/route.inc.php | 2 +- includes/discovery/sensors/airflow/apc.inc.php | 4 ++-- .../discovery/sensors/airflow/geist-watchdog.inc.php | 4 ++-- includes/discovery/sensors/ber/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/charge/compas.inc.php | 4 ++-- includes/discovery/sensors/charge/netagent2.inc.php | 4 ++-- includes/discovery/sensors/charge/sinetica.inc.php | 4 ++-- .../chromatic_dispersion/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/count/fortigate.inc.php | 2 +- includes/discovery/sensors/count/sonicwall.inc.php | 2 +- includes/discovery/sensors/count/webmon.inc.php | 2 +- includes/discovery/sensors/current/adva_fsp150.inc.php | 2 +- .../discovery/sensors/current/adva_fsp3kr7.inc.php | 2 +- .../discovery/sensors/current/commander-plus.inc.php | 4 ++-- includes/discovery/sensors/current/compas.inc.php | 4 ++-- includes/discovery/sensors/current/enlogic-pdu.inc.php | 4 ++-- includes/discovery/sensors/current/fs-net-pdu.inc.php | 4 ++-- includes/discovery/sensors/current/geist-pdu.inc.php | 4 ++-- includes/discovery/sensors/current/ict-pdu.inc.php | 4 ++-- includes/discovery/sensors/current/ict-psu.inc.php | 4 ++-- includes/discovery/sensors/current/liebert.inc.php | 4 ++-- includes/discovery/sensors/current/netagent2.inc.php | 4 ++-- includes/discovery/sensors/current/netonix.inc.php | 4 ++-- includes/discovery/sensors/current/powerlogic.inc.php | 4 ++-- includes/discovery/sensors/current/raritan-pdu.inc.php | 4 ++-- includes/discovery/sensors/current/sinetica.inc.php | 4 ++-- includes/discovery/sensors/current/sitemonitor.inc.php | 4 ++-- includes/discovery/sensors/current/tpdin.inc.php | 4 ++-- includes/discovery/sensors/dbm/adva_fsp150.inc.php | 4 ++-- includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php | 2 +- includes/discovery/sensors/dbm/ciscoepc.inc.php | 4 ++-- includes/discovery/sensors/dbm/fs-nmu.inc.php | 4 ++-- includes/discovery/sensors/dbm/infinera-groove.inc.php | 4 ++-- .../discovery/sensors/delay/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/fanspeed/apc.inc.php | 4 ++-- includes/discovery/sensors/fanspeed/eltex-olt.inc.php | 4 ++-- includes/discovery/sensors/fanspeed/fabos.inc.php | 4 ++-- includes/discovery/sensors/fanspeed/netonix.inc.php | 4 ++-- includes/discovery/sensors/fanspeed/onefs.inc.php | 4 ++-- includes/discovery/sensors/frequency/eaton-ats.inc.php | 2 +- includes/discovery/sensors/frequency/netagent2.inc.php | 4 ++-- .../discovery/sensors/frequency/powerlogic.inc.php | 4 ++-- includes/discovery/sensors/frequency/sinetica.inc.php | 4 ++-- includes/discovery/sensors/gw-eydfa.inc.php | 4 ++-- includes/discovery/sensors/humidity/aos-emu2.inc.php | 4 ++-- .../discovery/sensors/humidity/geist-watchdog.inc.php | 4 ++-- includes/discovery/sensors/humidity/liebert.inc.php | 4 ++-- .../discovery/sensors/humidity/raritan-pdu.inc.php | 4 ++-- includes/discovery/sensors/humidity/sentry4.inc.php | 4 ++-- .../discovery/sensors/humidity/serverscheck.inc.php | 4 ++-- includes/discovery/sensors/humidity/webmon.inc.php | 2 +- includes/discovery/sensors/humidity/websensor.inc.php | 4 ++-- .../discovery/sensors/load/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/load/netagent2.inc.php | 4 ++-- includes/discovery/sensors/load/sinetica.inc.php | 4 ++-- includes/discovery/sensors/power/apc.inc.php | 4 ++-- includes/discovery/sensors/power/dell.inc.php | 4 ++-- includes/discovery/sensors/power/enlogic-pdu.inc.php | 4 ++-- includes/discovery/sensors/power/geist-pdu.inc.php | 4 ++-- includes/discovery/sensors/power/netonix.inc.php | 4 ++-- includes/discovery/sensors/power/powerlogic.inc.php | 4 ++-- includes/discovery/sensors/power/sinetica.inc.php | 4 ++-- includes/discovery/sensors/power/smartax.inc.php | 4 ++-- .../discovery/sensors/pre-cache/adva_fsp150.inc.php | 2 +- .../discovery/sensors/pre-cache/adva_fsp3kr7.inc.php | 2 +- includes/discovery/sensors/pre-cache/aos-emu2.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/apc.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/arris-c3.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/arris-c4.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/avtech.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/ciscoepc.inc.php | 4 ++-- .../discovery/sensors/pre-cache/enlogic-pdu.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/fabos.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/geist-pdu.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/ifotec.inc.php | 4 ++-- .../sensors/pre-cache/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/linux.inc.php | 4 ++-- .../discovery/sensors/pre-cache/powerlogic.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/procurve.inc.php | 4 ++-- .../discovery/sensors/pre-cache/raritan-pdu.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/sentry4.inc.php | 4 ++-- .../discovery/sensors/pre-cache/serverscheck.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/tpdin.inc.php | 4 ++-- includes/discovery/sensors/pre-cache/websensor.inc.php | 4 ++-- .../discovery/sensors/rittal-cmc-iii-sensors.inc.php | 4 ++-- includes/discovery/sensors/runtime/compas.inc.php | 4 ++-- includes/discovery/sensors/runtime/sinetica.inc.php | 4 ++-- includes/discovery/sensors/snr/arris-c3.inc.php | 4 ++-- includes/discovery/sensors/snr/arris-c4.inc.php | 4 ++-- includes/discovery/sensors/snr/ciscoepc.inc.php | 4 ++-- includes/discovery/sensors/snr/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/state/airos-af-ltu.inc.php | 4 ++-- includes/discovery/sensors/state/aos-emu2.inc.php | 4 ++-- includes/discovery/sensors/state/aruba-instant.inc.php | 4 ++-- .../discovery/sensors/state/commander-plus.inc.php | 4 ++-- includes/discovery/sensors/state/compas.inc.php | 4 ++-- includes/discovery/sensors/state/ctm.inc.php | 4 ++-- .../discovery/sensors/state/eltek-webpower.inc.php | 4 ++-- includes/discovery/sensors/state/enlogic-pdu.inc.php | 4 ++-- includes/discovery/sensors/state/extendair.inc.php | 4 ++-- includes/discovery/sensors/state/fabos.inc.php | 4 ++-- includes/discovery/sensors/state/fortigate.inc.php | 4 ++-- includes/discovery/sensors/state/fs-nmu.inc.php | 4 ++-- includes/discovery/sensors/state/hp.inc.php | 4 ++-- includes/discovery/sensors/state/ict-pdu.inc.php | 4 ++-- .../discovery/sensors/state/infinera-groove.inc.php | 4 ++-- includes/discovery/sensors/state/innovaphone.inc.php | 4 ++-- includes/discovery/sensors/state/netagent2.inc.php | 4 ++-- includes/discovery/sensors/state/procurve.inc.php | 4 ++-- includes/discovery/sensors/state/serverscheck.inc.php | 4 ++-- includes/discovery/sensors/state/sitemonitor.inc.php | 4 ++-- includes/discovery/sensors/state/vrp.inc.php | 4 ++-- .../discovery/sensors/temperature/adva_fsp150.inc.php | 2 +- .../discovery/sensors/temperature/adva_fsp3kr7.inc.php | 2 +- .../discovery/sensors/temperature/aos-emu2.inc.php | 4 ++-- .../sensors/temperature/commander-plus.inc.php | 4 ++-- includes/discovery/sensors/temperature/compas.inc.php | 4 ++-- .../discovery/sensors/temperature/eltex-olt.inc.php | 4 ++-- .../discovery/sensors/temperature/extendair.inc.php | 4 ++-- includes/discovery/sensors/temperature/fabos.inc.php | 4 ++-- .../sensors/temperature/geist-watchdog.inc.php | 4 ++-- includes/discovery/sensors/temperature/ifotec.inc.php | 4 ++-- includes/discovery/sensors/temperature/liebert.inc.php | 4 ++-- .../sensors/temperature/microsemipdsine.inc.php | 4 ++-- .../discovery/sensors/temperature/netagent2.inc.php | 4 ++-- includes/discovery/sensors/temperature/netonix.inc.php | 4 ++-- includes/discovery/sensors/temperature/onefs.inc.php | 4 ++-- .../discovery/sensors/temperature/raritan-pdu.inc.php | 4 ++-- .../discovery/sensors/temperature/serverscheck.inc.php | 4 ++-- .../discovery/sensors/temperature/sitemonitor.inc.php | 4 ++-- includes/discovery/sensors/temperature/smartax.inc.php | 4 ++-- includes/discovery/sensors/temperature/tpdin.inc.php | 4 ++-- includes/discovery/sensors/temperature/webmon.inc.php | 2 +- includes/discovery/sensors/voltage/adva_fsp150.inc.php | 2 +- .../discovery/sensors/voltage/adva_fsp3kr7.inc.php | 2 +- .../discovery/sensors/voltage/commander-plus.inc.php | 4 ++-- includes/discovery/sensors/voltage/compas.inc.php | 4 ++-- includes/discovery/sensors/voltage/dell.inc.php | 4 ++-- includes/discovery/sensors/voltage/eaton-ats.inc.php | 2 +- includes/discovery/sensors/voltage/enlogic-pdu.inc.php | 4 ++-- includes/discovery/sensors/voltage/fs-net-pdu.inc.php | 4 ++-- includes/discovery/sensors/voltage/geist-pdu.inc.php | 4 ++-- .../discovery/sensors/voltage/geist-watchdog.inc.php | 4 ++-- includes/discovery/sensors/voltage/ict-pdu.inc.php | 4 ++-- includes/discovery/sensors/voltage/ict-psu.inc.php | 4 ++-- .../discovery/sensors/voltage/microsemipdsine.inc.php | 4 ++-- includes/discovery/sensors/voltage/netagent2.inc.php | 4 ++-- includes/discovery/sensors/voltage/netonix.inc.php | 4 ++-- includes/discovery/sensors/voltage/onefs.inc.php | 4 ++-- includes/discovery/sensors/voltage/powerlogic.inc.php | 4 ++-- includes/discovery/sensors/voltage/raritan-pdu.inc.php | 4 ++-- includes/discovery/sensors/voltage/sinetica.inc.php | 4 ++-- includes/discovery/sensors/voltage/sitemonitor.inc.php | 4 ++-- includes/discovery/sensors/voltage/tpdin.inc.php | 4 ++-- includes/discovery/storage/arbos.inc.php | 4 ++-- includes/discovery/storage/datadomain.inc.php | 2 +- includes/discovery/storage/gaia.inc.php | 4 ++-- includes/discovery/storage/hikvision-cam.inc.php | 4 ++-- includes/discovery/storage/hikvision-nvr.inc.php | 4 ++-- includes/discovery/storage/intelliflash.inc.php | 2 +- includes/discovery/storage/nimbleos.inc.php | 4 ++-- includes/discovery/storage/oceanstor.inc.php | 4 ++-- includes/discovery/storage/onefs.inc.php | 4 ++-- includes/discovery/vlans/jetstream.inc.php | 4 ++-- includes/discovery/wireless.inc.php | 4 ++-- includes/functions.php | 2 +- includes/helpers.php | 4 ++-- includes/html/application/proxmox.inc.php | 2 +- includes/html/collectd/CollectdColor.php | 4 ++-- includes/html/common/alert-log.inc.php | 2 +- includes/html/common/alerts.inc.php | 2 +- includes/html/common/eventlog.inc.php | 2 +- includes/html/common/graylog.inc.php | 2 +- includes/html/common/outages.inc.php | 2 +- includes/html/common/syslog.inc.php | 2 +- includes/html/common/worldmap.inc.php | 2 +- includes/html/forms/ack-alert.inc.php | 4 ++-- includes/html/forms/add-dashboard.inc.php | 2 +- includes/html/forms/alert-notes.inc.php | 4 ++-- includes/html/forms/alert-rules.inc.php | 4 ++-- includes/html/forms/alert-templates.inc.php | 2 +- includes/html/forms/alert-transports.inc.php | 4 ++-- includes/html/forms/application-update.inc.php | 4 ++-- includes/html/forms/convert-template.inc.php | 4 ++-- includes/html/forms/delete-cluster-poller.inc.php | 4 ++-- includes/html/forms/delete-dashboard.inc.php | 2 +- includes/html/forms/delete-poller.inc.php | 4 ++-- includes/html/forms/edit-dashboard.inc.php | 2 +- includes/html/forms/notifications.inc.php | 2 +- includes/html/forms/reset-port-state.inc.php | 4 ++-- includes/html/forms/sql-from-alert-collection.inc.php | 4 ++-- includes/html/forms/sql-from-alert-rules.inc.php | 4 ++-- includes/html/forms/transport-groups.inc.php | 4 ++-- includes/html/graphs/application/bind_incoming.inc.php | 2 +- includes/html/graphs/application/bind_queries.inc.php | 2 +- .../html/graphs/application/exim-stats_frozen.inc.php | 4 ++-- .../html/graphs/application/exim-stats_queue.inc.php | 4 ++-- includes/html/graphs/application/gpsd_dop.inc.php | 4 ++-- includes/html/graphs/application/gpsd_mode.inc.php | 4 ++-- .../html/graphs/application/gpsd_satellites.inc.php | 4 ++-- .../graphs/application/mailcow-postfix_domains.inc.php | 2 +- .../graphs/application/mailcow-postfix_emails.inc.php | 2 +- .../graphs/application/mailcow-postfix_traffic.inc.php | 2 +- includes/html/graphs/application/nfs-server_fh.inc.php | 2 +- includes/html/graphs/application/nfs-server_io.inc.php | 2 +- .../html/graphs/application/nfs-server_net.inc.php | 2 +- .../application/nfs-server_net_tcp_conns.inc.php | 2 +- includes/html/graphs/application/nfs-server_ra.inc.php | 2 +- includes/html/graphs/application/nfs-server_rc.inc.php | 2 +- .../html/graphs/application/nfs-server_rpc.inc.php | 2 +- .../graphs/application/nfs-server_stats_io.inc.php | 2 +- .../graphs/application/nfs-server_stats_read.inc.php | 2 +- .../graphs/application/nfs-server_stats_v2.inc.php | 2 +- .../graphs/application/nfs-server_stats_v4.inc.php | 2 +- .../graphs/application/nfs-server_stats_write.inc.php | 2 +- .../html/graphs/application/nfs-server_v4ops.inc.php | 2 +- .../graphs/application/opengridscheduler_ogs.inc.php | 2 +- .../graphs/application/pi-hole_destinations.inc.php | 4 ++-- .../graphs/application/pi-hole_query_types.inc.php | 4 ++-- .../graphs/application/powerdns-dnsdist_cache.inc.php | 2 +- .../application/powerdns-dnsdist_downstream.inc.php | 2 +- .../powerdns-dnsdist_dynamic_blocks.inc.php | 2 +- .../application/powerdns-dnsdist_latency.inc.php | 2 +- .../application/powerdns-dnsdist_queries_drop.inc.php | 2 +- .../powerdns-dnsdist_queries_latency.inc.php | 2 +- .../application/powerdns-dnsdist_queries_stats.inc.php | 2 +- .../application/powerdns-dnsdist_rules_stats.inc.php | 2 +- .../html/graphs/application/powerdns-recursor.inc.php | 4 ++-- .../application/powerdns-recursor_answers.inc.php | 4 ++-- .../powerdns-recursor_cache_performance.inc.php | 4 ++-- .../application/powerdns-recursor_cache_size.inc.php | 4 ++-- .../application/powerdns-recursor_outqueries.inc.php | 4 ++-- .../application/powerdns-recursor_questions.inc.php | 4 ++-- .../html/graphs/application/proxmox_traffic.inc.php | 2 +- includes/html/graphs/application/rrdcached.inc.php | 4 ++-- .../html/graphs/application/rrdcached_events.inc.php | 4 ++-- .../html/graphs/application/rrdcached_journal.inc.php | 4 ++-- .../graphs/application/rrdcached_queue_length.inc.php | 4 ++-- .../html/graphs/application/rrdcached_tree.inc.php | 4 ++-- .../html/graphs/application/sdfsinfo_blocks.inc.php | 4 ++-- .../html/graphs/application/sdfsinfo_rates.inc.php | 4 ++-- .../html/graphs/application/sdfsinfo_volume.inc.php | 4 ++-- .../html/graphs/application/tinydns_dnssec.inc.php | 2 +- .../html/graphs/application/tinydns_errors.inc.php | 2 +- includes/html/graphs/application/tinydns_other.inc.php | 2 +- .../html/graphs/application/tinydns_queries.inc.php | 2 +- .../html/graphs/application/ups-apcups_charge.inc.php | 4 ++-- .../html/graphs/application/ups-apcups_load.inc.php | 4 ++-- .../graphs/application/ups-apcups_remaining.inc.php | 4 ++-- .../application/ups-apcups_voltage_battery.inc.php | 4 ++-- .../application/ups-apcups_voltage_input.inc.php | 4 ++-- .../html/graphs/application/ups-nut_charge.inc.php | 4 ++-- includes/html/graphs/application/ups-nut_load.inc.php | 4 ++-- .../html/graphs/application/ups-nut_remaining.inc.php | 4 ++-- .../graphs/application/ups-nut_voltage_battery.inc.php | 4 ++-- .../graphs/application/ups-nut_voltage_input.inc.php | 4 ++-- includes/html/graphs/device/qfp.inc.php | 2 +- .../html/graphs/device/riverbed_connections.inc.php | 4 ++-- includes/html/graphs/device/riverbed_datastore.inc.php | 4 ++-- .../html/graphs/device/riverbed_optimization.inc.php | 4 ++-- .../html/graphs/device/riverbed_passthrough.inc.php | 4 ++-- includes/html/graphs/device/wireless-sensor.inc.php | 4 ++-- includes/html/graphs/generic_data.inc.php | 2 +- includes/html/graphs/generic_duplex.inc.php | 2 +- includes/html/graphs/generic_multi.inc.php | 2 +- includes/html/graphs/generic_multi_bits.inc.php | 2 +- .../html/graphs/generic_multi_bits_separated.inc.php | 2 +- includes/html/graphs/generic_multi_data.inc.php | 2 +- .../html/graphs/generic_multi_data_separated.inc.php | 2 +- includes/html/graphs/generic_multi_line.inc.php | 2 +- includes/html/graphs/generic_multi_seperated.inc.php | 2 +- .../html/graphs/global/poller_modules_perf.inc.php | 4 ++-- includes/html/graphs/global/poller_perf.inc.php | 4 ++-- includes/html/graphs/port/cie.inc.php | 2 +- includes/html/graphs/qfp/auth.inc.php | 2 +- includes/html/graphs/qfp/avgpktsize.inc.php | 2 +- includes/html/graphs/qfp/memory.inc.php | 2 +- includes/html/graphs/qfp/packets.inc.php | 2 +- includes/html/graphs/qfp/relativeutil.inc.php | 2 +- includes/html/graphs/qfp/throughput.inc.php | 2 +- includes/html/graphs/qfp/util.inc.php | 2 +- includes/html/graphs/sensor/airflow.inc.php | 4 ++-- includes/html/graphs/wireless/clients.inc.php | 4 ++-- includes/html/graphs/wireless/rsrp.inc.php | 4 ++-- includes/html/graphs/wireless/rsrq.inc.php | 4 ++-- includes/html/graphs/wireless/rssi.inc.php | 4 ++-- includes/html/graphs/wireless/sinr.inc.php | 4 ++-- includes/html/graphs/wireless/wireless-sensor.inc.php | 4 ++-- includes/html/list/devices.inc.php | 4 ++-- includes/html/list/devices_groups.inc.php | 4 ++-- includes/html/list/devices_groups_locations.inc.php | 4 ++-- includes/html/list/groups.inc.php | 4 ++-- includes/html/list/locations.inc.php | 4 ++-- includes/html/list/transport_groups.inc.php | 4 ++-- includes/html/list/transports.inc.php | 4 ++-- includes/html/modal/alert_rule_collection.inc.php | 4 ++-- includes/html/modal/alert_rule_list.inc.php | 4 ++-- includes/html/modal/delete_poller.inc.php | 4 ++-- includes/html/modal/device_maintenance.inc.php | 4 ++-- includes/html/output/capture.inc.php | 4 ++-- includes/html/output/query.inc.php | 4 ++-- includes/html/pages/alert-log.inc.php | 2 +- includes/html/pages/alerts.inc.php | 2 +- includes/html/pages/device/alerts.inc.php | 2 +- includes/html/pages/device/apps/bind.inc.php | 2 +- includes/html/pages/device/apps/exim-stats.inc.php | 4 ++-- includes/html/pages/device/apps/gpsd.inc.php | 4 ++-- .../html/pages/device/apps/mailcow-postfix.inc.php | 4 ++-- includes/html/pages/device/apps/nfs-server.inc.php | 2 +- .../html/pages/device/apps/opengridscheduler.inc.php | 2 +- includes/html/pages/device/apps/pi-hole.inc.php | 2 +- .../html/pages/device/apps/powerdns-dnsdist.inc.php | 2 +- .../html/pages/device/apps/powerdns-recursor.inc.php | 4 ++-- includes/html/pages/device/apps/proxmox.inc.php | 2 +- includes/html/pages/device/apps/rrdcached.inc.php | 4 ++-- includes/html/pages/device/apps/sdfsinfo.inc.php | 4 ++-- includes/html/pages/device/apps/tinydns.inc.php | 2 +- includes/html/pages/device/apps/ups-apcups.inc.php | 4 ++-- includes/html/pages/device/apps/ups-nut.inc.php | 4 ++-- includes/html/pages/device/capture.inc.php | 4 ++-- includes/html/pages/device/health/airflow.inc.php | 4 ++-- includes/html/pages/device/health/qfp.inc.php | 2 +- includes/html/pages/device/logs.inc.php | 2 +- .../html/pages/device/overview/sensors/airflow.inc.php | 4 ++-- includes/html/pages/device/overview/tracepath.inc.php | 4 ++-- includes/html/pages/device/port/plugins.inc.php | 2 +- includes/html/pages/device/processes.inc.php | 2 +- includes/html/pages/device/services.inc.php | 2 +- includes/html/pages/devices.inc.php | 2 +- includes/html/pages/eventlog.inc.php | 2 +- includes/html/pages/fullscreenmap.inc.php | 2 +- includes/html/pages/graylog.inc.php | 2 +- includes/html/pages/health.inc.php | 2 +- includes/html/pages/health/charge.inc.php | 2 +- includes/html/pages/health/cooling.inc.php | 2 +- includes/html/pages/health/current.inc.php | 2 +- includes/html/pages/health/dbm.inc.php | 2 +- includes/html/pages/health/fanspeed.inc.php | 2 +- includes/html/pages/health/frequency.inc.php | 2 +- includes/html/pages/health/humidity.inc.php | 2 +- includes/html/pages/health/load.inc.php | 2 +- includes/html/pages/health/mempool.inc.php | 2 +- includes/html/pages/health/power.inc.php | 2 +- includes/html/pages/health/pressure.inc.php | 2 +- includes/html/pages/health/processor.inc.php | 2 +- includes/html/pages/health/runtime.inc.php | 2 +- includes/html/pages/health/sensors.inc.php | 2 +- includes/html/pages/health/signal.inc.php | 2 +- includes/html/pages/health/snr.inc.php | 2 +- includes/html/pages/health/state.inc.php | 2 +- includes/html/pages/health/storage.inc.php | 2 +- includes/html/pages/health/temperature.inc.php | 2 +- includes/html/pages/health/toner.inc.php | 2 +- includes/html/pages/health/tv_signal.inc.php | 2 +- includes/html/pages/health/voltage.inc.php | 2 +- includes/html/pages/notifications.inc.php | 2 +- includes/html/pages/outages.inc.php | 2 +- includes/html/pages/peering.inc.php | 4 ++-- includes/html/pages/peering/as-selection.inc.php | 4 ++-- includes/html/pages/peering/ix-list.inc.php | 4 ++-- includes/html/pages/peering/ix-peers.inc.php | 4 ++-- includes/html/pages/ports.inc.php | 2 +- includes/html/pages/ports/list.inc.php | 2 +- includes/html/pages/search/packages.inc.php | 2 +- includes/html/pages/services.inc.php | 2 +- includes/html/pages/syslog.inc.php | 2 +- includes/html/pages/validate.inc.php | 4 ++-- includes/html/pages/wireless.inc.php | 4 ++-- includes/html/pages/wireless/sensors.inc.php | 2 +- includes/html/print-alert-rules.php | 4 ++-- includes/html/print-event-short.inc.php | 2 +- includes/html/print-event.inc.php | 2 +- includes/html/print-graph-alerts.inc.php | 2 +- includes/html/table/alertlog-stats.inc.php | 2 +- includes/html/table/alertlog.inc.php | 2 +- includes/html/table/alerts.inc.php | 2 +- includes/html/table/eventlog.inc.php | 2 +- includes/html/table/graylog.inc.php | 2 +- includes/html/table/ix-list.inc.php | 4 ++-- includes/html/table/ix-peers.inc.php | 4 ++-- includes/html/table/ports.inc.php | 4 ++-- includes/html/table/processor.inc.php | 2 +- includes/html/table/sensors-common.php | 2 +- includes/html/table/sensors.inc.php | 2 +- includes/html/table/storage.inc.php | 2 +- includes/html/table/toner.inc.php | 2 +- includes/init.php | 4 ++-- includes/notifications.php | 4 ++-- includes/polling/applications/exim-stats.inc.php | 4 ++-- includes/polling/applications/gpsd.inc.php | 2 +- includes/polling/applications/mailcow-postfix.inc.php | 4 ++-- includes/polling/applications/nfs-server.inc.php | 2 +- .../polling/applications/opengridscheduler.inc.php | 2 +- includes/polling/applications/pi-hole.inc.php | 2 +- includes/polling/applications/powerdns-dnsdist.inc.php | 4 ++-- .../polling/applications/powerdns-recursor.inc.php | 4 ++-- includes/polling/applications/rrdcached.inc.php | 4 ++-- includes/polling/applications/sdfsinfo.inc.php | 4 ++-- includes/polling/applications/tinydns.inc.php | 2 +- includes/polling/applications/ups-apcups.inc.php | 4 ++-- includes/polling/applications/ups-nut.inc.php | 4 ++-- includes/polling/cisco-qfp.inc.php | 2 +- includes/polling/entity-state.inc.php | 4 ++-- includes/polling/mpls.inc.php | 4 ++-- includes/polling/nac.inc.php | 4 ++-- includes/polling/os/arris-cm.inc.php | 4 ++-- includes/polling/os/asyncos.inc.php | 2 +- includes/polling/os/breeze.inc.php | 4 ++-- includes/polling/os/chatsworth-pdu.inc.php | 4 ++-- includes/polling/os/ciscoepc.inc.php | 4 ++-- includes/polling/os/clearpass.inc.php | 4 ++-- includes/polling/os/ctcu.inc.php | 4 ++-- includes/polling/os/dell-rcs.inc.php | 4 ++-- includes/polling/os/ees.inc.php | 4 ++-- includes/polling/os/elg-ipecs-es.inc.php | 4 ++-- includes/polling/os/elg-ipecs-ucp.inc.php | 4 ++-- includes/polling/os/eltex-olt.inc.php | 4 ++-- includes/polling/os/enlogic-pdu.inc.php | 4 ++-- includes/polling/os/etherwan.inc.php | 4 ++-- includes/polling/os/extendair.inc.php | 4 ++-- includes/polling/os/fxm.inc.php | 4 ++-- includes/polling/os/geist-pdu.inc.php | 4 ++-- includes/polling/os/geist-watchdog.inc.php | 4 ++-- includes/polling/os/hpe-ipdu.inc.php | 4 ++-- includes/polling/os/hpe-msl.inc.php | 4 ++-- includes/polling/os/ipolis.inc.php | 4 ++-- includes/polling/os/netagent2.inc.php | 4 ++-- includes/polling/os/netguardian.inc.php | 4 ++-- includes/polling/os/ns-bsd.inc.php | 4 ++-- includes/polling/os/oceanstor.inc.php | 4 ++-- includes/polling/os/powerlogic.inc.php | 4 ++-- includes/polling/os/ptp600.inc.php | 4 ++-- includes/polling/os/ptp800.inc.php | 4 ++-- includes/polling/os/remoteye4.inc.php | 4 ++-- includes/polling/os/ros.inc.php | 4 ++-- includes/polling/os/savin.inc.php | 4 ++-- includes/polling/os/sinetica.inc.php | 4 ++-- includes/polling/os/smartos.inc.php | 4 ++-- includes/polling/os/tgos.inc.php | 4 ++-- includes/polling/os/tomato.inc.php | 4 ++-- includes/polling/os/tpdin.inc.php | 4 ++-- includes/polling/os/websensor.inc.php | 4 ++-- includes/polling/os/zebra.inc.php | 4 ++-- includes/polling/ports/cisco-if-extension.inc.php | 2 +- includes/polling/ports/f5.inc.php | 4 ++-- includes/polling/ports/os/airos-af-ltu.inc.php | 4 ++-- includes/polling/ports/os/ciena-sds.inc.php | 4 ++-- includes/polling/ports/os/cmm.inc.php | 4 ++-- includes/polling/ports/os/cxr-ts.inc.php | 4 ++-- includes/polling/ports/os/ekinops.inc.php | 4 ++-- includes/polling/ports/os/infinera-groove.inc.php | 4 ++-- includes/polling/ports/os/junos.inc.php | 4 ++-- includes/polling/ports/os/nokia-isam.inc.php | 4 ++-- includes/polling/ports/os/procera.inc.php | 4 ++-- includes/polling/ports/os/smartax.inc.php | 4 ++-- includes/polling/ports/os/timos.inc.php | 4 ++-- includes/polling/sensors/pre-cache/aos-emu2.inc.php | 4 ++-- .../polling/sensors/pre-cache/geist-watchdog.inc.php | 4 ++-- includes/polling/sensors/state/fortigate.inc.php | 4 ++-- includes/polling/sensors/temperature/aos-emu2.inc.php | 4 ++-- .../polling/sensors/temperature/geist-watchdog.inc.php | 4 ++-- .../polling/sensors/temperature/quantastor.inc.php | 4 ++-- includes/polling/storage/arbos.inc.php | 4 ++-- includes/polling/storage/datadomain.inc.php | 2 +- includes/polling/storage/gaia.inc.php | 4 ++-- includes/polling/storage/intelliflash-pl.inc.php | 4 ++-- includes/polling/storage/intelliflash-pr.inc.php | 4 ++-- includes/polling/storage/nimbleos.inc.php | 4 ++-- includes/polling/storage/oceanstor.inc.php | 4 ++-- includes/polling/storage/onefs.inc.php | 4 ++-- includes/polling/wireless.inc.php | 4 ++-- includes/rrdtool.inc.php | 4 ++-- includes/sql-schema/update.php | 4 ++-- irc.php | 2 +- licenses/GPLv3-LICENSE.txt | 6 +++--- misc/config_definitions.json | 4 ++-- misc/notifications.rss | 2 +- poller.php | 2 +- resources/js/components/Accordion.vue | 4 ++-- resources/js/components/AccordionItem.vue | 4 ++-- resources/js/components/BaseSetting.vue | 4 ++-- resources/js/components/LibrenmsSetting.vue | 4 ++-- resources/js/components/LibrenmsSettings.vue | 4 ++-- resources/js/components/PollerSettings.vue | 4 ++-- resources/js/components/SettingArray.vue | 4 ++-- resources/js/components/SettingBoolean.vue | 4 ++-- resources/js/components/SettingDashboardSelect.vue | 4 ++-- resources/js/components/SettingDirectory.vue | 4 ++-- resources/js/components/SettingEmail.vue | 4 ++-- resources/js/components/SettingExecutable.vue | 4 ++-- resources/js/components/SettingInteger.vue | 4 ++-- resources/js/components/SettingLdapGroups.vue | 4 ++-- resources/js/components/SettingMultiple.vue | 4 ++-- resources/js/components/SettingNull.vue | 4 ++-- resources/js/components/SettingPassword.vue | 4 ++-- resources/js/components/SettingSelect.vue | 4 ++-- resources/js/components/SettingSnmp3auth.vue | 4 ++-- resources/js/components/SettingText.vue | 4 ++-- resources/js/components/Tab.vue | 4 ++-- resources/js/components/Tabs.vue | 4 ++-- resources/js/components/TransitionCollapseHeight.vue | 4 ++-- resources/js/plugins/i18n.js | 4 ++-- resources/views/about/index.blade.php | 10 +++++----- .../Migration/Standard_Conversion/convert_no_xml.sh | 2 +- .../Migration/Standard_Conversion/destwork_no_xml.sh | 2 +- scripts/Migration/Standard_Conversion/mkdir.sh | 2 +- scripts/Migration/XML_Conversion/convert.sh | 2 +- scripts/Migration/XML_Conversion/destwork.sh | 2 +- scripts/Migration/XML_Conversion/mkdir.sh | 2 +- scripts/composer_wrapper.php | 4 ++-- scripts/gen_smokeping.php | 4 ++-- scripts/ifAlias | 2 +- scripts/purge-port.php | 2 +- scripts/rename-mibs.php | 4 ++-- scripts/rrdstep.php | 4 ++-- services-wrapper.py | 2 +- snmp-scan.py | 4 ++-- tests/AddHostCliTest.php | 4 ++-- tests/AddHostTest.php | 4 ++-- tests/AlertingTest.php | 4 ++-- tests/AuthHTTPTest.php | 2 +- tests/AuthSSOTest.php | 2 +- tests/BasicApiTest.php | 4 ++-- tests/Browser/Pages/PreferencesPage.php | 4 ++-- tests/Browser/Pages/TwoFactorPage.php | 4 ++-- tests/CommonFunctionsTest.php | 4 ++-- tests/ConfigTest.php | 4 ++-- tests/DBSetupTest.php | 4 ++-- tests/DBTestCase.php | 4 ++-- tests/DocsTest.php | 4 ++-- .../SnmpTraps/AdvaAccThresholdCrossingAlertTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php | 4 ++-- .../SnmpTraps/AdvaNetThresholdCrossingAlertTest.php | 4 ++-- .../SnmpTraps/AdvaNetworkElementAlmTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaObjectCreationTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/ApcPduOutletTest.php | 4 ++-- tests/Feature/SnmpTraps/BgpTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/CommonTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/CyberPowerTrapsTest.php | 4 ++-- tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php | 4 ++-- tests/Feature/SnmpTraps/FgTrapIpsTest.php | 4 ++-- tests/Feature/SnmpTraps/FgTrapVpnTunTest.php | 4 ++-- tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxBgpM2Test.php | 4 ++-- tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxDomAlarmTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxLdpLspTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxLdpSesTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxPowerSupplyTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxVpnIfTest.php | 4 ++-- tests/Feature/SnmpTraps/JnxVpnPwTest.php | 4 ++-- tests/Feature/SnmpTraps/MgmtTrapNmsAlarmTest.php | 4 ++-- tests/Feature/SnmpTraps/MgmtTrapNmsEventTest.php | 4 ++-- tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php | 4 ++-- tests/Feature/SnmpTraps/OspfIfStateChangeTest.php | 4 ++-- tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php | 4 ++-- tests/Feature/SnmpTraps/PortsTrapTest.php | 4 ++-- tests/Feature/SnmpTraps/RuckusEventTest.php | 4 ++-- tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php | 4 ++-- tests/Feature/SnmpTraps/RuckusSzEventTest.php | 4 ++-- tests/Feature/SnmpTraps/SnmpTrapTestCase.php | 4 ++-- tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php | 4 ++-- tests/Feature/SnmpTraps/VmwHBTest.php | 4 ++-- tests/Feature/SnmpTraps/VmwPowerStateTest.php | 4 ++-- tests/FpingTest.php | 4 ++-- tests/FunctionsTest.php | 4 ++-- tests/GitIgnoreTest.php | 4 ++-- tests/IpTest.php | 4 ++-- tests/MibTest.php | 4 ++-- tests/OSDiscoveryTest.php | 4 ++-- tests/OSModulesTest.php | 4 ++-- tests/QueryBuilderTest.php | 4 ++-- tests/RrdDefinitionTest.php | 4 ++-- tests/RrdtoolTest.php | 4 ++-- tests/SVGTest.php | 4 ++-- tests/SchemaTest.php | 4 ++-- tests/SmokepingCliTest.php | 2 +- tests/SnmpsimHelpers.php | 4 ++-- tests/SyslogTest.php | 4 ++-- tests/Unit/CiHelperTest.php | 4 ++-- tests/Unit/ComponentTest.php | 4 ++-- tests/Unit/Data/DatastoreTest.php | 4 ++-- tests/Unit/Data/GraphiteStoreTest.php | 4 ++-- tests/Unit/Data/InfluxDBStoreTest.php | 4 ++-- tests/Unit/Data/OpenTSDBStoreTest.php | 4 ++-- tests/Unit/Data/PrometheusStoreTest.php | 4 ++-- tests/Unit/DeviceTest.php | 4 ++-- tests/Unit/FileCategorizerTest.php | 4 ++-- tests/Unit/PermissionsTest.php | 4 ++-- tests/Unit/SqliteTest.php | 4 ++-- tests/Unit/Util/EnvTest.php | 4 ++-- tests/YamlSchemaTest.php | 4 ++-- tests/bootstrap.php | 4 ++-- tests/mocks/mock.snmp.inc.php | 4 ++-- 1316 files changed, 2416 insertions(+), 2416 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index b9a2493c98..a621ae1be0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -655,7 +655,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -674,11 +674,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/LibreNMS/Alert/AlertDB.php b/LibreNMS/Alert/AlertDB.php index cefa7e7291..d310431cd8 100644 --- a/LibreNMS/Alert/AlertDB.php +++ b/LibreNMS/Alert/AlertDB.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Original code: @@ -24,7 +24,7 @@ * @license GPL * * Modified by: - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Alert/AlertData.php b/LibreNMS/Alert/AlertData.php index 538f5e9a3a..132b17138f 100644 --- a/LibreNMS/Alert/AlertData.php +++ b/LibreNMS/Alert/AlertData.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Alert/AlertRules.php b/LibreNMS/Alert/AlertRules.php index 608715e596..8ef4f10bd0 100644 --- a/LibreNMS/Alert/AlertRules.php +++ b/LibreNMS/Alert/AlertRules.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Original Code: * @author Daniel Preussker * @copyright 2014 f0o, LibreNMS * @license GPL - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Alert/AlertUtil.php b/LibreNMS/Alert/AlertUtil.php index e150d82ff4..1285df4050 100644 --- a/LibreNMS/Alert/AlertUtil.php +++ b/LibreNMS/Alert/AlertUtil.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Alert/RunAlerts.php b/LibreNMS/Alert/RunAlerts.php index 72d3d525c9..4ffa6bf21f 100644 --- a/LibreNMS/Alert/RunAlerts.php +++ b/LibreNMS/Alert/RunAlerts.php @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Original Code: * @author Daniel Preussker diff --git a/LibreNMS/Alert/Template.php b/LibreNMS/Alert/Template.php index b33565d64f..e5a9c0ce78 100644 --- a/LibreNMS/Alert/Template.php +++ b/LibreNMS/Alert/Template.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/Alert/Transport/Alertmanager.php b/LibreNMS/Alert/Transport/Alertmanager.php index 03e7e5e6ed..37e88eacc1 100644 --- a/LibreNMS/Alert/Transport/Alertmanager.php +++ b/LibreNMS/Alert/Transport/Alertmanager.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Alertmanager Transport diff --git a/LibreNMS/Alert/Transport/Api.php b/LibreNMS/Alert/Transport/Api.php index 7de3562c4f..178c95741e 100644 --- a/LibreNMS/Alert/Transport/Api.php +++ b/LibreNMS/Alert/Transport/Api.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * API Transport diff --git a/LibreNMS/Alert/Transport/Boxcar.php b/LibreNMS/Alert/Transport/Boxcar.php index d26aaff3a6..38a45a126c 100644 --- a/LibreNMS/Alert/Transport/Boxcar.php +++ b/LibreNMS/Alert/Transport/Boxcar.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /* Copyright (C) 2015 Daniel Preussker * This program is free software: you can redistribute it and/or modify @@ -25,7 +25,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Boxcar API Transport diff --git a/LibreNMS/Alert/Transport/Clickatell.php b/LibreNMS/Alert/Transport/Clickatell.php index 97a0fe6980..00e47e8da1 100644 --- a/LibreNMS/Alert/Transport/Clickatell.php +++ b/LibreNMS/Alert/Transport/Clickatell.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Clickatell REST-API Transport diff --git a/LibreNMS/Alert/Transport/Discord.php b/LibreNMS/Alert/Transport/Discord.php index 4d38ac4fef..eb3a5d1ecb 100644 --- a/LibreNMS/Alert/Transport/Discord.php +++ b/LibreNMS/Alert/Transport/Discord.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ * @contributer f0o, sdef2 diff --git a/LibreNMS/Alert/Transport/Dummy.php b/LibreNMS/Alert/Transport/Dummy.php index b8bab73bcb..a9a567ed3f 100644 --- a/LibreNMS/Alert/Transport/Dummy.php +++ b/LibreNMS/Alert/Transport/Dummy.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Dummy Transport diff --git a/LibreNMS/Alert/Transport/Elasticsearch.php b/LibreNMS/Alert/Transport/Elasticsearch.php index 9b955bb94d..4d8872f308 100644 --- a/LibreNMS/Alert/Transport/Elasticsearch.php +++ b/LibreNMS/Alert/Transport/Elasticsearch.php @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Gitlab.php b/LibreNMS/Alert/Transport/Gitlab.php index 7183764d02..bd7a2d75c8 100644 --- a/LibreNMS/Alert/Transport/Gitlab.php +++ b/LibreNMS/Alert/Transport/Gitlab.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Gitlab API Transport diff --git a/LibreNMS/Alert/Transport/Hipchat.php b/LibreNMS/Alert/Transport/Hipchat.php index 87f926c67e..f17b50f567 100644 --- a/LibreNMS/Alert/Transport/Hipchat.php +++ b/LibreNMS/Alert/Transport/Hipchat.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /* * API Transport diff --git a/LibreNMS/Alert/Transport/Hue.php b/LibreNMS/Alert/Transport/Hue.php index 55517c5dd3..9163b43f20 100644 --- a/LibreNMS/Alert/Transport/Hue.php +++ b/LibreNMS/Alert/Transport/Hue.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /* * API Transport diff --git a/LibreNMS/Alert/Transport/Irc.php b/LibreNMS/Alert/Transport/Irc.php index 316dfbe317..15caead84a 100644 --- a/LibreNMS/Alert/Transport/Irc.php +++ b/LibreNMS/Alert/Transport/Irc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * IRC Transport diff --git a/LibreNMS/Alert/Transport/Jira.php b/LibreNMS/Alert/Transport/Jira.php index 4ecd5f9e38..8f63ba1c28 100644 --- a/LibreNMS/Alert/Transport/Jira.php +++ b/LibreNMS/Alert/Transport/Jira.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Jira API Transport diff --git a/LibreNMS/Alert/Transport/Mail.php b/LibreNMS/Alert/Transport/Mail.php index b9c1d3f264..5b3edafb1c 100644 --- a/LibreNMS/Alert/Transport/Mail.php +++ b/LibreNMS/Alert/Transport/Mail.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Mail Transport diff --git a/LibreNMS/Alert/Transport/Matrix.php b/LibreNMS/Alert/Transport/Matrix.php index a94896b7cb..4f115a77b7 100644 --- a/LibreNMS/Alert/Transport/Matrix.php +++ b/LibreNMS/Alert/Transport/Matrix.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Matrix Transport diff --git a/LibreNMS/Alert/Transport/Mattermost.php b/LibreNMS/Alert/Transport/Mattermost.php index 1145fdbcc6..a7c77c0d0b 100755 --- a/LibreNMS/Alert/Transport/Mattermost.php +++ b/LibreNMS/Alert/Transport/Mattermost.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Mattermost API Transport diff --git a/LibreNMS/Alert/Transport/Nagios.php b/LibreNMS/Alert/Transport/Nagios.php index 5b5c9b8b66..62f6366edf 100644 --- a/LibreNMS/Alert/Transport/Nagios.php +++ b/LibreNMS/Alert/Transport/Nagios.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Nagios Transport diff --git a/LibreNMS/Alert/Transport/Opsgenie.php b/LibreNMS/Alert/Transport/Opsgenie.php index 7e20a53dea..c885a5dc1b 100755 --- a/LibreNMS/Alert/Transport/Opsgenie.php +++ b/LibreNMS/Alert/Transport/Opsgenie.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * OpsGenie API Transport diff --git a/LibreNMS/Alert/Transport/Pagerduty.php b/LibreNMS/Alert/Transport/Pagerduty.php index a9d6ce79f3..844de9f27a 100644 --- a/LibreNMS/Alert/Transport/Pagerduty.php +++ b/LibreNMS/Alert/Transport/Pagerduty.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * PagerDuty Generic-API Transport diff --git a/LibreNMS/Alert/Transport/Playsms.php b/LibreNMS/Alert/Transport/Playsms.php index 452e71ebbb..75233eac36 100644 --- a/LibreNMS/Alert/Transport/Playsms.php +++ b/LibreNMS/Alert/Transport/Playsms.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * PlaySMS API Transport diff --git a/LibreNMS/Alert/Transport/Pushbullet.php b/LibreNMS/Alert/Transport/Pushbullet.php index f515f8c632..c3bd443082 100644 --- a/LibreNMS/Alert/Transport/Pushbullet.php +++ b/LibreNMS/Alert/Transport/Pushbullet.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Pushbullet API Transport diff --git a/LibreNMS/Alert/Transport/Pushover.php b/LibreNMS/Alert/Transport/Pushover.php index 21cc46556a..13ec63667b 100644 --- a/LibreNMS/Alert/Transport/Pushover.php +++ b/LibreNMS/Alert/Transport/Pushover.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /* Copyright (C) 2015 Daniel Preussker * This program is free software: you can redistribute it and/or modify @@ -25,7 +25,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Pushover API Transport diff --git a/LibreNMS/Alert/Transport/Rocket.php b/LibreNMS/Alert/Transport/Rocket.php index d20deaf8bf..75fe0ef7da 100644 --- a/LibreNMS/Alert/Transport/Rocket.php +++ b/LibreNMS/Alert/Transport/Rocket.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * API Transport diff --git a/LibreNMS/Alert/Transport/Sensu.php b/LibreNMS/Alert/Transport/Sensu.php index 775f794bf5..7f4fed0861 100644 --- a/LibreNMS/Alert/Transport/Sensu.php +++ b/LibreNMS/Alert/Transport/Sensu.php @@ -10,7 +10,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * API Transport diff --git a/LibreNMS/Alert/Transport/Slack.php b/LibreNMS/Alert/Transport/Slack.php index 162b41b59a..4686630850 100644 --- a/LibreNMS/Alert/Transport/Slack.php +++ b/LibreNMS/Alert/Transport/Slack.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * API Transport diff --git a/LibreNMS/Alert/Transport/Smseagle.php b/LibreNMS/Alert/Transport/Smseagle.php index d9f7dc1e5f..7d24184b73 100644 --- a/LibreNMS/Alert/Transport/Smseagle.php +++ b/LibreNMS/Alert/Transport/Smseagle.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * SMSEagle API Transport diff --git a/LibreNMS/Alert/Transport/Smsfeedback.php b/LibreNMS/Alert/Transport/Smsfeedback.php index 9604a1078c..9cd5e31b49 100644 --- a/LibreNMS/Alert/Transport/Smsfeedback.php +++ b/LibreNMS/Alert/Transport/Smsfeedback.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * SMSEagle API Transport diff --git a/LibreNMS/Alert/Transport/Splunk.php b/LibreNMS/Alert/Transport/Splunk.php index 3df2550ba5..b79231521e 100644 --- a/LibreNMS/Alert/Transport/Splunk.php +++ b/LibreNMS/Alert/Transport/Splunk.php @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Syslog.php b/LibreNMS/Alert/Transport/Syslog.php index 197a2241ae..a666814039 100644 --- a/LibreNMS/Alert/Transport/Syslog.php +++ b/LibreNMS/Alert/Transport/Syslog.php @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Telegram.php b/LibreNMS/Alert/Transport/Telegram.php index 68e3792e60..5a511334f8 100644 --- a/LibreNMS/Alert/Transport/Telegram.php +++ b/LibreNMS/Alert/Transport/Telegram.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/Alert/Transport/Victorops.php b/LibreNMS/Alert/Transport/Victorops.php index 61659ab915..f29080cfb4 100644 --- a/LibreNMS/Alert/Transport/Victorops.php +++ b/LibreNMS/Alert/Transport/Victorops.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * VictorOps Generic-API Transport - Based on PagerDuty transport diff --git a/LibreNMS/Alerting/QueryBuilderFilter.php b/LibreNMS/Alerting/QueryBuilderFilter.php index d52af2b1ce..da6aa011d5 100644 --- a/LibreNMS/Alerting/QueryBuilderFilter.php +++ b/LibreNMS/Alerting/QueryBuilderFilter.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ @@ -160,7 +160,7 @@ class QueryBuilderFilter implements \JsonSerializable /** * Specify data which should be serialized to JSON - * @link http://php.net/manual/en/jsonserializable.jsonserialize.php + * @link https://php.net/manual/en/jsonserializable.jsonserialize.php * @return mixed data which can be serialized by json_encode, * which is a value of any type other than a resource. * @since 5.4.0 diff --git a/LibreNMS/Alerting/QueryBuilderFluentParser.php b/LibreNMS/Alerting/QueryBuilderFluentParser.php index cdbb6f6129..c25fe060c0 100644 --- a/LibreNMS/Alerting/QueryBuilderFluentParser.php +++ b/LibreNMS/Alerting/QueryBuilderFluentParser.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Alerting/QueryBuilderParser.php b/LibreNMS/Alerting/QueryBuilderParser.php index ac055eef03..fc5f1b84e3 100644 --- a/LibreNMS/Alerting/QueryBuilderParser.php +++ b/LibreNMS/Alerting/QueryBuilderParser.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ @@ -457,7 +457,7 @@ class QueryBuilderParser implements \JsonSerializable /** * Specify data which should be serialized to JSON - * @link http://php.net/manual/en/jsonserializable.jsonserialize.php + * @link https://php.net/manual/en/jsonserializable.jsonserialize.php * @return mixed data which can be serialized by json_encode, * which is a value of any type other than a resource. * @since 5.4.0 diff --git a/LibreNMS/Authentication/ActiveDirectoryCommon.php b/LibreNMS/Authentication/ActiveDirectoryCommon.php index 0971801d35..04f7afdb1f 100644 --- a/LibreNMS/Authentication/ActiveDirectoryCommon.php +++ b/LibreNMS/Authentication/ActiveDirectoryCommon.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Authentication/AuthorizerBase.php b/LibreNMS/Authentication/AuthorizerBase.php index 1a6a34d2c2..7a7677ac00 100644 --- a/LibreNMS/Authentication/AuthorizerBase.php +++ b/LibreNMS/Authentication/AuthorizerBase.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php b/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php index 526675e50d..d499a7b6db 100644 --- a/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php +++ b/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** diff --git a/LibreNMS/Authentication/LdapSessionCache.php b/LibreNMS/Authentication/LdapSessionCache.php index fecf733781..6b6c5641f6 100644 --- a/LibreNMS/Authentication/LdapSessionCache.php +++ b/LibreNMS/Authentication/LdapSessionCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Authentication/SSOAuthorizer.php b/LibreNMS/Authentication/SSOAuthorizer.php index fb26bfce4f..328cd0147e 100644 --- a/LibreNMS/Authentication/SSOAuthorizer.php +++ b/LibreNMS/Authentication/SSOAuthorizer.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @link https://librenms.org * @copyright 2017 Adam Bishop diff --git a/LibreNMS/Authentication/TwoFactor.php b/LibreNMS/Authentication/TwoFactor.php index f8d0a7f318..be4275b8b2 100644 --- a/LibreNMS/Authentication/TwoFactor.php +++ b/LibreNMS/Authentication/TwoFactor.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @license GPL - * @link http://librenms.org + * @link https://www.librenms.org * @author f0o * @copyright 2014 f0o, LibreNMS * @copyright 2017 Tony Murray diff --git a/LibreNMS/Cache/Device.php b/LibreNMS/Cache/Device.php index 90d877c35f..b8daba9d6c 100644 --- a/LibreNMS/Cache/Device.php +++ b/LibreNMS/Cache/Device.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Cache/PermissionsCache.php b/LibreNMS/Cache/PermissionsCache.php index 26b5b1930e..65dca6f520 100644 --- a/LibreNMS/Cache/PermissionsCache.php +++ b/LibreNMS/Cache/PermissionsCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019-2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Component.php b/LibreNMS/Component.php index d756befb39..17b737d86b 100644 --- a/LibreNMS/Component.php +++ b/LibreNMS/Component.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2015 Aaron Daniels * @author Aaron Daniels */ diff --git a/LibreNMS/ComposerHelper.php b/LibreNMS/ComposerHelper.php index 8a15cf1260..5089a5b48b 100644 --- a/LibreNMS/ComposerHelper.php +++ b/LibreNMS/ComposerHelper.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Config.php b/LibreNMS/Config.php index f8571be559..6a7e633ebe 100644 --- a/LibreNMS/Config.php +++ b/LibreNMS/Config.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/DB/Eloquent.php b/LibreNMS/DB/Eloquent.php index 0c409521d6..c55e2fd7be 100644 --- a/LibreNMS/DB/Eloquent.php +++ b/LibreNMS/DB/Eloquent.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/DB/Schema.php b/LibreNMS/DB/Schema.php index 9d68886e48..ca29882f4c 100644 --- a/LibreNMS/DB/Schema.php +++ b/LibreNMS/DB/Schema.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/DB/SyncsModels.php b/LibreNMS/DB/SyncsModels.php index e1fec20eae..a3f4c62f7c 100644 --- a/LibreNMS/DB/SyncsModels.php +++ b/LibreNMS/DB/SyncsModels.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Measure/Measurement.php b/LibreNMS/Data/Measure/Measurement.php index c6f07d1842..cae6f36426 100644 --- a/LibreNMS/Data/Measure/Measurement.php +++ b/LibreNMS/Data/Measure/Measurement.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Measure/MeasurementCollection.php b/LibreNMS/Data/Measure/MeasurementCollection.php index 78dd169bd3..49511d5d29 100644 --- a/LibreNMS/Data/Measure/MeasurementCollection.php +++ b/LibreNMS/Data/Measure/MeasurementCollection.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Measure/MeasurementSummary.php b/LibreNMS/Data/Measure/MeasurementSummary.php index e75507f4de..a9c6408e3f 100644 --- a/LibreNMS/Data/Measure/MeasurementSummary.php +++ b/LibreNMS/Data/Measure/MeasurementSummary.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Store/BaseDatastore.php b/LibreNMS/Data/Store/BaseDatastore.php index 233dd784b8..ca1633ae34 100644 --- a/LibreNMS/Data/Store/BaseDatastore.php +++ b/LibreNMS/Data/Store/BaseDatastore.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Store/Datastore.php b/LibreNMS/Data/Store/Datastore.php index 31ff15f7b7..626f26b09e 100644 --- a/LibreNMS/Data/Store/Datastore.php +++ b/LibreNMS/Data/Store/Datastore.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Data/Store/Graphite.php b/LibreNMS/Data/Store/Graphite.php index 6f77bc1554..aa25cf0442 100644 --- a/LibreNMS/Data/Store/Graphite.php +++ b/LibreNMS/Data/Store/Graphite.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @copyright 2017 Falk Stern * @author Tony Murray diff --git a/LibreNMS/Data/Store/InfluxDB.php b/LibreNMS/Data/Store/InfluxDB.php index 950a202787..e7d4f0b167 100644 --- a/LibreNMS/Data/Store/InfluxDB.php +++ b/LibreNMS/Data/Store/InfluxDB.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @copyright 2014 Neil Lathwood * @author Tony Murray diff --git a/LibreNMS/Data/Store/OpenTSDB.php b/LibreNMS/Data/Store/OpenTSDB.php index 3638172c06..4ce6d496c6 100644 --- a/LibreNMS/Data/Store/OpenTSDB.php +++ b/LibreNMS/Data/Store/OpenTSDB.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @copyright 2017 Yacine Benamsili * @author Tony Murray diff --git a/LibreNMS/Data/Store/Prometheus.php b/LibreNMS/Data/Store/Prometheus.php index 727b9d007b..8c19df2623 100644 --- a/LibreNMS/Data/Store/Prometheus.php +++ b/LibreNMS/Data/Store/Prometheus.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @copyright 2014 Neil Lathwood * @author Tony Murray diff --git a/LibreNMS/Data/Store/Rrd.php b/LibreNMS/Data/Store/Rrd.php index 6608be831d..9a4e63dab2 100644 --- a/LibreNMS/Data/Store/Rrd.php +++ b/LibreNMS/Data/Store/Rrd.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Device/Availability.php b/LibreNMS/Device/Availability.php index b7b0900221..c7b59fb315 100644 --- a/LibreNMS/Device/Availability.php +++ b/LibreNMS/Device/Availability.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/LibreNMS/Device/Processor.php b/LibreNMS/Device/Processor.php index 639950de68..8298139be9 100644 --- a/LibreNMS/Device/Processor.php +++ b/LibreNMS/Device/Processor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Device/Sensor.php b/LibreNMS/Device/Sensor.php index b853eb6854..0970e899c8 100644 --- a/LibreNMS/Device/Sensor.php +++ b/LibreNMS/Device/Sensor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Device/WirelessSensor.php b/LibreNMS/Device/WirelessSensor.php index eeb5abbb0b..3c27b6bc74 100644 --- a/LibreNMS/Device/WirelessSensor.php +++ b/LibreNMS/Device/WirelessSensor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Device/YamlDiscovery.php b/LibreNMS/Device/YamlDiscovery.php index 07ce6d0867..abeca439e7 100644 --- a/LibreNMS/Device/YamlDiscovery.php +++ b/LibreNMS/Device/YamlDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Enum/Alert.php b/LibreNMS/Enum/Alert.php index 9b85ad9de3..1c56bdaa70 100644 --- a/LibreNMS/Enum/Alert.php +++ b/LibreNMS/Enum/Alert.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/LibreNMS/Enum/AlertScheduleStatus.php b/LibreNMS/Enum/AlertScheduleStatus.php index 8359bf547c..d26717a606 100644 --- a/LibreNMS/Enum/AlertScheduleStatus.php +++ b/LibreNMS/Enum/AlertScheduleStatus.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Enum/AlertState.php b/LibreNMS/Enum/AlertState.php index 65dd6886f9..0a08048b9b 100644 --- a/LibreNMS/Enum/AlertState.php +++ b/LibreNMS/Enum/AlertState.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/LibreNMS/Enum/PowerState.php b/LibreNMS/Enum/PowerState.php index 666bef7733..592749375c 100644 --- a/LibreNMS/Enum/PowerState.php +++ b/LibreNMS/Enum/PowerState.php @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ namespace LibreNMS\Enum; diff --git a/LibreNMS/Exceptions/ApiException.php b/LibreNMS/Exceptions/ApiException.php index 70ba02a4bc..e640f9523f 100644 --- a/LibreNMS/Exceptions/ApiException.php +++ b/LibreNMS/Exceptions/ApiException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/AuthenticationException.php b/LibreNMS/Exceptions/AuthenticationException.php index 669c6003ed..047b633930 100644 --- a/LibreNMS/Exceptions/AuthenticationException.php +++ b/LibreNMS/Exceptions/AuthenticationException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/DatabaseConnectException.php b/LibreNMS/Exceptions/DatabaseConnectException.php index 051cd23947..6c85adf1b4 100644 --- a/LibreNMS/Exceptions/DatabaseConnectException.php +++ b/LibreNMS/Exceptions/DatabaseConnectException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/DuskUnsafeException.php b/LibreNMS/Exceptions/DuskUnsafeException.php index d1f333f921..e2366765f7 100644 --- a/LibreNMS/Exceptions/DuskUnsafeException.php +++ b/LibreNMS/Exceptions/DuskUnsafeException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/FileExistsException.php b/LibreNMS/Exceptions/FileExistsException.php index dd72502861..f9b3a30f4a 100644 --- a/LibreNMS/Exceptions/FileExistsException.php +++ b/LibreNMS/Exceptions/FileExistsException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/FileNotFoundException.php b/LibreNMS/Exceptions/FileNotFoundException.php index 99ec34dab6..f0a5e14cef 100644 --- a/LibreNMS/Exceptions/FileNotFoundException.php +++ b/LibreNMS/Exceptions/FileNotFoundException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/FilePermissionsException.php b/LibreNMS/Exceptions/FilePermissionsException.php index fcb9ceae45..5fe9b315f9 100644 --- a/LibreNMS/Exceptions/FilePermissionsException.php +++ b/LibreNMS/Exceptions/FilePermissionsException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/FileWriteFailedException.php b/LibreNMS/Exceptions/FileWriteFailedException.php index 50f29ce1b1..f4dcb04c8e 100644 --- a/LibreNMS/Exceptions/FileWriteFailedException.php +++ b/LibreNMS/Exceptions/FileWriteFailedException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/HostExistsException.php b/LibreNMS/Exceptions/HostExistsException.php index f908dd1a30..1a7339f554 100644 --- a/LibreNMS/Exceptions/HostExistsException.php +++ b/LibreNMS/Exceptions/HostExistsException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/HostIpExistsException.php b/LibreNMS/Exceptions/HostIpExistsException.php index d55ea429b0..92dcf9d627 100644 --- a/LibreNMS/Exceptions/HostIpExistsException.php +++ b/LibreNMS/Exceptions/HostIpExistsException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/HostUnreachableException.php b/LibreNMS/Exceptions/HostUnreachableException.php index bc6e1e086a..7c15194739 100644 --- a/LibreNMS/Exceptions/HostUnreachableException.php +++ b/LibreNMS/Exceptions/HostUnreachableException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/HostUnreachablePingException.php b/LibreNMS/Exceptions/HostUnreachablePingException.php index 1945de6f38..6525a514f9 100644 --- a/LibreNMS/Exceptions/HostUnreachablePingException.php +++ b/LibreNMS/Exceptions/HostUnreachablePingException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/HostUnreachableSnmpException.php b/LibreNMS/Exceptions/HostUnreachableSnmpException.php index dfd9d5ec59..6c7ff45874 100644 --- a/LibreNMS/Exceptions/HostUnreachableSnmpException.php +++ b/LibreNMS/Exceptions/HostUnreachableSnmpException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidIpException.php b/LibreNMS/Exceptions/InvalidIpException.php index baa16f2d29..10c3b37d30 100644 --- a/LibreNMS/Exceptions/InvalidIpException.php +++ b/LibreNMS/Exceptions/InvalidIpException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidModuleException.php b/LibreNMS/Exceptions/InvalidModuleException.php index b1250ce381..9c90252273 100644 --- a/LibreNMS/Exceptions/InvalidModuleException.php +++ b/LibreNMS/Exceptions/InvalidModuleException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidNameException.php b/LibreNMS/Exceptions/InvalidNameException.php index 4e61550539..3048ecdfc5 100644 --- a/LibreNMS/Exceptions/InvalidNameException.php +++ b/LibreNMS/Exceptions/InvalidNameException.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidOidException.php b/LibreNMS/Exceptions/InvalidOidException.php index c801e49267..cb682650ff 100644 --- a/LibreNMS/Exceptions/InvalidOidException.php +++ b/LibreNMS/Exceptions/InvalidOidException.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidPortAssocModeException.php b/LibreNMS/Exceptions/InvalidPortAssocModeException.php index 319422fa51..49b6428403 100644 --- a/LibreNMS/Exceptions/InvalidPortAssocModeException.php +++ b/LibreNMS/Exceptions/InvalidPortAssocModeException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/InvalidRrdTypeException.php b/LibreNMS/Exceptions/InvalidRrdTypeException.php index 0d2fb83645..5f4180e459 100644 --- a/LibreNMS/Exceptions/InvalidRrdTypeException.php +++ b/LibreNMS/Exceptions/InvalidRrdTypeException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/LdapMissingException.php b/LibreNMS/Exceptions/LdapMissingException.php index 282582318b..d7108e81a0 100644 --- a/LibreNMS/Exceptions/LdapMissingException.php +++ b/LibreNMS/Exceptions/LdapMissingException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/LockException.php b/LibreNMS/Exceptions/LockException.php index 2b0fb94d11..8b324239fd 100644 --- a/LibreNMS/Exceptions/LockException.php +++ b/LibreNMS/Exceptions/LockException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php b/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php index deda63a26d..174b2a14e5 100644 --- a/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php +++ b/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php b/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php index c285b43bf5..65d8a1790a 100644 --- a/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php +++ b/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/UnserializableRouteCache.php b/LibreNMS/Exceptions/UnserializableRouteCache.php index ebb78e9944..7394bd6edc 100644 --- a/LibreNMS/Exceptions/UnserializableRouteCache.php +++ b/LibreNMS/Exceptions/UnserializableRouteCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Exceptions/YamlException.php b/LibreNMS/Exceptions/YamlException.php index 430e3d2afe..5a7fc2fa4b 100644 --- a/LibreNMS/Exceptions/YamlException.php +++ b/LibreNMS/Exceptions/YamlException.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Fping.php b/LibreNMS/Fping.php index eb130573fa..3f87abd364 100644 --- a/LibreNMS/Fping.php +++ b/LibreNMS/Fping.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/IRCBot.php b/LibreNMS/IRCBot.php index 2c666e81dd..b45f04a1ac 100644 --- a/LibreNMS/IRCBot.php +++ b/LibreNMS/IRCBot.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ namespace LibreNMS; diff --git a/LibreNMS/Interfaces/Alert/Transport.php b/LibreNMS/Interfaces/Alert/Transport.php index 259a78de2d..867c66236d 100644 --- a/LibreNMS/Interfaces/Alert/Transport.php +++ b/LibreNMS/Interfaces/Alert/Transport.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Robrecht Plaisier * @author Robbrecht Plaisier */ diff --git a/LibreNMS/Interfaces/Data/Datastore.php b/LibreNMS/Interfaces/Data/Datastore.php index b72cc2d625..4f3ad97bc3 100644 --- a/LibreNMS/Interfaces/Data/Datastore.php +++ b/LibreNMS/Interfaces/Data/Datastore.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/DiscoveryModule.php b/LibreNMS/Interfaces/Discovery/DiscoveryModule.php index 72b77b7f01..c756415966 100644 --- a/LibreNMS/Interfaces/Discovery/DiscoveryModule.php +++ b/LibreNMS/Interfaces/Discovery/DiscoveryModule.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/MempoolsDiscovery.php b/LibreNMS/Interfaces/Discovery/MempoolsDiscovery.php index 5a1bb0e5d2..ae639f36c0 100644 --- a/LibreNMS/Interfaces/Discovery/MempoolsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/MempoolsDiscovery.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/MplsDiscovery.php b/LibreNMS/Interfaces/Discovery/MplsDiscovery.php index bfcab81e52..70a83586a1 100644 --- a/LibreNMS/Interfaces/Discovery/MplsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/MplsDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/OSDetection.php b/LibreNMS/Interfaces/Discovery/OSDetection.php index 47c92ff5fa..12bcc27e2e 100644 --- a/LibreNMS/Interfaces/Discovery/OSDetection.php +++ b/LibreNMS/Interfaces/Discovery/OSDetection.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/OSDiscovery.php b/LibreNMS/Interfaces/Discovery/OSDiscovery.php index 2fdb85e725..f9c27eb8a5 100644 --- a/LibreNMS/Interfaces/Discovery/OSDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/OSDiscovery.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php b/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php index db0bfd64c3..592d2d1b1d 100644 --- a/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php index 893fcb802d..34fcafbd69 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php index 1ca976b939..a26823d284 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php index f09d637040..582425985a 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php index 761822483d..7ef4d1653c 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php index c41a439cb3..410b35250a 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php index 249465adea..6003701f54 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php index 2007f028ac..7f3e81fd84 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php index c2b69954e1..51c58a5da5 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php index ebf9116127..967e1ff838 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php index d701075afa..26143fb9f0 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php index cf13902ba9..b7d0535a3a 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php index 433d884401..c160749d98 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php index 560fe95631..0c4100501b 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php index 1ec7417372..c59e12c915 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php index a969ee5624..e2d6239780 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php index d1d6878d26..c4ed8d2864 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php index 317a76eee0..f538fc6c33 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php index fb624212af..1d2782852d 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php index 99cc51ac17..c7775e8bc1 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php index 54c9c9aa7d..2f7f5c4889 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php index cfd584a98b..69b99fd649 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php b/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php index 842bd63b05..0cd04cb09f 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Exceptions/UpgradeableException.php b/LibreNMS/Interfaces/Exceptions/UpgradeableException.php index a0f79b6d5e..addd22ff29 100644 --- a/LibreNMS/Interfaces/Exceptions/UpgradeableException.php +++ b/LibreNMS/Interfaces/Exceptions/UpgradeableException.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Geocoder.php b/LibreNMS/Interfaces/Geocoder.php index 19cbecdb56..2985a0484b 100644 --- a/LibreNMS/Interfaces/Geocoder.php +++ b/LibreNMS/Interfaces/Geocoder.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/InstallerStep.php b/LibreNMS/Interfaces/InstallerStep.php index f9de65f181..493637886f 100644 --- a/LibreNMS/Interfaces/InstallerStep.php +++ b/LibreNMS/Interfaces/InstallerStep.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Models/Keyable.php b/LibreNMS/Interfaces/Models/Keyable.php index b15d8bdaa0..340420fd08 100644 --- a/LibreNMS/Interfaces/Models/Keyable.php +++ b/LibreNMS/Interfaces/Models/Keyable.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Module.php b/LibreNMS/Interfaces/Module.php index fbf4bcc8d8..09afb22e2c 100644 --- a/LibreNMS/Interfaces/Module.php +++ b/LibreNMS/Interfaces/Module.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/MempoolsPolling.php b/LibreNMS/Interfaces/Polling/MempoolsPolling.php index 8d7e03daae..4b81e9861a 100644 --- a/LibreNMS/Interfaces/Polling/MempoolsPolling.php +++ b/LibreNMS/Interfaces/Polling/MempoolsPolling.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/MplsPolling.php b/LibreNMS/Interfaces/Polling/MplsPolling.php index 786c8e6d9c..b4e36a4c2a 100644 --- a/LibreNMS/Interfaces/Polling/MplsPolling.php +++ b/LibreNMS/Interfaces/Polling/MplsPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/NacPolling.php b/LibreNMS/Interfaces/Polling/NacPolling.php index 66a7b88cf7..590dfcb876 100644 --- a/LibreNMS/Interfaces/Polling/NacPolling.php +++ b/LibreNMS/Interfaces/Polling/NacPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/OSPolling.php b/LibreNMS/Interfaces/Polling/OSPolling.php index ab677e3a82..8e8355ef67 100644 --- a/LibreNMS/Interfaces/Polling/OSPolling.php +++ b/LibreNMS/Interfaces/Polling/OSPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/PollerModule.php b/LibreNMS/Interfaces/Polling/PollerModule.php index 6d4e44a2ac..893becbb6b 100644 --- a/LibreNMS/Interfaces/Polling/PollerModule.php +++ b/LibreNMS/Interfaces/Polling/PollerModule.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/ProcessorPolling.php b/LibreNMS/Interfaces/Polling/ProcessorPolling.php index e766d7cbc7..2fba0c3647 100644 --- a/LibreNMS/Interfaces/Polling/ProcessorPolling.php +++ b/LibreNMS/Interfaces/Polling/ProcessorPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php index 7aa9065f14..2f09aed056 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php index eafe0835c4..3c8e9b3a82 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php index 7a75e3b3e1..4e97200626 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php index 04c1371edc..a2d0466026 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php index 9f17115f7b..7e96a83fe6 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php index 70f0c75f6e..f0006bc45e 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php index 994ee3c376..a55e755fa0 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php index 306258058d..e670a891a4 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php index 82dbf08208..14a8cbd689 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php index 9298bef763..0d6e33cf90 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php index 626adf4da7..21c0e9dc01 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php index c27e77241b..37d39e1b31 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php index e1927fe895..6a76b7be19 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php index c0371b74fa..d88f761229 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php index 954c25f941..1ca6190b41 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php index 4dd5fce097..de1f7c733a 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php index 291118f3cb..98d21afec7 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php index 2b181cd84f..783c117472 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php index 6fa2829829..f519ba1791 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php index c2e5a68354..5ace540af2 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php index 24bfa078d5..dd2d50660f 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php b/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php index e6c70149c8..8f5db2d5d3 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/SnmptrapHandler.php b/LibreNMS/Interfaces/SnmptrapHandler.php index d7702e03c1..738c2eede4 100644 --- a/LibreNMS/Interfaces/SnmptrapHandler.php +++ b/LibreNMS/Interfaces/SnmptrapHandler.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/UI/DeviceTab.php b/LibreNMS/Interfaces/UI/DeviceTab.php index d58476f6e5..78f82d0ca6 100644 --- a/LibreNMS/Interfaces/UI/DeviceTab.php +++ b/LibreNMS/Interfaces/UI/DeviceTab.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Interfaces/ValidationGroup.php b/LibreNMS/Interfaces/ValidationGroup.php index 5848905b24..87e6cad179 100644 --- a/LibreNMS/Interfaces/ValidationGroup.php +++ b/LibreNMS/Interfaces/ValidationGroup.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Modules/Core.php b/LibreNMS/Modules/Core.php index 9b2ca08121..568bf197a7 100644 --- a/LibreNMS/Modules/Core.php +++ b/LibreNMS/Modules/Core.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Modules/Mempools.php b/LibreNMS/Modules/Mempools.php index 14cbe4f1b4..423a1c7a6e 100644 --- a/LibreNMS/Modules/Mempools.php +++ b/LibreNMS/Modules/Mempools.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Modules/Mpls.php b/LibreNMS/Modules/Mpls.php index ed69133963..f900c42ece 100644 --- a/LibreNMS/Modules/Mpls.php +++ b/LibreNMS/Modules/Mpls.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Vitali Kari * @copyright 2019 Tony Murray * @author Vitali Kari diff --git a/LibreNMS/Modules/Nac.php b/LibreNMS/Modules/Nac.php index 9df34d0a28..5d1bc0545d 100644 --- a/LibreNMS/Modules/Nac.php +++ b/LibreNMS/Modules/Nac.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Modules/OS.php b/LibreNMS/Modules/OS.php index 2a18effc3b..2f3787f883 100644 --- a/LibreNMS/Modules/OS.php +++ b/LibreNMS/Modules/OS.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS.php b/LibreNMS/OS.php index 4555b980a8..9dd5ef21f5 100644 --- a/LibreNMS/OS.php +++ b/LibreNMS/OS.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Aen.php b/LibreNMS/OS/Aen.php index 34ff6e05b5..269aafd09c 100644 --- a/LibreNMS/OS/Aen.php +++ b/LibreNMS/OS/Aen.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Airos.php b/LibreNMS/OS/Airos.php index 661e3fc18a..c54c0a7186 100644 --- a/LibreNMS/OS/Airos.php +++ b/LibreNMS/OS/Airos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/AirosAf.php b/LibreNMS/OS/AirosAf.php index f54eea5dce..23e3f2d5df 100644 --- a/LibreNMS/OS/AirosAf.php +++ b/LibreNMS/OS/AirosAf.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Airport.php b/LibreNMS/OS/Airport.php index 950ee694ac..75e503a743 100644 --- a/LibreNMS/OS/Airport.php +++ b/LibreNMS/OS/Airport.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Aix.php b/LibreNMS/OS/Aix.php index 1e486704fe..e3611d2f07 100644 --- a/LibreNMS/OS/Aix.php +++ b/LibreNMS/OS/Aix.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/AlcomaAlmp.php b/LibreNMS/OS/AlcomaAlmp.php index cf4134b677..fe9088d90d 100644 --- a/LibreNMS/OS/AlcomaAlmp.php +++ b/LibreNMS/OS/AlcomaAlmp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Allied.php b/LibreNMS/OS/Allied.php index 7dde679a67..827d73eaf3 100644 --- a/LibreNMS/OS/Allied.php +++ b/LibreNMS/OS/Allied.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/AllworxVoip.php b/LibreNMS/OS/AllworxVoip.php index 41dab87c37..09b7bbedf8 100644 --- a/LibreNMS/OS/AllworxVoip.php +++ b/LibreNMS/OS/AllworxVoip.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Aos.php b/LibreNMS/OS/Aos.php index 38a734f432..2b15a15f98 100644 --- a/LibreNMS/OS/Aos.php +++ b/LibreNMS/OS/Aos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Apc.php b/LibreNMS/OS/Apc.php index 60df17009d..9d83379bb7 100644 --- a/LibreNMS/OS/Apc.php +++ b/LibreNMS/OS/Apc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Aprisa.php b/LibreNMS/OS/Aprisa.php index e96bc3dd06..b34420203f 100644 --- a/LibreNMS/OS/Aprisa.php +++ b/LibreNMS/OS/Aprisa.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Maikel de Boer and Janno Schouwenburg * @author Maikel de Boer , Janno Schouwenburg */ diff --git a/LibreNMS/OS/Apsoluteos.php b/LibreNMS/OS/Apsoluteos.php index 24194b5d6f..98310fa97c 100644 --- a/LibreNMS/OS/Apsoluteos.php +++ b/LibreNMS/OS/Apsoluteos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Simone Fini * @author Simone Fini * @copyright 2020 Tony Murray diff --git a/LibreNMS/OS/ArrisC4.php b/LibreNMS/OS/ArrisC4.php index ac1c27f8d3..6a65889570 100644 --- a/LibreNMS/OS/ArrisC4.php +++ b/LibreNMS/OS/ArrisC4.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood * @copyright 2020 Tony Murray diff --git a/LibreNMS/OS/ArubaInstant.php b/LibreNMS/OS/ArubaInstant.php index 5dca194bbe..4237989e89 100644 --- a/LibreNMS/OS/ArubaInstant.php +++ b/LibreNMS/OS/ArubaInstant.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Timothy Willey * @author Timothy Willey */ diff --git a/LibreNMS/OS/Arubaos.php b/LibreNMS/OS/Arubaos.php index 7fd4c25d1d..3a47dc4b4f 100644 --- a/LibreNMS/OS/Arubaos.php +++ b/LibreNMS/OS/Arubaos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/AsuswrtMerlin.php b/LibreNMS/OS/AsuswrtMerlin.php index e4cea9424f..df6d8d7a83 100644 --- a/LibreNMS/OS/AsuswrtMerlin.php +++ b/LibreNMS/OS/AsuswrtMerlin.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/AviatWtm.php b/LibreNMS/OS/AviatWtm.php index 5e481241b7..2f9c1c7cb1 100644 --- a/LibreNMS/OS/AviatWtm.php +++ b/LibreNMS/OS/AviatWtm.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Josh Baird * @author Josh Baird */ diff --git a/LibreNMS/OS/Avocent.php b/LibreNMS/OS/Avocent.php index 96d1ffabd5..4f3a3f24c7 100644 --- a/LibreNMS/OS/Avocent.php +++ b/LibreNMS/OS/Avocent.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Awplus.php b/LibreNMS/OS/Awplus.php index 6bc8225fe4..36861579cc 100644 --- a/LibreNMS/OS/Awplus.php +++ b/LibreNMS/OS/Awplus.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Barracudangfirewall.php b/LibreNMS/OS/Barracudangfirewall.php index daf41f741a..6d07584293 100644 --- a/LibreNMS/OS/Barracudangfirewall.php +++ b/LibreNMS/OS/Barracudangfirewall.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Beagleboard.php b/LibreNMS/OS/Beagleboard.php index ed63726a3b..7922a15735 100644 --- a/LibreNMS/OS/Beagleboard.php +++ b/LibreNMS/OS/Beagleboard.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Boss.php b/LibreNMS/OS/Boss.php index 8222c1ee64..2ed631b2f8 100644 --- a/LibreNMS/OS/Boss.php +++ b/LibreNMS/OS/Boss.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Brother.php b/LibreNMS/OS/Brother.php index ebd86f3dab..89505ff2c3 100644 --- a/LibreNMS/OS/Brother.php +++ b/LibreNMS/OS/Brother.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ceraos.php b/LibreNMS/OS/Ceraos.php index 405a07a92a..5d847652f7 100644 --- a/LibreNMS/OS/Ceraos.php +++ b/LibreNMS/OS/Ceraos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ciscosb.php b/LibreNMS/OS/Ciscosb.php index c8ef5715dd..53e8e711af 100644 --- a/LibreNMS/OS/Ciscosb.php +++ b/LibreNMS/OS/Ciscosb.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ciscowlc.php b/LibreNMS/OS/Ciscowlc.php index a3e103512e..ad7790e969 100644 --- a/LibreNMS/OS/Ciscowlc.php +++ b/LibreNMS/OS/Ciscowlc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Cnpilote.php b/LibreNMS/OS/Cnpilote.php index 47f87a47cd..563c79d471 100644 --- a/LibreNMS/OS/Cnpilote.php +++ b/LibreNMS/OS/Cnpilote.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Comware.php b/LibreNMS/OS/Comware.php index 6377385560..30187248af 100644 --- a/LibreNMS/OS/Comware.php +++ b/LibreNMS/OS/Comware.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Coriant.php b/LibreNMS/OS/Coriant.php index 5df7982ff6..005435cd28 100644 --- a/LibreNMS/OS/Coriant.php +++ b/LibreNMS/OS/Coriant.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Cumulus.php b/LibreNMS/OS/Cumulus.php index 28fc84ceb4..959c4161b8 100644 --- a/LibreNMS/OS/Cumulus.php +++ b/LibreNMS/OS/Cumulus.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/DdWrt.php b/LibreNMS/OS/DdWrt.php index f221512439..48230d608a 100644 --- a/LibreNMS/OS/DdWrt.php +++ b/LibreNMS/OS/DdWrt.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Deliberant.php b/LibreNMS/OS/Deliberant.php index 7d497ebc53..bbee3bb42d 100644 --- a/LibreNMS/OS/Deliberant.php +++ b/LibreNMS/OS/Deliberant.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/DellLaser.php b/LibreNMS/OS/DellLaser.php index 86f9536d77..1b51fbf5f9 100644 --- a/LibreNMS/OS/DellLaser.php +++ b/LibreNMS/OS/DellLaser.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Dhcpatriot.php b/LibreNMS/OS/Dhcpatriot.php index 82310108ad..66327504cc 100644 --- a/LibreNMS/OS/Dhcpatriot.php +++ b/LibreNMS/OS/Dhcpatriot.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Dlink.php b/LibreNMS/OS/Dlink.php index b06dcb6663..0cea14e756 100644 --- a/LibreNMS/OS/Dlink.php +++ b/LibreNMS/OS/Dlink.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Dlinkap.php b/LibreNMS/OS/Dlinkap.php index 89b302b6c5..a3d9f204a0 100644 --- a/LibreNMS/OS/Dlinkap.php +++ b/LibreNMS/OS/Dlinkap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Dnos.php b/LibreNMS/OS/Dnos.php index cad90b2d9f..66afa6f78a 100644 --- a/LibreNMS/OS/Dnos.php +++ b/LibreNMS/OS/Dnos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Edgecos.php b/LibreNMS/OS/Edgecos.php index 94c6fdedb2..3b556c1689 100644 --- a/LibreNMS/OS/Edgecos.php +++ b/LibreNMS/OS/Edgecos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Edgeos.php b/LibreNMS/OS/Edgeos.php index 5de53ee3d0..d2133e53d2 100644 --- a/LibreNMS/OS/Edgeos.php +++ b/LibreNMS/OS/Edgeos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Edgeswitch.php b/LibreNMS/OS/Edgeswitch.php index 0f02271eac..ca2c51cdfd 100644 --- a/LibreNMS/OS/Edgeswitch.php +++ b/LibreNMS/OS/Edgeswitch.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ekinops.php b/LibreNMS/OS/Ekinops.php index 55fc0f6cea..ecf08ee3b1 100644 --- a/LibreNMS/OS/Ekinops.php +++ b/LibreNMS/OS/Ekinops.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright KanREN, Inc 2020 * @author Heath Barnhart */ diff --git a/LibreNMS/OS/Endrun.php b/LibreNMS/OS/Endrun.php index f0bd9cebd2..0885932358 100644 --- a/LibreNMS/OS/Endrun.php +++ b/LibreNMS/OS/Endrun.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Hans Erasmus * @author Hans Erasmus */ diff --git a/LibreNMS/OS/Enterasys.php b/LibreNMS/OS/Enterasys.php index 0e6fc0ae29..eeeff9260f 100644 --- a/LibreNMS/OS/Enterasys.php +++ b/LibreNMS/OS/Enterasys.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Epmp.php b/LibreNMS/OS/Epmp.php index d579e1a228..9dc2530397 100644 --- a/LibreNMS/OS/Epmp.php +++ b/LibreNMS/OS/Epmp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/EricssonMl.php b/LibreNMS/OS/EricssonMl.php index f65a5ad364..58a11a8fa1 100644 --- a/LibreNMS/OS/EricssonMl.php +++ b/LibreNMS/OS/EricssonMl.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ewc.php b/LibreNMS/OS/Ewc.php index b29be00f95..2060d9acb7 100644 --- a/LibreNMS/OS/Ewc.php +++ b/LibreNMS/OS/Ewc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 James Andrewartha * @author James Andrewartha */ diff --git a/LibreNMS/OS/Exa.php b/LibreNMS/OS/Exa.php index 287fbf79e4..87ed73bba7 100644 --- a/LibreNMS/OS/Exa.php +++ b/LibreNMS/OS/Exa.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Extendair.php b/LibreNMS/OS/Extendair.php index e27487fdee..8b3ec47406 100644 --- a/LibreNMS/OS/Extendair.php +++ b/LibreNMS/OS/Extendair.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Extremeware.php b/LibreNMS/OS/Extremeware.php index 3b2b57d927..a94fe1575a 100644 --- a/LibreNMS/OS/Extremeware.php +++ b/LibreNMS/OS/Extremeware.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Fabos.php b/LibreNMS/OS/Fabos.php index 65a9cc72fe..9d1f5fa3f1 100644 --- a/LibreNMS/OS/Fabos.php +++ b/LibreNMS/OS/Fabos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Fortigate.php b/LibreNMS/OS/Fortigate.php index e7bc0fd56e..39dbd7546a 100644 --- a/LibreNMS/OS/Fortigate.php +++ b/LibreNMS/OS/Fortigate.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Fortios.php b/LibreNMS/OS/Fortios.php index e736d555fc..ae26e746d5 100644 --- a/LibreNMS/OS/Fortios.php +++ b/LibreNMS/OS/Fortios.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/FsGbn.php b/LibreNMS/OS/FsGbn.php index d14a8579d1..969893d8b1 100644 --- a/LibreNMS/OS/FsGbn.php +++ b/LibreNMS/OS/FsGbn.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja */ diff --git a/LibreNMS/OS/FsSwitch.php b/LibreNMS/OS/FsSwitch.php index b98740e24d..9c6020106a 100644 --- a/LibreNMS/OS/FsSwitch.php +++ b/LibreNMS/OS/FsSwitch.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja */ diff --git a/LibreNMS/OS/Ftos.php b/LibreNMS/OS/Ftos.php index 0639015e4d..6b35619a19 100644 --- a/LibreNMS/OS/Ftos.php +++ b/LibreNMS/OS/Ftos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Generic.php b/LibreNMS/OS/Generic.php index b05d7adbec..b2d50d97d2 100644 --- a/LibreNMS/OS/Generic.php +++ b/LibreNMS/OS/Generic.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Gepulsar.php b/LibreNMS/OS/Gepulsar.php index 72733c8422..125a13954c 100644 --- a/LibreNMS/OS/Gepulsar.php +++ b/LibreNMS/OS/Gepulsar.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @author Craig Harris */ diff --git a/LibreNMS/OS/Helios.php b/LibreNMS/OS/Helios.php index d795ee820d..0839478b7e 100644 --- a/LibreNMS/OS/Helios.php +++ b/LibreNMS/OS/Helios.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/HiveosWireless.php b/LibreNMS/OS/HiveosWireless.php index cbf871df55..9c85f16a82 100644 --- a/LibreNMS/OS/HiveosWireless.php +++ b/LibreNMS/OS/HiveosWireless.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/LibreNMS/OS/Hpmsm.php b/LibreNMS/OS/Hpmsm.php index 8d18c9b883..4b0d237d9b 100644 --- a/LibreNMS/OS/Hpmsm.php +++ b/LibreNMS/OS/Hpmsm.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ifotec.php b/LibreNMS/OS/Ifotec.php index 69e03aac7b..b6ef6dccc8 100644 --- a/LibreNMS/OS/Ifotec.php +++ b/LibreNMS/OS/Ifotec.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Cedric MARMONIER */ diff --git a/LibreNMS/OS/InfineraGroove.php b/LibreNMS/OS/InfineraGroove.php index cf1ad9ef77..1351c84991 100644 --- a/LibreNMS/OS/InfineraGroove.php +++ b/LibreNMS/OS/InfineraGroove.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Infinity.php b/LibreNMS/OS/Infinity.php index f9d216f118..51f93ce7e2 100644 --- a/LibreNMS/OS/Infinity.php +++ b/LibreNMS/OS/Infinity.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ios.php b/LibreNMS/OS/Ios.php index 81fdb60329..2dead6e296 100644 --- a/LibreNMS/OS/Ios.php +++ b/LibreNMS/OS/Ios.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Iosxe.php b/LibreNMS/OS/Iosxe.php index 1f2b4f8261..a593965a7a 100644 --- a/LibreNMS/OS/Iosxe.php +++ b/LibreNMS/OS/Iosxe.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Iosxr.php b/LibreNMS/OS/Iosxr.php index 4a165f892a..4012e64460 100644 --- a/LibreNMS/OS/Iosxr.php +++ b/LibreNMS/OS/Iosxr.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ironware.php b/LibreNMS/OS/Ironware.php index 0fdc44943d..27644148aa 100644 --- a/LibreNMS/OS/Ironware.php +++ b/LibreNMS/OS/Ironware.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Jetdirect.php b/LibreNMS/OS/Jetdirect.php index 27789d3dfb..a36a7dfaf8 100644 --- a/LibreNMS/OS/Jetdirect.php +++ b/LibreNMS/OS/Jetdirect.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Junos.php b/LibreNMS/OS/Junos.php index f64853a7a9..b58f677431 100644 --- a/LibreNMS/OS/Junos.php +++ b/LibreNMS/OS/Junos.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Lcos.php b/LibreNMS/OS/Lcos.php index 5dd252c976..d633473661 100644 --- a/LibreNMS/OS/Lcos.php +++ b/LibreNMS/OS/Lcos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Vitali Kari * @author Vitali Kari */ diff --git a/LibreNMS/OS/Mimosa.php b/LibreNMS/OS/Mimosa.php index fd438573a3..4746b68efe 100644 --- a/LibreNMS/OS/Mimosa.php +++ b/LibreNMS/OS/Mimosa.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/MoxaEtherdevice.php b/LibreNMS/OS/MoxaEtherdevice.php index 27031e86be..fb4cf8b83f 100644 --- a/LibreNMS/OS/MoxaEtherdevice.php +++ b/LibreNMS/OS/MoxaEtherdevice.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Netscaler.php b/LibreNMS/OS/Netscaler.php index 05db940036..ae956ab991 100644 --- a/LibreNMS/OS/Netscaler.php +++ b/LibreNMS/OS/Netscaler.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Netsure.php b/LibreNMS/OS/Netsure.php index 747e2d17d0..9568cbb5f4 100644 --- a/LibreNMS/OS/Netsure.php +++ b/LibreNMS/OS/Netsure.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @author Craig Harris */ diff --git a/LibreNMS/OS/Nios.php b/LibreNMS/OS/Nios.php index 7685a37ea4..32250374da 100644 --- a/LibreNMS/OS/Nios.php +++ b/LibreNMS/OS/Nios.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Okilan.php b/LibreNMS/OS/Okilan.php index 0f3d62aaa2..99adab8397 100644 --- a/LibreNMS/OS/Okilan.php +++ b/LibreNMS/OS/Okilan.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Openbsd.php b/LibreNMS/OS/Openbsd.php index 3e284758cc..97813769fd 100644 --- a/LibreNMS/OS/Openbsd.php +++ b/LibreNMS/OS/Openbsd.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Openwrt.php b/LibreNMS/OS/Openwrt.php index 4d1dcddfaf..d391ad8ec2 100644 --- a/LibreNMS/OS/Openwrt.php +++ b/LibreNMS/OS/Openwrt.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Packetlight.php b/LibreNMS/OS/Packetlight.php index 4630e48f17..f9fc1a24ec 100644 --- a/LibreNMS/OS/Packetlight.php +++ b/LibreNMS/OS/Packetlight.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja */ diff --git a/LibreNMS/OS/Panos.php b/LibreNMS/OS/Panos.php index 66fbb8091f..784b933875 100644 --- a/LibreNMS/OS/Panos.php +++ b/LibreNMS/OS/Panos.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Pbn.php b/LibreNMS/OS/Pbn.php index aee37303b0..2cf9d16b92 100644 --- a/LibreNMS/OS/Pbn.php +++ b/LibreNMS/OS/Pbn.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Pepwave.php b/LibreNMS/OS/Pepwave.php index f1bbc5a23c..301c9f6a11 100644 --- a/LibreNMS/OS/Pepwave.php +++ b/LibreNMS/OS/Pepwave.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/OS/Pfsense.php b/LibreNMS/OS/Pfsense.php index 301af96bfc..a90141c0e3 100644 --- a/LibreNMS/OS/Pfsense.php +++ b/LibreNMS/OS/Pfsense.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Pmp.php b/LibreNMS/OS/Pmp.php index 84c6cecbcf..16c9a19c96 100644 --- a/LibreNMS/OS/Pmp.php +++ b/LibreNMS/OS/Pmp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Powerconnect.php b/LibreNMS/OS/Powerconnect.php index daab9be126..6d43c87ee5 100644 --- a/LibreNMS/OS/Powerconnect.php +++ b/LibreNMS/OS/Powerconnect.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Procurve.php b/LibreNMS/OS/Procurve.php index e3b6849cec..069625b66f 100644 --- a/LibreNMS/OS/Procurve.php +++ b/LibreNMS/OS/Procurve.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ptp250.php b/LibreNMS/OS/Ptp250.php index 833352dfa2..1776414e27 100644 --- a/LibreNMS/OS/Ptp250.php +++ b/LibreNMS/OS/Ptp250.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Ptp500.php b/LibreNMS/OS/Ptp500.php index 1ff8766a3e..b9a163330a 100644 --- a/LibreNMS/OS/Ptp500.php +++ b/LibreNMS/OS/Ptp500.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Ptp600.php b/LibreNMS/OS/Ptp600.php index 6472c66c42..3d7a570db7 100644 --- a/LibreNMS/OS/Ptp600.php +++ b/LibreNMS/OS/Ptp600.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Ptp650.php b/LibreNMS/OS/Ptp650.php index ddb746b8a8..6640a81d4f 100644 --- a/LibreNMS/OS/Ptp650.php +++ b/LibreNMS/OS/Ptp650.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Ptp670.php b/LibreNMS/OS/Ptp670.php index df11273854..73dfdf2bfa 100644 --- a/LibreNMS/OS/Ptp670.php +++ b/LibreNMS/OS/Ptp670.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Ptp800.php b/LibreNMS/OS/Ptp800.php index 09f53570bb..68a4fa5b25 100644 --- a/LibreNMS/OS/Ptp800.php +++ b/LibreNMS/OS/Ptp800.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/LibreNMS/OS/Pulse.php b/LibreNMS/OS/Pulse.php index 73bf5610d9..88d6d1b6fd 100644 --- a/LibreNMS/OS/Pulse.php +++ b/LibreNMS/OS/Pulse.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Qnap.php b/LibreNMS/OS/Qnap.php index a51c250ae0..2a4d311af4 100644 --- a/LibreNMS/OS/Qnap.php +++ b/LibreNMS/OS/Qnap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Daniel Baeza * @author Daniel Baeza */ diff --git a/LibreNMS/OS/Quanta.php b/LibreNMS/OS/Quanta.php index 29d6a489fd..e56b75720c 100644 --- a/LibreNMS/OS/Quanta.php +++ b/LibreNMS/OS/Quanta.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Quantastor.php b/LibreNMS/OS/Quantastor.php index 19d1d14dac..3036f8d81d 100644 --- a/LibreNMS/OS/Quantastor.php +++ b/LibreNMS/OS/Quantastor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Cercel Valentin * @author Cercel Valentin */ diff --git a/LibreNMS/OS/Radlan.php b/LibreNMS/OS/Radlan.php index 23a8d22766..8eb37db383 100644 --- a/LibreNMS/OS/Radlan.php +++ b/LibreNMS/OS/Radlan.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Radwin.php b/LibreNMS/OS/Radwin.php index b7e69f7bab..03819a9195 100644 --- a/LibreNMS/OS/Radwin.php +++ b/LibreNMS/OS/Radwin.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran */ diff --git a/LibreNMS/OS/Ray.php b/LibreNMS/OS/Ray.php index 4ca0ed1ed4..3a068f91af 100644 --- a/LibreNMS/OS/Ray.php +++ b/LibreNMS/OS/Ray.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ray3.php b/LibreNMS/OS/Ray3.php index 5ab56ebd6c..39fa4c984a 100644 --- a/LibreNMS/OS/Ray3.php +++ b/LibreNMS/OS/Ray3.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @copyright 2020 Martin Kukal * @author Martin Kukal diff --git a/LibreNMS/OS/Routeros.php b/LibreNMS/OS/Routeros.php index 2548e0d491..0f93f64fed 100644 --- a/LibreNMS/OS/Routeros.php +++ b/LibreNMS/OS/Routeros.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Rutos2xx.php b/LibreNMS/OS/Rutos2xx.php index 42746a251f..853b0a5eb9 100644 --- a/LibreNMS/OS/Rutos2xx.php +++ b/LibreNMS/OS/Rutos2xx.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/LibreNMS/OS/Saf.php b/LibreNMS/OS/Saf.php index a6b71cca25..586ddce907 100644 --- a/LibreNMS/OS/Saf.php +++ b/LibreNMS/OS/Saf.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/SafCfm.php b/LibreNMS/OS/SafCfm.php index 1c00525b7c..c0cc6fd4fd 100644 --- a/LibreNMS/OS/SafCfm.php +++ b/LibreNMS/OS/SafCfm.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Janno Schouwenburg * @author Janno Schouwenburg */ diff --git a/LibreNMS/OS/SafIntegraB.php b/LibreNMS/OS/SafIntegraB.php index 2ff9cc287d..c07c859e2a 100644 --- a/LibreNMS/OS/SafIntegraB.php +++ b/LibreNMS/OS/SafIntegraB.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/OS/SafIntegraE.php b/LibreNMS/OS/SafIntegraE.php index de82d943cd..f22ed5b1a5 100644 --- a/LibreNMS/OS/SafIntegraE.php +++ b/LibreNMS/OS/SafIntegraE.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/OS/SafIntegraW.php b/LibreNMS/OS/SafIntegraW.php index 4d1e5ac2db..5ec8e1bab9 100644 --- a/LibreNMS/OS/SafIntegraW.php +++ b/LibreNMS/OS/SafIntegraW.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/OS/Schleifenbauer.php b/LibreNMS/OS/Schleifenbauer.php index 8ceab0ef5f..080e6674df 100644 --- a/LibreNMS/OS/Schleifenbauer.php +++ b/LibreNMS/OS/Schleifenbauer.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Screenos.php b/LibreNMS/OS/Screenos.php index 4bd49810b8..6a5e97b300 100644 --- a/LibreNMS/OS/Screenos.php +++ b/LibreNMS/OS/Screenos.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Secureplatform.php b/LibreNMS/OS/Secureplatform.php index 17bc42d8c2..e02e3a9780 100644 --- a/LibreNMS/OS/Secureplatform.php +++ b/LibreNMS/OS/Secureplatform.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Serveriron.php b/LibreNMS/OS/Serveriron.php index 7a21874106..27bad503d5 100644 --- a/LibreNMS/OS/Serveriron.php +++ b/LibreNMS/OS/Serveriron.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Sgos.php b/LibreNMS/OS/Sgos.php index 38d80aa528..5a407b6030 100644 --- a/LibreNMS/OS/Sgos.php +++ b/LibreNMS/OS/Sgos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Cisco.php b/LibreNMS/OS/Shared/Cisco.php index bd34e5cdf9..f9b9bea437 100644 --- a/LibreNMS/OS/Shared/Cisco.php +++ b/LibreNMS/OS/Shared/Cisco.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray * @copyright 2018 Jose Augusto Cardoso diff --git a/LibreNMS/OS/Shared/Extreme.php b/LibreNMS/OS/Shared/Extreme.php index e265b326f5..82ca1f2d99 100644 --- a/LibreNMS/OS/Shared/Extreme.php +++ b/LibreNMS/OS/Shared/Extreme.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Fortinet.php b/LibreNMS/OS/Shared/Fortinet.php index 38a8a4f0a1..b7cbd82f7a 100644 --- a/LibreNMS/OS/Shared/Fortinet.php +++ b/LibreNMS/OS/Shared/Fortinet.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Foundry.php b/LibreNMS/OS/Shared/Foundry.php index 99142d7b81..2ce25ba704 100644 --- a/LibreNMS/OS/Shared/Foundry.php +++ b/LibreNMS/OS/Shared/Foundry.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Printer.php b/LibreNMS/OS/Shared/Printer.php index b9f863c701..831d11691b 100644 --- a/LibreNMS/OS/Shared/Printer.php +++ b/LibreNMS/OS/Shared/Printer.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Unix.php b/LibreNMS/OS/Shared/Unix.php index a175a26559..c6876b8d1c 100644 --- a/LibreNMS/OS/Shared/Unix.php +++ b/LibreNMS/OS/Shared/Unix.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Shared/Zyxel.php b/LibreNMS/OS/Shared/Zyxel.php index 2b036e8c49..969ecae0c8 100644 --- a/LibreNMS/OS/Shared/Zyxel.php +++ b/LibreNMS/OS/Shared/Zyxel.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood * @copyright 2020 Tony Murray diff --git a/LibreNMS/OS/Siklu.php b/LibreNMS/OS/Siklu.php index 723707908d..f55f3ae259 100644 --- a/LibreNMS/OS/Siklu.php +++ b/LibreNMS/OS/Siklu.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Siteboss.php b/LibreNMS/OS/Siteboss.php index 3e333216cb..dbde12c04d 100644 --- a/LibreNMS/OS/Siteboss.php +++ b/LibreNMS/OS/Siteboss.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\OS; diff --git a/LibreNMS/OS/Siteboss550.php b/LibreNMS/OS/Siteboss550.php index 46a1429346..39bfa26e53 100644 --- a/LibreNMS/OS/Siteboss550.php +++ b/LibreNMS/OS/Siteboss550.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\OS; diff --git a/LibreNMS/OS/Smartax.php b/LibreNMS/OS/Smartax.php index 8762cd4ff2..ecafad167b 100644 --- a/LibreNMS/OS/Smartax.php +++ b/LibreNMS/OS/Smartax.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc */ diff --git a/LibreNMS/OS/Sonicwall.php b/LibreNMS/OS/Sonicwall.php index 164862aecd..014ded43ba 100644 --- a/LibreNMS/OS/Sonicwall.php +++ b/LibreNMS/OS/Sonicwall.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/LibreNMS/OS/Symbol.php b/LibreNMS/OS/Symbol.php index b915e30fbe..eb66dfce26 100644 --- a/LibreNMS/OS/Symbol.php +++ b/LibreNMS/OS/Symbol.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Terra.php b/LibreNMS/OS/Terra.php index 39163e1134..da3c83f923 100644 --- a/LibreNMS/OS/Terra.php +++ b/LibreNMS/OS/Terra.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/ThreeCom.php b/LibreNMS/OS/ThreeCom.php index 47d1c973b1..1480e0350f 100644 --- a/LibreNMS/OS/ThreeCom.php +++ b/LibreNMS/OS/ThreeCom.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Timos.php b/LibreNMS/OS/Timos.php index 4ad4d57bbf..f52c7a402b 100644 --- a/LibreNMS/OS/Timos.php +++ b/LibreNMS/OS/Timos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Vitali Kari * @copyright 2019 Tony Murray * @author Vitali Kari diff --git a/LibreNMS/OS/Topvision.php b/LibreNMS/OS/Topvision.php index a057eac3d2..8cd8af031f 100644 --- a/LibreNMS/OS/Topvision.php +++ b/LibreNMS/OS/Topvision.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/CiscoCellular.php b/LibreNMS/OS/Traits/CiscoCellular.php index c7d15c2ffb..d331525d0b 100644 --- a/LibreNMS/OS/Traits/CiscoCellular.php +++ b/LibreNMS/OS/Traits/CiscoCellular.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/FrogfootResources.php b/LibreNMS/OS/Traits/FrogfootResources.php index 8a77b487f4..4eef4a0379 100644 --- a/LibreNMS/OS/Traits/FrogfootResources.php +++ b/LibreNMS/OS/Traits/FrogfootResources.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/HostResources.php b/LibreNMS/OS/Traits/HostResources.php index a2caf4e96d..47ae229a22 100644 --- a/LibreNMS/OS/Traits/HostResources.php +++ b/LibreNMS/OS/Traits/HostResources.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/ServerHardware.php b/LibreNMS/OS/Traits/ServerHardware.php index 7a93168977..e18c13726b 100644 --- a/LibreNMS/OS/Traits/ServerHardware.php +++ b/LibreNMS/OS/Traits/ServerHardware.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/UcdResources.php b/LibreNMS/OS/Traits/UcdResources.php index a2f0e9cc56..da04fa5189 100644 --- a/LibreNMS/OS/Traits/UcdResources.php +++ b/LibreNMS/OS/Traits/UcdResources.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/VxworksProcessorUsage.php b/LibreNMS/OS/Traits/VxworksProcessorUsage.php index 591d083d2d..f449d602f4 100644 --- a/LibreNMS/OS/Traits/VxworksProcessorUsage.php +++ b/LibreNMS/OS/Traits/VxworksProcessorUsage.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/YamlMempoolsDiscovery.php b/LibreNMS/OS/Traits/YamlMempoolsDiscovery.php index 39c5704f08..3c70db332f 100644 --- a/LibreNMS/OS/Traits/YamlMempoolsDiscovery.php +++ b/LibreNMS/OS/Traits/YamlMempoolsDiscovery.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Traits/YamlOSDiscovery.php b/LibreNMS/OS/Traits/YamlOSDiscovery.php index 7633658385..c65cfe9950 100644 --- a/LibreNMS/OS/Traits/YamlOSDiscovery.php +++ b/LibreNMS/OS/Traits/YamlOSDiscovery.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Ucos.php b/LibreNMS/OS/Ucos.php index 056742ed28..f11327fafc 100644 --- a/LibreNMS/OS/Ucos.php +++ b/LibreNMS/OS/Ucos.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Unifi.php b/LibreNMS/OS/Unifi.php index 2043892d50..958d36ab4d 100644 --- a/LibreNMS/OS/Unifi.php +++ b/LibreNMS/OS/Unifi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Valere.php b/LibreNMS/OS/Valere.php index f9e7da23c3..8c79d7c874 100644 --- a/LibreNMS/OS/Valere.php +++ b/LibreNMS/OS/Valere.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Viptela.php b/LibreNMS/OS/Viptela.php index 09217106aa..5d1442042c 100644 --- a/LibreNMS/OS/Viptela.php +++ b/LibreNMS/OS/Viptela.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Vrp.php b/LibreNMS/OS/Vrp.php index 920af8579c..cbf07e9287 100644 --- a/LibreNMS/OS/Vrp.php +++ b/LibreNMS/OS/Vrp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Windows.php b/LibreNMS/OS/Windows.php index 2b525da412..8190302031 100644 --- a/LibreNMS/OS/Windows.php +++ b/LibreNMS/OS/Windows.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Xerox.php b/LibreNMS/OS/Xerox.php index b90c919fa4..0b75097e84 100644 --- a/LibreNMS/OS/Xerox.php +++ b/LibreNMS/OS/Xerox.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/XirrusAos.php b/LibreNMS/OS/XirrusAos.php index a16b2212bd..1d45bae4eb 100644 --- a/LibreNMS/OS/XirrusAos.php +++ b/LibreNMS/OS/XirrusAos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Xos.php b/LibreNMS/OS/Xos.php index 57d2fc1bbf..dcc32cead9 100644 --- a/LibreNMS/OS/Xos.php +++ b/LibreNMS/OS/Xos.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Zxdsl.php b/LibreNMS/OS/Zxdsl.php index d73bc2e8b8..8542d33dae 100644 --- a/LibreNMS/OS/Zxdsl.php +++ b/LibreNMS/OS/Zxdsl.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Zynos.php b/LibreNMS/OS/Zynos.php index 35956c9ac7..7baf3d4137 100644 --- a/LibreNMS/OS/Zynos.php +++ b/LibreNMS/OS/Zynos.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Zywall.php b/LibreNMS/OS/Zywall.php index 2694a40b15..70b96d2297 100644 --- a/LibreNMS/OS/Zywall.php +++ b/LibreNMS/OS/Zywall.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/OS/Zyxelnwa.php b/LibreNMS/OS/Zyxelnwa.php index 52194840af..3f1e804c60 100644 --- a/LibreNMS/OS/Zyxelnwa.php +++ b/LibreNMS/OS/Zyxelnwa.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Thomas GAGNIERE * @author Thomas GAGNIERE */ diff --git a/LibreNMS/ObjectCache.php b/LibreNMS/ObjectCache.php index f2929f10b1..d66d04b547 100644 --- a/LibreNMS/ObjectCache.php +++ b/LibreNMS/ObjectCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2015 Daniel Preussker * @copyright 2015 LibreNMS * @author Daniel Preussker (f0o) diff --git a/LibreNMS/Plugins.php b/LibreNMS/Plugins.php index 1ec4562f0e..25b1d913a8 100644 --- a/LibreNMS/Plugins.php +++ b/LibreNMS/Plugins.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see + * along with this program. If not, see * * @author LibreNMS Group - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 */ @@ -31,7 +31,7 @@ use Log; * Handles loading of plugins * * @author LibreNMS Group - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 * * Supported hooks diff --git a/LibreNMS/Proc.php b/LibreNMS/Proc.php index 87a57a01f4..f0cf3e05c6 100644 --- a/LibreNMS/Proc.php +++ b/LibreNMS/Proc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/RRD/RrdDefinition.php b/LibreNMS/RRD/RrdDefinition.php index c9c86461b4..e48164e999 100644 --- a/LibreNMS/RRD/RrdDefinition.php +++ b/LibreNMS/RRD/RrdDefinition.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/RRDRecursiveFilterIterator.php b/LibreNMS/RRDRecursiveFilterIterator.php index cb79052b2c..be960664fe 100644 --- a/LibreNMS/RRDRecursiveFilterIterator.php +++ b/LibreNMS/RRDRecursiveFilterIterator.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 * @author */ diff --git a/LibreNMS/Services.php b/LibreNMS/Services.php index a74e71f8e6..f5646c8709 100644 --- a/LibreNMS/Services.php +++ b/LibreNMS/Services.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Dispatcher.php b/LibreNMS/Snmptrap/Dispatcher.php index 6f19293696..bb7365cb17 100644 --- a/LibreNMS/Snmptrap/Dispatcher.php +++ b/LibreNMS/Snmptrap/Dispatcher.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php b/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php index 315a71c332..25a0dd95b0 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Adva Threshold Exceeded Alarms. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php b/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php index 3a9884cd0d..b5ae07ab9b 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Attribute change traps show changes to Adva configuration values after they are submitted. * This handler only catches some of those changes and aims to provide the user with * information about what configuration module was modified. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php b/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php index 8ffe18367f..1ec6adedfe 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Adva Threshold Exceeded Alarms. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php b/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php index 9c9eab58a4..b793eea11f 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Adva network element is in an alarm state. Gets the alarm description * and severity assigned by the Adva. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php b/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php index 4954ca1e72..421263485c 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php b/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php index 02e883727e..1b4d9443cd 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traps when Adva objects are deleted. This includes Remote User Login object, * Flow Deletion object, LAG Member Port Removed object, and Lag Deletion object. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php b/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php index aa81767007..7fae9626a2 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Adva SNMP Dying Gasp Trap. Trap that is sent when the Adva loses * power and about to shut off. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php b/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php index 3b7ef2670b..a43fc7ad72 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php @@ -15,14 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Takes traps for interface state changes on Adva Ethernet Devices. * On an interface state change serveral traps (6 observed) are sent via * CM-SYSTEM-MIB::cmStateChangeTrap. This handler creates log entries based * on the unit that sent the trap. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Heath Barnhart * @author Heath Barnhart & Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php b/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php index e2be90d035..ffb598d61c 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Adva system alarm traps. This handler will log the description and a * description of the alarm. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php index 175bced6c9..3c344dd6de 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php index 793f26ee04..0c31cde376 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php index 4fa8bc6db6..22cd933b74 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php b/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php index 56757c35ea..a495583ea8 100644 --- a/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php +++ b/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php b/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php index 43f68faa34..0d02be798f 100644 --- a/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php +++ b/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/BgpEstablished.php b/LibreNMS/Snmptrap/Handlers/BgpEstablished.php index 6e201d84c3..1a12aee0ad 100644 --- a/LibreNMS/Snmptrap/Handlers/BgpEstablished.php +++ b/LibreNMS/Snmptrap/Handlers/BgpEstablished.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php b/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php index ff577cb25f..8ed820bc63 100644 --- a/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php +++ b/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php b/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php index ed65684f7d..319c9a54b2 100644 --- a/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php +++ b/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/ColdBoot.php b/LibreNMS/Snmptrap/Handlers/ColdBoot.php index 8fe3f81a05..6c01c4d88c 100644 --- a/LibreNMS/Snmptrap/Handlers/ColdBoot.php +++ b/LibreNMS/Snmptrap/Handlers/ColdBoot.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/CpLowBattery.php b/LibreNMS/Snmptrap/Handlers/CpLowBattery.php index 6a7fe55db4..8197e48902 100644 --- a/LibreNMS/Snmptrap/Handlers/CpLowBattery.php +++ b/LibreNMS/Snmptrap/Handlers/CpLowBattery.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php b/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php index 20b386024b..ca9502f59a 100644 --- a/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php +++ b/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php b/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php index e41c002a8a..d55fed2623 100644 --- a/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php +++ b/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php b/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php index bbab83a1cf..8c9bd2175d 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php b/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php index 0c323d29da..a8af2fd942 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php b/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php index d998dc66b3..5d53e07efa 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php b/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php index 6f72839f58..6614b11657 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php b/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php index 6be0eeba2e..f0f1122c74 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php b/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php index 784575f446..119490b8f0 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php b/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php index 5e4e52e0bc..cf10853d13 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php b/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php index 1cf6ba1454..89770e3b74 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php b/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php index 7459971d04..fd151f5bba 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php index 8dc4d974e2..9568136027 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php index a0a799fa7f..6b5b069a5d 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php index 8590b7ad2a..f6e2276f80 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php index 5aa99756d4..96e5baf35a 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php b/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php index d53d2100b9..7f296714a1 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php b/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php index aac1f2317f..0e02c31b43 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php b/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php index 21e65c30b9..92d8b39fd1 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php b/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php index 571e15066f..0f00639fd8 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php b/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php index 35fd7d87fa..1d99cc62f1 100644 --- a/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php +++ b/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php b/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php index fdd037a7eb..4cb90b9c3a 100644 --- a/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php +++ b/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php b/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php index e1e59127c8..aec1fa6779 100644 --- a/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php +++ b/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vitali Kari * @author Vitali Kari */ diff --git a/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php b/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php index eeca9307cf..e2fb8c72a4 100644 --- a/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php +++ b/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Handlers/Fallback.php b/LibreNMS/Snmptrap/Handlers/Fallback.php index c1df30779a..cce30d7485 100644 --- a/LibreNMS/Snmptrap/Handlers/Fallback.php +++ b/LibreNMS/Snmptrap/Handlers/Fallback.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php b/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php index c4ce3cc25b..6f7882bba0 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * The Fortigate received a file that is larger than the proxy buffer for * AV scanning. Nothing to do. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Heath Barnhart * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php index ec0c75d575..7fc327603e 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Fortigate DDoS Policy tripped. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php index 568e2b34f6..b88b12be4e 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Trap sent when Fortigate IPS signature database was updated. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php index 8688380ffc..4e6a172726 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traffic pattern matches Fortigate IPS signature. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Heath Barnhart * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php index dad4eed7d7..7cb35261b4 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Fortigate VPN IPSec Tunnel UP. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php index 3811f71ae2..40489b5da1 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Fortigate VPN IPSec Tunnel UP. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php b/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php index 02514fb498..8360e97a86 100644 --- a/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php +++ b/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * FortiAnalyzer will send this trap when the received log rate * exceeds the suggested rate for the daily rate license. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php b/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php index 17ff0510e2..f570d11e15 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php +++ b/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * The BGPBackwardTransition Event is generated * when the BGP FSM moves from a higher numbered * state to a lower numbered state. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php b/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php index 782baeec11..0f1d69d30c 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php +++ b/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php b/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php index 9c11ccfbb0..c44daad156 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php +++ b/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php @@ -15,14 +15,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Juniper configuration change trap. Includes interface used to affect * the change, the user, and the system time when the change was made. * If a commit confirmed is rolled back the source is "other" and the * user is "root". * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php index 5e61f06849..2991ec2cbe 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php index e561dcbbf9..c45e3e6ee5 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Used covert alarm ID in the JnxDomAlarm traps from Hex to a * descriptive string. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php index d3ab6dc277..68d6faf9a3 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php index 303ca2cb14..d8747ac7a5 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Trap sent when a Juniper transciever lambda reaches an alert level threshold. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php index a5206af7c2..b1dcae7a47 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Used covert alarm ID in the JnxDomLaneAlarm traps from Hex to a * descriptive string. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php index ab87e1aab8..5d0eef5df7 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php b/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php index 798e9bcc29..30f0e83694 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php b/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php index aae2ae0e84..9d0cef839f 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php b/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php index 82e336527f..c744d832cc 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php b/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php index 335d3a8185..04bafaaed5 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php index c0400da0cd..c603208db7 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php +++ b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php index 5488b0dd85..f7d44c9d41 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php +++ b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart . */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php b/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php index e47321b2fa..f851673c16 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php b/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php index eceebeaf29..6b65396753 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php b/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php index 97fe98a55f..ba670392c7 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php b/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php index 89a6238025..e8b3594e0d 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle */ diff --git a/LibreNMS/Snmptrap/Handlers/LinkDown.php b/LibreNMS/Snmptrap/Handlers/LinkDown.php index 8c24be85bf..5aa6cf91fd 100644 --- a/LibreNMS/Snmptrap/Handlers/LinkDown.php +++ b/LibreNMS/Snmptrap/Handlers/LinkDown.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/LinkUp.php b/LibreNMS/Snmptrap/Handlers/LinkUp.php index 9d2cbe5f22..735ddabddd 100644 --- a/LibreNMS/Snmptrap/Handlers/LinkUp.php +++ b/LibreNMS/Snmptrap/Handlers/LinkUp.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Snmptrap/Handlers/LogTrap.php b/LibreNMS/Snmptrap/Handlers/LogTrap.php index 71d442c1de..46d2715ed2 100644 --- a/LibreNMS/Snmptrap/Handlers/LogTrap.php +++ b/LibreNMS/Snmptrap/Handlers/LogTrap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vitali Kari * @author Vitali Kari */ diff --git a/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsAlarm.php b/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsAlarm.php index f7765955f5..24f3528f21 100644 --- a/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsAlarm.php +++ b/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsAlarm.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsEvent.php b/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsEvent.php index cdb681cb60..83e7aa52a0 100644 --- a/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsEvent.php +++ b/LibreNMS/Snmptrap/Handlers/Mgnt2TrapNmsEvent.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php b/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php index efe2baf002..93ad6234b8 100644 --- a/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php +++ b/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php @@ -18,9 +18,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php b/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php index b4516d55ae..0fd1e5721a 100644 --- a/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php +++ b/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php @@ -18,9 +18,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN Inc * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php b/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php index c644de45df..c39780cb90 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * ruckusEventAssocTrap is sent when a client associated to the AP. * Contains the clients MAC addr. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart . + * along with this program. If not, see . * * ruckusEventDiassocTrap is sent when a client disassociates from the AP. * Contains the clients MAC addr. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart . + * along with this program. If not, see . * * ruckusEventSetErrorTrap is sent when there is error setting a * value via SNMP. Contains the OID that is errored. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php index 1d776a2af5..ca240d0714 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php @@ -15,13 +15,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * ruckusSZAPConfUpdatedTrap is sent when the SmartZone updates the * configuration of an access point. Contains a configuration ID * number string. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php index 6b7f723f8c..1575b07ceb 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Ruckus ruckusSZAPConnectedTrap is sent when an access point connects * to a Smartzone controller. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php index a8a4b0ff91..c1d626ae36 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Ruckus ruckusSZAPMiscEventTrap occurs when the SmartZone receives * an event from a connected access point. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php index df4261f0a7..423d243dcb 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Ruckus ruckusSZAPRebootTrap occurs when an access point connected * to the SmartZone reboots. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php index 0638c57a6a..15a5983bfc 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Ruckus ruckusSZClusterInMaintenanceStateTrap is sent whtn a * Virtual Smartzone cluster state changed to "in service" * @@ -23,7 +23,7 @@ * Ruckus ruckusSZClusterInMaintenanceStateTrap is sent when the * Smartzone Cluster enters a maintenance state. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php index 74d6c8e3cd..3ac139bcc0 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Ruckus ruckusSZClusterInServiceStateTrap is sent whtn a * Virtual Smartzone cluster state changed to "in service" * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php b/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php index bd11fa7584..a5a8b1c7f6 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Sets the LibreNMS alert level based on ruckusSZEventSeverity in the * trap. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php b/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php index c410e36112..2393ef9e89 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php +++ b/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @author TheGreatDoc */ diff --git a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php index 2e5e036297..526a89f524 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php +++ b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja */ diff --git a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php index 39c30e33ae..f4f145373c 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php +++ b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php b/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php index bff520a064..63bf0dae13 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php +++ b/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php @@ -22,9 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php b/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php index e79730ab47..c1070ca1dd 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php @@ -20,9 +20,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php b/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php index 2ab9a0f978..7edc1fba6f 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php @@ -19,9 +19,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php index 0529fe11d9..7c142cb7d6 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php index 2bcb6f6c98..590be8b22b 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php b/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php index 9aa3e1c540..57a75cbdc3 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart */ diff --git a/LibreNMS/Snmptrap/Handlers/WarmBoot.php b/LibreNMS/Snmptrap/Handlers/WarmBoot.php index 07554f03dc..97b2246406 100644 --- a/LibreNMS/Snmptrap/Handlers/WarmBoot.php +++ b/LibreNMS/Snmptrap/Handlers/WarmBoot.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/LibreNMS/Snmptrap/Trap.php b/LibreNMS/Snmptrap/Trap.php index fd23b40972..0746f9e6d7 100644 --- a/LibreNMS/Snmptrap/Trap.php +++ b/LibreNMS/Snmptrap/Trap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Categorizer.php b/LibreNMS/Util/Categorizer.php index 2913a9b1a5..44c9795f31 100644 --- a/LibreNMS/Util/Categorizer.php +++ b/LibreNMS/Util/Categorizer.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/CiHelper.php b/LibreNMS/Util/CiHelper.php index 45813412b6..b7415dda11 100644 --- a/LibreNMS/Util/CiHelper.php +++ b/LibreNMS/Util/CiHelper.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ @@ -462,7 +462,7 @@ class CiHelper } echo "\nRunning installing deps with composer failed.\n You should try running './scripts/composer_wrapper.php install' by hand\n"; - echo "You can find more info at http://docs.librenms.org/Developing/Validating-Code/\n"; + echo "You can find more info at https://docs.librenms.org/Developing/Validating-Code/\n"; exit(1); } @@ -499,7 +499,7 @@ class CiHelper echo "\nRunning installing deps with pip3 failed.\n You should try running 'pip3 install --user "; echo $exec; echo "' by hand\n"; - echo "You can find more info at http://docs.librenms.org/Developing/Validating-Code/\n"; + echo "You can find more info at https://docs.librenms.org/Developing/Validating-Code/\n"; exit(1); } } diff --git a/LibreNMS/Util/Clean.php b/LibreNMS/Util/Clean.php index 85975236d9..c9dd3f5c89 100644 --- a/LibreNMS/Util/Clean.php +++ b/LibreNMS/Util/Clean.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/CliColorFormatter.php b/LibreNMS/Util/CliColorFormatter.php index 81d126402c..69653a9e99 100644 --- a/LibreNMS/Util/CliColorFormatter.php +++ b/LibreNMS/Util/CliColorFormatter.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Colors.php b/LibreNMS/Util/Colors.php index 0e2c64414a..d80477be70 100644 --- a/LibreNMS/Util/Colors.php +++ b/LibreNMS/Util/Colors.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/DynamicConfig.php b/LibreNMS/Util/DynamicConfig.php index fe08929120..052ceeb8cc 100644 --- a/LibreNMS/Util/DynamicConfig.php +++ b/LibreNMS/Util/DynamicConfig.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/DynamicConfigItem.php b/LibreNMS/Util/DynamicConfigItem.php index 8849111c49..cc3868c302 100644 --- a/LibreNMS/Util/DynamicConfigItem.php +++ b/LibreNMS/Util/DynamicConfigItem.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/EnvHelper.php b/LibreNMS/Util/EnvHelper.php index c0b8bb1506..de24c39eba 100644 --- a/LibreNMS/Util/EnvHelper.php +++ b/LibreNMS/Util/EnvHelper.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/FileCategorizer.php b/LibreNMS/Util/FileCategorizer.php index c90a525ec6..b90fc02dd9 100644 --- a/LibreNMS/Util/FileCategorizer.php +++ b/LibreNMS/Util/FileCategorizer.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Git.php b/LibreNMS/Util/Git.php index d132d55960..9d1770bc19 100644 --- a/LibreNMS/Util/Git.php +++ b/LibreNMS/Util/Git.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index d0b5150fc5..12d6bd936a 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/LibreNMS/Util/Graph.php b/LibreNMS/Util/Graph.php index 01525e3703..3cc73b6db3 100644 --- a/LibreNMS/Util/Graph.php +++ b/LibreNMS/Util/Graph.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Html.php b/LibreNMS/Util/Html.php index a952659a11..d04c93101d 100644 --- a/LibreNMS/Util/Html.php +++ b/LibreNMS/Util/Html.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/IP.php b/LibreNMS/Util/IP.php index d48270fd3c..00685265af 100644 --- a/LibreNMS/Util/IP.php +++ b/LibreNMS/Util/IP.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/IPv4.php b/LibreNMS/Util/IPv4.php index b0be966f99..905d4e5dbb 100644 --- a/LibreNMS/Util/IPv4.php +++ b/LibreNMS/Util/IPv4.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/IPv6.php b/LibreNMS/Util/IPv6.php index 2a2f1d45fd..0e8934fb8f 100644 --- a/LibreNMS/Util/IPv6.php +++ b/LibreNMS/Util/IPv6.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ @@ -50,7 +50,7 @@ class IPv6 extends IP * @param string $ip A binary string containing an IP address, as returned from MySQL's INET6_ATON function * @return string Empty if not valid. */ - // Fuction is from http://uk3.php.net/manual/en/function.inet-ntop.php + // Fuction is from https://php.net/manual/en/function.inet-ntop.php public static function ntop($ip) { $len = strlen($ip); diff --git a/LibreNMS/Util/Laravel.php b/LibreNMS/Util/Laravel.php index e990baf4bb..5c1b55552f 100644 --- a/LibreNMS/Util/Laravel.php +++ b/LibreNMS/Util/Laravel.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/ModuleTestHelper.php b/LibreNMS/Util/ModuleTestHelper.php index 3723ed7313..7c3458c6ca 100644 --- a/LibreNMS/Util/ModuleTestHelper.php +++ b/LibreNMS/Util/ModuleTestHelper.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Number.php b/LibreNMS/Util/Number.php index 7429959593..ef025938c9 100644 --- a/LibreNMS/Util/Number.php +++ b/LibreNMS/Util/Number.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/OS.php b/LibreNMS/Util/OS.php index 11dec589c6..57aac5d6f3 100644 --- a/LibreNMS/Util/OS.php +++ b/LibreNMS/Util/OS.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/ObjectCache.php b/LibreNMS/Util/ObjectCache.php index b9c61687b8..70042921cd 100644 --- a/LibreNMS/Util/ObjectCache.php +++ b/LibreNMS/Util/ObjectCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Rewrite.php b/LibreNMS/Util/Rewrite.php index 6eb251b852..4d507ed77a 100644 --- a/LibreNMS/Util/Rewrite.php +++ b/LibreNMS/Util/Rewrite.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Smokeping.php b/LibreNMS/Util/Smokeping.php index 772a0f1100..05f6ddb004 100644 --- a/LibreNMS/Util/Smokeping.php +++ b/LibreNMS/Util/Smokeping.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Snmpsim.php b/LibreNMS/Util/Snmpsim.php index 98630a0aa8..700f7b91cc 100644 --- a/LibreNMS/Util/Snmpsim.php +++ b/LibreNMS/Util/Snmpsim.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/StringHelpers.php b/LibreNMS/Util/StringHelpers.php index 5cd0764dae..27e94c85e2 100644 --- a/LibreNMS/Util/StringHelpers.php +++ b/LibreNMS/Util/StringHelpers.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Time.php b/LibreNMS/Util/Time.php index 5db2cb9b47..e22f9a1d20 100644 --- a/LibreNMS/Util/Time.php +++ b/LibreNMS/Util/Time.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Url.php b/LibreNMS/Util/Url.php index a056d948f9..62df290295 100644 --- a/LibreNMS/Util/Url.php +++ b/LibreNMS/Util/Url.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Validate.php b/LibreNMS/Util/Validate.php index 0c46b19ea1..b4998c9fd2 100644 --- a/LibreNMS/Util/Validate.php +++ b/LibreNMS/Util/Validate.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Util/Version.php b/LibreNMS/Util/Version.php index 4a309bece1..0a4bd2538d 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/ValidationResult.php b/LibreNMS/ValidationResult.php index 71a76dc863..f6e887db12 100644 --- a/LibreNMS/ValidationResult.php +++ b/LibreNMS/ValidationResult.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/BaseValidation.php b/LibreNMS/Validations/BaseValidation.php index cab99c7773..5d33169d56 100644 --- a/LibreNMS/Validations/BaseValidation.php +++ b/LibreNMS/Validations/BaseValidation.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Configuration.php b/LibreNMS/Validations/Configuration.php index a4c400c63a..caf183a45b 100644 --- a/LibreNMS/Validations/Configuration.php +++ b/LibreNMS/Validations/Configuration.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Database.php b/LibreNMS/Validations/Database.php index 888956f5b2..db9edf58df 100644 --- a/LibreNMS/Validations/Database.php +++ b/LibreNMS/Validations/Database.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Dependencies.php b/LibreNMS/Validations/Dependencies.php index 096e8b678c..bb3e34df3a 100644 --- a/LibreNMS/Validations/Dependencies.php +++ b/LibreNMS/Validations/Dependencies.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Disk.php b/LibreNMS/Validations/Disk.php index 9bdec03d76..6e245ead7b 100644 --- a/LibreNMS/Validations/Disk.php +++ b/LibreNMS/Validations/Disk.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/DistributedPoller.php b/LibreNMS/Validations/DistributedPoller.php index 6e8cc27a83..dfdd1600b3 100644 --- a/LibreNMS/Validations/DistributedPoller.php +++ b/LibreNMS/Validations/DistributedPoller.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Mail.php b/LibreNMS/Validations/Mail.php index 3aa8e14770..95c688413b 100644 --- a/LibreNMS/Validations/Mail.php +++ b/LibreNMS/Validations/Mail.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Php.php b/LibreNMS/Validations/Php.php index 3fa1abeebb..b8b85bfc60 100644 --- a/LibreNMS/Validations/Php.php +++ b/LibreNMS/Validations/Php.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ @@ -125,7 +125,7 @@ class Php extends BaseValidation // make sure timezone is set $validator->fail( 'You have no timezone set for php.', - 'http://php.net/manual/en/datetime.configuration.php#ini.date.timezone' + 'https://php.net/manual/en/datetime.configuration.php#ini.date.timezone' ); } elseif ($sh_tz !== $php_tz) { // check if system timezone matches the timezone of the current running php diff --git a/LibreNMS/Validations/Programs.php b/LibreNMS/Validations/Programs.php index ac948507e6..efdafa43ab 100644 --- a/LibreNMS/Validations/Programs.php +++ b/LibreNMS/Validations/Programs.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Python.php b/LibreNMS/Validations/Python.php index 16e308b3fa..6060cc8e8b 100644 --- a/LibreNMS/Validations/Python.php +++ b/LibreNMS/Validations/Python.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/LibreNMS/Validations/Rrd.php b/LibreNMS/Validations/Rrd.php index 582b922d7f..cde145f24c 100644 --- a/LibreNMS/Validations/Rrd.php +++ b/LibreNMS/Validations/Rrd.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/RrdCheck.php b/LibreNMS/Validations/RrdCheck.php index 78781be995..5af8fa0222 100644 --- a/LibreNMS/Validations/RrdCheck.php +++ b/LibreNMS/Validations/RrdCheck.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/System.php b/LibreNMS/Validations/System.php index 55ad17c552..99935cea95 100644 --- a/LibreNMS/Validations/System.php +++ b/LibreNMS/Validations/System.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/Updates.php b/LibreNMS/Validations/Updates.php index 88b9863dbd..0fc90803a8 100644 --- a/LibreNMS/Validations/Updates.php +++ b/LibreNMS/Validations/Updates.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validations/User.php b/LibreNMS/Validations/User.php index 2f150e105d..9ba261b172 100644 --- a/LibreNMS/Validations/User.php +++ b/LibreNMS/Validations/User.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/LibreNMS/Validator.php b/LibreNMS/Validator.php index bd98c5236b..3ba1f57805 100644 --- a/LibreNMS/Validator.php +++ b/LibreNMS/Validator.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/README.md b/README.md index a6c4a6f8bc..4417c83334 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Copyright (C) 2013-2020 by individual LibreNMS contributors GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . [LICENSE.txt][14] contains a copy of the full GPLv3 licensing conditions. @@ -91,7 +91,7 @@ exception): [7]: http://freenode.net/catalysts "Freenode community catalysts" [8]: https://www.virtualbox.org/ "VirtualBox" [10]: http://www.debian.org/social_contract "Debian project social contract" -[11]: http://www.librenms.org/#downloads +[11]: https://www.librenms.org/#downloads [13]: http://freenode.net/philosophy.shtml "Freenode philosophy" [14]: https://github.com/librenms/librenms/tree/master/LICENSE.txt [15]: https://docs.librenms.org/General/Contributing/ diff --git a/alerts.php b/alerts.php index 5aa6fe3c34..272735cbf3 100755 --- a/alerts.php +++ b/alerts.php @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Alerts Cronjob * @author f0o diff --git a/app/Api/Controllers/LegacyApiController.php b/app/Api/Controllers/LegacyApiController.php index 53039f5031..0b5a9e4125 100644 --- a/app/Api/Controllers/LegacyApiController.php +++ b/app/Api/Controllers/LegacyApiController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/BaseApi.php b/app/ApiClients/BaseApi.php index 5f62b9baeb..6adf509a42 100644 --- a/app/ApiClients/BaseApi.php +++ b/app/ApiClients/BaseApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/BingApi.php b/app/ApiClients/BingApi.php index a923fc89f1..01ee464b04 100644 --- a/app/ApiClients/BingApi.php +++ b/app/ApiClients/BingApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/GeocodingHelper.php b/app/ApiClients/GeocodingHelper.php index d99a15b30f..eec57b3f07 100644 --- a/app/ApiClients/GeocodingHelper.php +++ b/app/ApiClients/GeocodingHelper.php @@ -14,9 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/GoogleMapsApi.php b/app/ApiClients/GoogleMapsApi.php index f62b4beb39..d344cf86c4 100644 --- a/app/ApiClients/GoogleMapsApi.php +++ b/app/ApiClients/GoogleMapsApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/GraylogApi.php b/app/ApiClients/GraylogApi.php index f26935f6b6..db507e4495 100644 --- a/app/ApiClients/GraylogApi.php +++ b/app/ApiClients/GraylogApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/MapquestApi.php b/app/ApiClients/MapquestApi.php index efdd395f6b..97ea075c3e 100644 --- a/app/ApiClients/MapquestApi.php +++ b/app/ApiClients/MapquestApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/NominatimApi.php b/app/ApiClients/NominatimApi.php index fd84f2e6f9..8f8d686f82 100644 --- a/app/ApiClients/NominatimApi.php +++ b/app/ApiClients/NominatimApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/ApiClients/RipeApi.php b/app/ApiClients/RipeApi.php index d782527000..4354b1fa72 100644 --- a/app/ApiClients/RipeApi.php +++ b/app/ApiClients/RipeApi.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Application.php b/app/Application.php index 7813093476..eaf23a3232 100644 --- a/app/Application.php +++ b/app/Application.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Checks.php b/app/Checks.php index 72349fc992..39ac8980cf 100644 --- a/app/Checks.php +++ b/app/Checks.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Console/Commands/AddUserCommand.php b/app/Console/Commands/AddUserCommand.php index 2f879dad9f..cf162fb9fa 100644 --- a/app/Console/Commands/AddUserCommand.php +++ b/app/Console/Commands/AddUserCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Console/Commands/DevCheckCommand.php b/app/Console/Commands/DevCheckCommand.php index 961f843466..85e9929846 100644 --- a/app/Console/Commands/DevCheckCommand.php +++ b/app/Console/Commands/DevCheckCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Console/Commands/SmokepingGenerateCommand.php b/app/Console/Commands/SmokepingGenerateCommand.php index b8f712e1b1..659a9553ab 100644 --- a/app/Console/Commands/SmokepingGenerateCommand.php +++ b/app/Console/Commands/SmokepingGenerateCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop */ diff --git a/app/Console/Commands/Traits/CompletesConfigArgument.php b/app/Console/Commands/Traits/CompletesConfigArgument.php index aa11f2bf17..5d94caeb65 100644 --- a/app/Console/Commands/Traits/CompletesConfigArgument.php +++ b/app/Console/Commands/Traits/CompletesConfigArgument.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Console/Commands/TranslationGenerateCommand.php b/app/Console/Commands/TranslationGenerateCommand.php index bc570a9d1d..78c4b20b59 100644 --- a/app/Console/Commands/TranslationGenerateCommand.php +++ b/app/Console/Commands/TranslationGenerateCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Console/LnmsCommand.php b/app/Console/LnmsCommand.php index 5c09b0253b..9933550337 100644 --- a/app/Console/LnmsCommand.php +++ b/app/Console/LnmsCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Facades/DeviceCache.php b/app/Facades/DeviceCache.php index 8be9c181e2..91ce2d8363 100644 --- a/app/Facades/DeviceCache.php +++ b/app/Facades/DeviceCache.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Facades/LogManager.php b/app/Facades/LogManager.php index 4ee0e4cb39..af65569651 100644 --- a/app/Facades/LogManager.php +++ b/app/Facades/LogManager.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Facades/Permissions.php b/app/Facades/Permissions.php index 0d73e16711..8c7aed4fce 100644 --- a/app/Facades/Permissions.php +++ b/app/Facades/Permissions.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Facades/Rrd.php b/app/Facades/Rrd.php index 6298dc6f0a..e5b5d3a325 100644 --- a/app/Facades/Rrd.php +++ b/app/Facades/Rrd.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Guards/ApiTokenGuard.php b/app/Guards/ApiTokenGuard.php index 3c1f2cbca7..0f7a97c0b9 100644 --- a/app/Guards/ApiTokenGuard.php +++ b/app/Guards/ApiTokenGuard.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/AboutController.php b/app/Http/Controllers/AboutController.php index 2846e124e4..bca39c561e 100644 --- a/app/Http/Controllers/AboutController.php +++ b/app/Http/Controllers/AboutController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Ajax/AvailabilityMapController.php b/app/Http/Controllers/Ajax/AvailabilityMapController.php index 26b036676c..3f6ef0a017 100644 --- a/app/Http/Controllers/Ajax/AvailabilityMapController.php +++ b/app/Http/Controllers/Ajax/AvailabilityMapController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Ajax/NetCommand.php b/app/Http/Controllers/Ajax/NetCommand.php index f856766e0e..b93530c180 100644 --- a/app/Http/Controllers/Ajax/NetCommand.php +++ b/app/Http/Controllers/Ajax/NetCommand.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Ajax/ResolutionController.php b/app/Http/Controllers/Ajax/ResolutionController.php index 73e425028b..89dc7be12a 100644 --- a/app/Http/Controllers/Ajax/ResolutionController.php +++ b/app/Http/Controllers/Ajax/ResolutionController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Ajax/RipeNccApiController.php b/app/Http/Controllers/Ajax/RipeNccApiController.php index 74a23ffbed..d8da95f332 100644 --- a/app/Http/Controllers/Ajax/RipeNccApiController.php +++ b/app/Http/Controllers/Ajax/RipeNccApiController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Auth/TwoFactorController.php b/app/Http/Controllers/Auth/TwoFactorController.php index 3bc7ee3002..ea5f77933f 100644 --- a/app/Http/Controllers/Auth/TwoFactorController.php +++ b/app/Http/Controllers/Auth/TwoFactorController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Auth/TwoFactorManagementController.php b/app/Http/Controllers/Auth/TwoFactorManagementController.php index 07cd40803b..136e58cdf8 100644 --- a/app/Http/Controllers/Auth/TwoFactorManagementController.php +++ b/app/Http/Controllers/Auth/TwoFactorManagementController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/AccessPointsController.php b/app/Http/Controllers/Device/Tabs/AccessPointsController.php index 1200ae419d..10ffc04ad7 100644 --- a/app/Http/Controllers/Device/Tabs/AccessPointsController.php +++ b/app/Http/Controllers/Device/Tabs/AccessPointsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/AlertStatsController.php b/app/Http/Controllers/Device/Tabs/AlertStatsController.php index 1768b33527..bf50b88ef9 100644 --- a/app/Http/Controllers/Device/Tabs/AlertStatsController.php +++ b/app/Http/Controllers/Device/Tabs/AlertStatsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/AlertsController.php b/app/Http/Controllers/Device/Tabs/AlertsController.php index 9434a7c0d0..0021f13a92 100644 --- a/app/Http/Controllers/Device/Tabs/AlertsController.php +++ b/app/Http/Controllers/Device/Tabs/AlertsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/AppsController.php b/app/Http/Controllers/Device/Tabs/AppsController.php index aa3f7516dc..f4750ff221 100644 --- a/app/Http/Controllers/Device/Tabs/AppsController.php +++ b/app/Http/Controllers/Device/Tabs/AppsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/CaptureController.php b/app/Http/Controllers/Device/Tabs/CaptureController.php index 88aab9b096..98a5501808 100644 --- a/app/Http/Controllers/Device/Tabs/CaptureController.php +++ b/app/Http/Controllers/Device/Tabs/CaptureController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/CollectdController.php b/app/Http/Controllers/Device/Tabs/CollectdController.php index 041ecf7590..cec6cb25cf 100644 --- a/app/Http/Controllers/Device/Tabs/CollectdController.php +++ b/app/Http/Controllers/Device/Tabs/CollectdController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/EditController.php b/app/Http/Controllers/Device/Tabs/EditController.php index b7cfa28ac3..f2f66ba951 100644 --- a/app/Http/Controllers/Device/Tabs/EditController.php +++ b/app/Http/Controllers/Device/Tabs/EditController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/GraphsController.php b/app/Http/Controllers/Device/Tabs/GraphsController.php index 1e245735ac..7ed3b88f35 100644 --- a/app/Http/Controllers/Device/Tabs/GraphsController.php +++ b/app/Http/Controllers/Device/Tabs/GraphsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/HealthController.php b/app/Http/Controllers/Device/Tabs/HealthController.php index bd09aeeecb..e382b4a2dc 100644 --- a/app/Http/Controllers/Device/Tabs/HealthController.php +++ b/app/Http/Controllers/Device/Tabs/HealthController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/InventoryController.php b/app/Http/Controllers/Device/Tabs/InventoryController.php index 2a41f4d016..d2aa0624d1 100644 --- a/app/Http/Controllers/Device/Tabs/InventoryController.php +++ b/app/Http/Controllers/Device/Tabs/InventoryController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/LatencyController.php b/app/Http/Controllers/Device/Tabs/LatencyController.php index 3bbcefae63..d9c0263cac 100644 --- a/app/Http/Controllers/Device/Tabs/LatencyController.php +++ b/app/Http/Controllers/Device/Tabs/LatencyController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/LoadBalancerController.php b/app/Http/Controllers/Device/Tabs/LoadBalancerController.php index 1e817a8227..325d246649 100644 --- a/app/Http/Controllers/Device/Tabs/LoadBalancerController.php +++ b/app/Http/Controllers/Device/Tabs/LoadBalancerController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/LogsController.php b/app/Http/Controllers/Device/Tabs/LogsController.php index 88d4220da1..be642d2e18 100644 --- a/app/Http/Controllers/Device/Tabs/LogsController.php +++ b/app/Http/Controllers/Device/Tabs/LogsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/MefController.php b/app/Http/Controllers/Device/Tabs/MefController.php index 4c469c2675..70125c1ea2 100644 --- a/app/Http/Controllers/Device/Tabs/MefController.php +++ b/app/Http/Controllers/Device/Tabs/MefController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/MibController.php b/app/Http/Controllers/Device/Tabs/MibController.php index d5871e5300..f2726ede08 100644 --- a/app/Http/Controllers/Device/Tabs/MibController.php +++ b/app/Http/Controllers/Device/Tabs/MibController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/MuninController.php b/app/Http/Controllers/Device/Tabs/MuninController.php index 3d12b2bde9..ef6ee81f8e 100644 --- a/app/Http/Controllers/Device/Tabs/MuninController.php +++ b/app/Http/Controllers/Device/Tabs/MuninController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/NacController.php b/app/Http/Controllers/Device/Tabs/NacController.php index 7405db2062..9268df7d1d 100644 --- a/app/Http/Controllers/Device/Tabs/NacController.php +++ b/app/Http/Controllers/Device/Tabs/NacController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/NeighboursController.php b/app/Http/Controllers/Device/Tabs/NeighboursController.php index 915c14a689..1033fe2735 100644 --- a/app/Http/Controllers/Device/Tabs/NeighboursController.php +++ b/app/Http/Controllers/Device/Tabs/NeighboursController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/NetflowController.php b/app/Http/Controllers/Device/Tabs/NetflowController.php index 0b6ce9f490..5432b06377 100644 --- a/app/Http/Controllers/Device/Tabs/NetflowController.php +++ b/app/Http/Controllers/Device/Tabs/NetflowController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/NotesController.php b/app/Http/Controllers/Device/Tabs/NotesController.php index 51d53ae449..480b7f55a7 100644 --- a/app/Http/Controllers/Device/Tabs/NotesController.php +++ b/app/Http/Controllers/Device/Tabs/NotesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/OverviewController.php b/app/Http/Controllers/Device/Tabs/OverviewController.php index 4fb911915e..f5d92d384e 100644 --- a/app/Http/Controllers/Device/Tabs/OverviewController.php +++ b/app/Http/Controllers/Device/Tabs/OverviewController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/PackagesController.php b/app/Http/Controllers/Device/Tabs/PackagesController.php index 7894bc8d6e..00d830b2ae 100644 --- a/app/Http/Controllers/Device/Tabs/PackagesController.php +++ b/app/Http/Controllers/Device/Tabs/PackagesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/PortController.php b/app/Http/Controllers/Device/Tabs/PortController.php index 22ec2acb53..866982239e 100644 --- a/app/Http/Controllers/Device/Tabs/PortController.php +++ b/app/Http/Controllers/Device/Tabs/PortController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/PortsController.php b/app/Http/Controllers/Device/Tabs/PortsController.php index d59e1eee43..cdf01647dd 100644 --- a/app/Http/Controllers/Device/Tabs/PortsController.php +++ b/app/Http/Controllers/Device/Tabs/PortsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/PrinterController.php b/app/Http/Controllers/Device/Tabs/PrinterController.php index e1b5d95145..00afad2ea1 100644 --- a/app/Http/Controllers/Device/Tabs/PrinterController.php +++ b/app/Http/Controllers/Device/Tabs/PrinterController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/ProcessesController.php b/app/Http/Controllers/Device/Tabs/ProcessesController.php index 6657f9a8d9..a74dab5821 100644 --- a/app/Http/Controllers/Device/Tabs/ProcessesController.php +++ b/app/Http/Controllers/Device/Tabs/ProcessesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/PseudowiresController.php b/app/Http/Controllers/Device/Tabs/PseudowiresController.php index 454c7cad90..2c6d4e4518 100644 --- a/app/Http/Controllers/Device/Tabs/PseudowiresController.php +++ b/app/Http/Controllers/Device/Tabs/PseudowiresController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/RoutingController.php b/app/Http/Controllers/Device/Tabs/RoutingController.php index 173499967d..fccfbe28da 100644 --- a/app/Http/Controllers/Device/Tabs/RoutingController.php +++ b/app/Http/Controllers/Device/Tabs/RoutingController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/ServicesController.php b/app/Http/Controllers/Device/Tabs/ServicesController.php index 6b4a9a3525..85a08002bc 100644 --- a/app/Http/Controllers/Device/Tabs/ServicesController.php +++ b/app/Http/Controllers/Device/Tabs/ServicesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/ShowConfigController.php b/app/Http/Controllers/Device/Tabs/ShowConfigController.php index add991842a..42312fd2bf 100644 --- a/app/Http/Controllers/Device/Tabs/ShowConfigController.php +++ b/app/Http/Controllers/Device/Tabs/ShowConfigController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/SlasController.php b/app/Http/Controllers/Device/Tabs/SlasController.php index 9a97e5858d..5c5d0c8e87 100644 --- a/app/Http/Controllers/Device/Tabs/SlasController.php +++ b/app/Http/Controllers/Device/Tabs/SlasController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/StpController.php b/app/Http/Controllers/Device/Tabs/StpController.php index 98012ce341..1c58f0adfe 100644 --- a/app/Http/Controllers/Device/Tabs/StpController.php +++ b/app/Http/Controllers/Device/Tabs/StpController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/TnmsneController.php b/app/Http/Controllers/Device/Tabs/TnmsneController.php index 5f258ca0f2..74830d0fe7 100644 --- a/app/Http/Controllers/Device/Tabs/TnmsneController.php +++ b/app/Http/Controllers/Device/Tabs/TnmsneController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/VlansController.php b/app/Http/Controllers/Device/Tabs/VlansController.php index fd84da46a6..bbe79b81dd 100644 --- a/app/Http/Controllers/Device/Tabs/VlansController.php +++ b/app/Http/Controllers/Device/Tabs/VlansController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/VmInfoController.php b/app/Http/Controllers/Device/Tabs/VmInfoController.php index 6d151dd68b..1132d741a9 100644 --- a/app/Http/Controllers/Device/Tabs/VmInfoController.php +++ b/app/Http/Controllers/Device/Tabs/VmInfoController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Device/Tabs/WirelessController.php b/app/Http/Controllers/Device/Tabs/WirelessController.php index 6d650accc1..3b08bdb825 100644 --- a/app/Http/Controllers/Device/Tabs/WirelessController.php +++ b/app/Http/Controllers/Device/Tabs/WirelessController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Form/CopyDashboardController.inc.php b/app/Http/Controllers/Form/CopyDashboardController.inc.php index a4602f711a..24eb9c73ba 100644 --- a/app/Http/Controllers/Form/CopyDashboardController.inc.php +++ b/app/Http/Controllers/Form/CopyDashboardController.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Http/Controllers/Form/WidgetSettingsController.php b/app/Http/Controllers/Form/WidgetSettingsController.php index ccef581067..ec2ebcfcbb 100644 --- a/app/Http/Controllers/Form/WidgetSettingsController.php +++ b/app/Http/Controllers/Form/WidgetSettingsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Install/ChecksController.php b/app/Http/Controllers/Install/ChecksController.php index ae6b216f0d..8b53ac3201 100644 --- a/app/Http/Controllers/Install/ChecksController.php +++ b/app/Http/Controllers/Install/ChecksController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Install/DatabaseController.php b/app/Http/Controllers/Install/DatabaseController.php index 369341eae4..35a9f88891 100644 --- a/app/Http/Controllers/Install/DatabaseController.php +++ b/app/Http/Controllers/Install/DatabaseController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Install/FinalizeController.php b/app/Http/Controllers/Install/FinalizeController.php index 05e88a118e..e13e4e8885 100644 --- a/app/Http/Controllers/Install/FinalizeController.php +++ b/app/Http/Controllers/Install/FinalizeController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Install/InstallationController.php b/app/Http/Controllers/Install/InstallationController.php index fd8a392472..a789c8836f 100644 --- a/app/Http/Controllers/Install/InstallationController.php +++ b/app/Http/Controllers/Install/InstallationController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Install/MakeUserController.php b/app/Http/Controllers/Install/MakeUserController.php index fd42feea42..a2d2e66a93 100644 --- a/app/Http/Controllers/Install/MakeUserController.php +++ b/app/Http/Controllers/Install/MakeUserController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Maps/DeviceDependencyController.php b/app/Http/Controllers/Maps/DeviceDependencyController.php index 0df632a84e..2f8adc39de 100644 --- a/app/Http/Controllers/Maps/DeviceDependencyController.php +++ b/app/Http/Controllers/Maps/DeviceDependencyController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Http/Controllers/Maps/MapController.php b/app/Http/Controllers/Maps/MapController.php index 693d7c39c8..d6b8299115 100644 --- a/app/Http/Controllers/Maps/MapController.php +++ b/app/Http/Controllers/Maps/MapController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Http/Controllers/PaginatedAjaxController.php b/app/Http/Controllers/PaginatedAjaxController.php index cf8e7c4efb..2bd272d9b2 100644 --- a/app/Http/Controllers/PaginatedAjaxController.php +++ b/app/Http/Controllers/PaginatedAjaxController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/PollerSettingsController.php b/app/Http/Controllers/PollerSettingsController.php index 811529512a..2ccbd3c2db 100644 --- a/app/Http/Controllers/PollerSettingsController.php +++ b/app/Http/Controllers/PollerSettingsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/ApplicationController.php b/app/Http/Controllers/Select/ApplicationController.php index fc3aede923..63fdb6903c 100644 --- a/app/Http/Controllers/Select/ApplicationController.php +++ b/app/Http/Controllers/Select/ApplicationController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/BillController.php b/app/Http/Controllers/Select/BillController.php index 105f15fc39..dfdd10beec 100644 --- a/app/Http/Controllers/Select/BillController.php +++ b/app/Http/Controllers/Select/BillController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/DashboardController.php b/app/Http/Controllers/Select/DashboardController.php index 08660d726f..20f6d5f6dd 100644 --- a/app/Http/Controllers/Select/DashboardController.php +++ b/app/Http/Controllers/Select/DashboardController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/DeviceController.php b/app/Http/Controllers/Select/DeviceController.php index a126912da2..802da216c2 100644 --- a/app/Http/Controllers/Select/DeviceController.php +++ b/app/Http/Controllers/Select/DeviceController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/DeviceFieldController.php b/app/Http/Controllers/Select/DeviceFieldController.php index d102d5763b..e525518abf 100644 --- a/app/Http/Controllers/Select/DeviceFieldController.php +++ b/app/Http/Controllers/Select/DeviceFieldController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/DeviceGroupController.php b/app/Http/Controllers/Select/DeviceGroupController.php index 040a927d06..d74bc7fa8e 100644 --- a/app/Http/Controllers/Select/DeviceGroupController.php +++ b/app/Http/Controllers/Select/DeviceGroupController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/EventlogController.php b/app/Http/Controllers/Select/EventlogController.php index e02a5b9ec3..f24ca3be39 100644 --- a/app/Http/Controllers/Select/EventlogController.php +++ b/app/Http/Controllers/Select/EventlogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/GraphAggregateController.php b/app/Http/Controllers/Select/GraphAggregateController.php index 689b9b41cc..16187d5de3 100644 --- a/app/Http/Controllers/Select/GraphAggregateController.php +++ b/app/Http/Controllers/Select/GraphAggregateController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/GraphController.php b/app/Http/Controllers/Select/GraphController.php index 84ccd4a0ea..3f4de6a406 100644 --- a/app/Http/Controllers/Select/GraphController.php +++ b/app/Http/Controllers/Select/GraphController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/GraylogStreamsController.php b/app/Http/Controllers/Select/GraylogStreamsController.php index 522d7d4ddf..0bc20762d3 100644 --- a/app/Http/Controllers/Select/GraylogStreamsController.php +++ b/app/Http/Controllers/Select/GraylogStreamsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/LocationController.php b/app/Http/Controllers/Select/LocationController.php index 86c80d6c48..2475a976b2 100644 --- a/app/Http/Controllers/Select/LocationController.php +++ b/app/Http/Controllers/Select/LocationController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/MuninPluginController.php b/app/Http/Controllers/Select/MuninPluginController.php index dd03ea6d2a..6d697a0072 100644 --- a/app/Http/Controllers/Select/MuninPluginController.php +++ b/app/Http/Controllers/Select/MuninPluginController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/PortController.php b/app/Http/Controllers/Select/PortController.php index 910ddf3688..8807d8db6a 100644 --- a/app/Http/Controllers/Select/PortController.php +++ b/app/Http/Controllers/Select/PortController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/PortFieldController.php b/app/Http/Controllers/Select/PortFieldController.php index 19f3831150..aee0c23f45 100644 --- a/app/Http/Controllers/Select/PortFieldController.php +++ b/app/Http/Controllers/Select/PortFieldController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/SelectController.php b/app/Http/Controllers/Select/SelectController.php index 5e230822c0..b9332c1286 100644 --- a/app/Http/Controllers/Select/SelectController.php +++ b/app/Http/Controllers/Select/SelectController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/ServiceController.php b/app/Http/Controllers/Select/ServiceController.php index 78c7f6bfb8..3304b77090 100644 --- a/app/Http/Controllers/Select/ServiceController.php +++ b/app/Http/Controllers/Select/ServiceController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Select/ServiceTemplateController.php b/app/Http/Controllers/Select/ServiceTemplateController.php index 8c62cc290c..09b5457568 100644 --- a/app/Http/Controllers/Select/ServiceTemplateController.php +++ b/app/Http/Controllers/Select/ServiceTemplateController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Anthony F McInerney * @author Anthony F McInerney */ diff --git a/app/Http/Controllers/Select/SyslogController.php b/app/Http/Controllers/Select/SyslogController.php index ba6cca3881..70b03b276a 100644 --- a/app/Http/Controllers/Select/SyslogController.php +++ b/app/Http/Controllers/Select/SyslogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/AlertScheduleController.php b/app/Http/Controllers/Table/AlertScheduleController.php index 867e2df4a0..68be2523f0 100644 --- a/app/Http/Controllers/Table/AlertScheduleController.php +++ b/app/Http/Controllers/Table/AlertScheduleController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/CustomersController.php b/app/Http/Controllers/Table/CustomersController.php index 0e65f03921..4fc48586b3 100644 --- a/app/Http/Controllers/Table/CustomersController.php +++ b/app/Http/Controllers/Table/CustomersController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/DeviceController.php b/app/Http/Controllers/Table/DeviceController.php index 2bc5198c0c..0c4eaabfee 100644 --- a/app/Http/Controllers/Table/DeviceController.php +++ b/app/Http/Controllers/Table/DeviceController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/EventlogController.php b/app/Http/Controllers/Table/EventlogController.php index ff2c77f028..6c206c5bc1 100644 --- a/app/Http/Controllers/Table/EventlogController.php +++ b/app/Http/Controllers/Table/EventlogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/FdbTablesController.php b/app/Http/Controllers/Table/FdbTablesController.php index cbffed3b29..174d5ff2fe 100644 --- a/app/Http/Controllers/Table/FdbTablesController.php +++ b/app/Http/Controllers/Table/FdbTablesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/GraylogController.php b/app/Http/Controllers/Table/GraylogController.php index bfaf7cbe77..279f205f61 100644 --- a/app/Http/Controllers/Table/GraylogController.php +++ b/app/Http/Controllers/Table/GraylogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/LocationController.php b/app/Http/Controllers/Table/LocationController.php index 98514fc3a1..22e43da126 100644 --- a/app/Http/Controllers/Table/LocationController.php +++ b/app/Http/Controllers/Table/LocationController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/MempoolsController.php b/app/Http/Controllers/Table/MempoolsController.php index 369e73f63f..bafdeb08fd 100644 --- a/app/Http/Controllers/Table/MempoolsController.php +++ b/app/Http/Controllers/Table/MempoolsController.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/OutagesController.php b/app/Http/Controllers/Table/OutagesController.php index 9a1b1cc5a4..e7aa0f4a88 100644 --- a/app/Http/Controllers/Table/OutagesController.php +++ b/app/Http/Controllers/Table/OutagesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Http/Controllers/Table/PortNacController.php b/app/Http/Controllers/Table/PortNacController.php index 56f270e69a..7ba1b38930 100644 --- a/app/Http/Controllers/Table/PortNacController.php +++ b/app/Http/Controllers/Table/PortNacController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/RoutesTablesController.php b/app/Http/Controllers/Table/RoutesTablesController.php index 6b3c0e9bc9..d45d58bfa0 100644 --- a/app/Http/Controllers/Table/RoutesTablesController.php +++ b/app/Http/Controllers/Table/RoutesTablesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja */ diff --git a/app/Http/Controllers/Table/SimpleTableController.php b/app/Http/Controllers/Table/SimpleTableController.php index 41313bf909..3d4434a445 100644 --- a/app/Http/Controllers/Table/SimpleTableController.php +++ b/app/Http/Controllers/Table/SimpleTableController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/SyslogController.php b/app/Http/Controllers/Table/SyslogController.php index 4f7ca3a970..1380984136 100644 --- a/app/Http/Controllers/Table/SyslogController.php +++ b/app/Http/Controllers/Table/SyslogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/TableController.php b/app/Http/Controllers/Table/TableController.php index 4acf87d2ac..c32cad2cee 100644 --- a/app/Http/Controllers/Table/TableController.php +++ b/app/Http/Controllers/Table/TableController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Table/VminfoController.php b/app/Http/Controllers/Table/VminfoController.php index 5d4af69bd3..4a2600001e 100644 --- a/app/Http/Controllers/Table/VminfoController.php +++ b/app/Http/Controllers/Table/VminfoController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 0d5ae1c603..564654bd41 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/UserPreferencesController.php b/app/Http/Controllers/UserPreferencesController.php index db1fd6a5da..18cc5340de 100644 --- a/app/Http/Controllers/UserPreferencesController.php +++ b/app/Http/Controllers/UserPreferencesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/AlertlogController.php b/app/Http/Controllers/Widgets/AlertlogController.php index 3c692e986e..2ba59a7864 100644 --- a/app/Http/Controllers/Widgets/AlertlogController.php +++ b/app/Http/Controllers/Widgets/AlertlogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/AlertlogStatsController.php b/app/Http/Controllers/Widgets/AlertlogStatsController.php index 106f8d1487..cec69a0b15 100644 --- a/app/Http/Controllers/Widgets/AlertlogStatsController.php +++ b/app/Http/Controllers/Widgets/AlertlogStatsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/AlertsController.php b/app/Http/Controllers/Widgets/AlertsController.php index 8806b6b28e..7c2f94edb2 100644 --- a/app/Http/Controllers/Widgets/AlertsController.php +++ b/app/Http/Controllers/Widgets/AlertsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/AvailabilityMapController.php b/app/Http/Controllers/Widgets/AvailabilityMapController.php index ae605b219c..5ce39b361a 100644 --- a/app/Http/Controllers/Widgets/AvailabilityMapController.php +++ b/app/Http/Controllers/Widgets/AvailabilityMapController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/ComponentStatusController.php b/app/Http/Controllers/Widgets/ComponentStatusController.php index a369c79ea0..e590710ef9 100644 --- a/app/Http/Controllers/Widgets/ComponentStatusController.php +++ b/app/Http/Controllers/Widgets/ComponentStatusController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/DeviceSummaryController.php b/app/Http/Controllers/Widgets/DeviceSummaryController.php index ba65884ea0..45f140ecd9 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php b/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php index 78523ced6d..ec63500993 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/DeviceSummaryVertController.php b/app/Http/Controllers/Widgets/DeviceSummaryVertController.php index 937e34bf3c..09437b8593 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryVertController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryVertController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/EventlogController.php b/app/Http/Controllers/Widgets/EventlogController.php index 2fabb57416..b081a88710 100644 --- a/app/Http/Controllers/Widgets/EventlogController.php +++ b/app/Http/Controllers/Widgets/EventlogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/GlobeController.php b/app/Http/Controllers/Widgets/GlobeController.php index 6829c51415..3759a91d90 100644 --- a/app/Http/Controllers/Widgets/GlobeController.php +++ b/app/Http/Controllers/Widgets/GlobeController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/GraphController.php b/app/Http/Controllers/Widgets/GraphController.php index 4bffd3ac30..7341c99097 100644 --- a/app/Http/Controllers/Widgets/GraphController.php +++ b/app/Http/Controllers/Widgets/GraphController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/GraylogController.php b/app/Http/Controllers/Widgets/GraylogController.php index 6723bcced7..a39fd6968c 100644 --- a/app/Http/Controllers/Widgets/GraylogController.php +++ b/app/Http/Controllers/Widgets/GraylogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/ImageController.php b/app/Http/Controllers/Widgets/ImageController.php index 53449c4626..1cce3713d4 100644 --- a/app/Http/Controllers/Widgets/ImageController.php +++ b/app/Http/Controllers/Widgets/ImageController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/NotesController.php b/app/Http/Controllers/Widgets/NotesController.php index 41f39cdcd8..9fa229ba6b 100644 --- a/app/Http/Controllers/Widgets/NotesController.php +++ b/app/Http/Controllers/Widgets/NotesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/PlaceholderController.php b/app/Http/Controllers/Widgets/PlaceholderController.php index d42fc2a691..5974256906 100644 --- a/app/Http/Controllers/Widgets/PlaceholderController.php +++ b/app/Http/Controllers/Widgets/PlaceholderController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/ServerStatsController.php b/app/Http/Controllers/Widgets/ServerStatsController.php index 268383e2c7..e332c10081 100644 --- a/app/Http/Controllers/Widgets/ServerStatsController.php +++ b/app/Http/Controllers/Widgets/ServerStatsController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/SyslogController.php b/app/Http/Controllers/Widgets/SyslogController.php index 56dc5256f3..c37648acb9 100644 --- a/app/Http/Controllers/Widgets/SyslogController.php +++ b/app/Http/Controllers/Widgets/SyslogController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/TopDevicesController.php b/app/Http/Controllers/Widgets/TopDevicesController.php index d7f34e36ef..2ae598e934 100644 --- a/app/Http/Controllers/Widgets/TopDevicesController.php +++ b/app/Http/Controllers/Widgets/TopDevicesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/TopInterfacesController.php b/app/Http/Controllers/Widgets/TopInterfacesController.php index 1344ff7342..884276a2ce 100644 --- a/app/Http/Controllers/Widgets/TopInterfacesController.php +++ b/app/Http/Controllers/Widgets/TopInterfacesController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/WidgetController.php b/app/Http/Controllers/Widgets/WidgetController.php index 462814bd57..18095d546e 100644 --- a/app/Http/Controllers/Widgets/WidgetController.php +++ b/app/Http/Controllers/Widgets/WidgetController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Controllers/Widgets/WorldMapController.php b/app/Http/Controllers/Widgets/WorldMapController.php index 88d773af21..44ec1de039 100644 --- a/app/Http/Controllers/Widgets/WorldMapController.php +++ b/app/Http/Controllers/Widgets/WorldMapController.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Middleware/CheckInstalled.php b/app/Http/Middleware/CheckInstalled.php index 8cb1db4256..dcfd5209bd 100644 --- a/app/Http/Middleware/CheckInstalled.php +++ b/app/Http/Middleware/CheckInstalled.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Middleware/EnforceJson.php b/app/Http/Middleware/EnforceJson.php index 289c7b3282..fb57336025 100644 --- a/app/Http/Middleware/EnforceJson.php +++ b/app/Http/Middleware/EnforceJson.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Middleware/HandleCors.php b/app/Http/Middleware/HandleCors.php index 992081430f..f00606970c 100644 --- a/app/Http/Middleware/HandleCors.php +++ b/app/Http/Middleware/HandleCors.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Http/Requests/TwoFactorManagementRequest.php b/app/Http/Requests/TwoFactorManagementRequest.php index 032f2cd0f6..b77845a892 100644 --- a/app/Http/Requests/TwoFactorManagementRequest.php +++ b/app/Http/Requests/TwoFactorManagementRequest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/ViewComposers/LayoutComposer.php b/app/Http/ViewComposers/LayoutComposer.php index 0e3f5dfee0..9525aa0caf 100644 --- a/app/Http/ViewComposers/LayoutComposer.php +++ b/app/Http/ViewComposers/LayoutComposer.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Http/ViewComposers/MenuComposer.php b/app/Http/ViewComposers/MenuComposer.php index 688f5d1fdd..f7cb341cb6 100644 --- a/app/Http/ViewComposers/MenuComposer.php +++ b/app/Http/ViewComposers/MenuComposer.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Jobs/PingCheck.php b/app/Jobs/PingCheck.php index 1ceb7fee5d..507fb8178e 100644 --- a/app/Jobs/PingCheck.php +++ b/app/Jobs/PingCheck.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Alert.php b/app/Models/Alert.php index ac9627b778..641e2117b6 100644 --- a/app/Models/Alert.php +++ b/app/Models/Alert.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/app/Models/AlertRule.php b/app/Models/AlertRule.php index dfadee3b0e..cf6a4ddc6d 100644 --- a/app/Models/AlertRule.php +++ b/app/Models/AlertRule.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/app/Models/AlertSchedule.php b/app/Models/AlertSchedule.php index 35bfcaf910..22bd49632f 100644 --- a/app/Models/AlertSchedule.php +++ b/app/Models/AlertSchedule.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/AlertTemplate.php b/app/Models/AlertTemplate.php index 9ae9c5218d..bcbda486aa 100644 --- a/app/Models/AlertTemplate.php +++ b/app/Models/AlertTemplate.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/app/Models/AlertTemplateMap.php b/app/Models/AlertTemplateMap.php index c08a61beec..81a597e38b 100644 --- a/app/Models/AlertTemplateMap.php +++ b/app/Models/AlertTemplateMap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/app/Models/ApiToken.php b/app/Models/ApiToken.php index 9a59f23eba..83eafa6b10 100644 --- a/app/Models/ApiToken.php +++ b/app/Models/ApiToken.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Application.php b/app/Models/Application.php index 8f4f8cc919..953e12ace6 100644 --- a/app/Models/Application.php +++ b/app/Models/Application.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/AuthLog.php b/app/Models/AuthLog.php index 7c2e57f0e7..6425efd114 100644 --- a/app/Models/AuthLog.php +++ b/app/Models/AuthLog.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Availability.php b/app/Models/Availability.php index 82280643ac..5084f3923a 100644 --- a/app/Models/Availability.php +++ b/app/Models/Availability.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/BaseModel.php b/app/Models/BaseModel.php index 8d74dd4e3d..15381d4cf5 100644 --- a/app/Models/BaseModel.php +++ b/app/Models/BaseModel.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/BgpPeer.php b/app/Models/BgpPeer.php index a0ce8e9b40..67ee15dfd2 100644 --- a/app/Models/BgpPeer.php +++ b/app/Models/BgpPeer.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Bill.php b/app/Models/Bill.php index cae7835533..d19e4e0817 100644 --- a/app/Models/Bill.php +++ b/app/Models/Bill.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Callback.php b/app/Models/Callback.php index fa7169186c..7bcf9808b4 100644 --- a/app/Models/Callback.php +++ b/app/Models/Callback.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/CefSwitching.php b/app/Models/CefSwitching.php index 61b5faa9ed..a089ce2f21 100644 --- a/app/Models/CefSwitching.php +++ b/app/Models/CefSwitching.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Component.php b/app/Models/Component.php index 6563486f09..806ff14f61 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Config.php b/app/Models/Config.php index 0039fd5895..9e103164d1 100644 --- a/app/Models/Config.php +++ b/app/Models/Config.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/DeviceAttrib.php b/app/Models/DeviceAttrib.php index d7fa3709ce..f0ca59fac8 100644 --- a/app/Models/DeviceAttrib.php +++ b/app/Models/DeviceAttrib.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Models/DeviceGroup.php b/app/Models/DeviceGroup.php index e00022c927..9a7a4df516 100644 --- a/app/Models/DeviceGroup.php +++ b/app/Models/DeviceGroup.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/app/Models/DeviceOutage.php b/app/Models/DeviceOutage.php index 8ca51727ca..3cdb5845df 100644 --- a/app/Models/DeviceOutage.php +++ b/app/Models/DeviceOutage.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/DevicePerf.php b/app/Models/DevicePerf.php index dbf3e259e0..5105c3d65f 100644 --- a/app/Models/DevicePerf.php +++ b/app/Models/DevicePerf.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/DeviceRelatedModel.php b/app/Models/DeviceRelatedModel.php index b3d58a5f68..95257e0a1a 100644 --- a/app/Models/DeviceRelatedModel.php +++ b/app/Models/DeviceRelatedModel.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Eventlog.php b/app/Models/Eventlog.php index a3493c89c9..7d45d83f26 100644 --- a/app/Models/Eventlog.php +++ b/app/Models/Eventlog.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/GraphType.php b/app/Models/GraphType.php index 5d5fe50e3d..2e1c251d08 100644 --- a/app/Models/GraphType.php +++ b/app/Models/GraphType.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Ipv4Address.php b/app/Models/Ipv4Address.php index 86d069a475..2b3b5112de 100644 --- a/app/Models/Ipv4Address.php +++ b/app/Models/Ipv4Address.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Ipv4Network.php b/app/Models/Ipv4Network.php index 5e413a18ab..c5ee6e7ed4 100644 --- a/app/Models/Ipv4Network.php +++ b/app/Models/Ipv4Network.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Ipv6Address.php b/app/Models/Ipv6Address.php index 3884da47d3..b6c366d28e 100644 --- a/app/Models/Ipv6Address.php +++ b/app/Models/Ipv6Address.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Ipv6Network.php b/app/Models/Ipv6Network.php index 41a6d8aed8..f01a16d4b6 100644 --- a/app/Models/Ipv6Network.php +++ b/app/Models/Ipv6Network.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Location.php b/app/Models/Location.php index a78d21fe60..8627c248e5 100644 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Mpls.php b/app/Models/Mpls.php index af2e78429d..e37da7ada2 100644 --- a/app/Models/Mpls.php +++ b/app/Models/Mpls.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Vitali Kari * @author Vitali Kari */ diff --git a/app/Models/MuninPlugin.php b/app/Models/MuninPlugin.php index a64e9f918e..7ff287c57f 100644 --- a/app/Models/MuninPlugin.php +++ b/app/Models/MuninPlugin.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/OspfArea.php b/app/Models/OspfArea.php index b3022316c5..64f43a5609 100644 --- a/app/Models/OspfArea.php +++ b/app/Models/OspfArea.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/OspfInstance.php b/app/Models/OspfInstance.php index 7001ab8233..98f703bd3f 100644 --- a/app/Models/OspfInstance.php +++ b/app/Models/OspfInstance.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/OspfNbr.php b/app/Models/OspfNbr.php index f050658919..74d7785760 100644 --- a/app/Models/OspfNbr.php +++ b/app/Models/OspfNbr.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/OspfPort.php b/app/Models/OspfPort.php index dc0b025815..2202af1693 100644 --- a/app/Models/OspfPort.php +++ b/app/Models/OspfPort.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Package.php b/app/Models/Package.php index a348e79b53..9236414d93 100644 --- a/app/Models/Package.php +++ b/app/Models/Package.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Plugin.php b/app/Models/Plugin.php index b6a1321856..76a4e625b5 100644 --- a/app/Models/Plugin.php +++ b/app/Models/Plugin.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Poller.php b/app/Models/Poller.php index 8652a6db1a..55d4eb5262 100644 --- a/app/Models/Poller.php +++ b/app/Models/Poller.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/PollerCluster.php b/app/Models/PollerCluster.php index 27b6c6b7a9..fc68180f8b 100644 --- a/app/Models/PollerCluster.php +++ b/app/Models/PollerCluster.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/PollerClusterStat.php b/app/Models/PollerClusterStat.php index e60ab05b65..a622633a89 100644 --- a/app/Models/PollerClusterStat.php +++ b/app/Models/PollerClusterStat.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/PollerGroup.php b/app/Models/PollerGroup.php index 23ea686cf9..f1a3cc27b9 100644 --- a/app/Models/PollerGroup.php +++ b/app/Models/PollerGroup.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/app/Models/PortRelatedModel.php b/app/Models/PortRelatedModel.php index 537d33da00..8b0e213586 100644 --- a/app/Models/PortRelatedModel.php +++ b/app/Models/PortRelatedModel.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Models/PortsNac.php b/app/Models/PortsNac.php index eb5d61bdc4..d604d241e3 100644 --- a/app/Models/PortsNac.php +++ b/app/Models/PortsNac.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Pseudowire.php b/app/Models/Pseudowire.php index 18a4a82955..1b021b0330 100644 --- a/app/Models/Pseudowire.php +++ b/app/Models/Pseudowire.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/ServiceTemplate.php b/app/Models/ServiceTemplate.php index 9fa8c13f4d..501fb2db49 100644 --- a/app/Models/ServiceTemplate.php +++ b/app/Models/ServiceTemplate.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Anthony F McInerney * @author Anthony F McInerney */ diff --git a/app/Models/Syslog.php b/app/Models/Syslog.php index 312da3a4ac..1fc6a0991b 100644 --- a/app/Models/Syslog.php +++ b/app/Models/Syslog.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/UserPref.php b/app/Models/UserPref.php index 87b1d3eed3..c3d9533dd9 100644 --- a/app/Models/UserPref.php +++ b/app/Models/UserPref.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Vrf.php b/app/Models/Vrf.php index 278770d52f..ef0b8627a0 100644 --- a/app/Models/Vrf.php +++ b/app/Models/Vrf.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/VrfLite.php b/app/Models/VrfLite.php index cbe30de1f5..4642a2f6df 100644 --- a/app/Models/VrfLite.php +++ b/app/Models/VrfLite.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/app/Models/Widget.php b/app/Models/Widget.php index b9ac2593f8..1f18bc47b5 100644 --- a/app/Models/Widget.php +++ b/app/Models/Widget.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Models/WirelessSensor.php b/app/Models/WirelessSensor.php index 33bdaa9eba..81ded14b81 100644 --- a/app/Models/WirelessSensor.php +++ b/app/Models/WirelessSensor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Observers/MempoolObserver.php b/app/Observers/MempoolObserver.php index 26363aa0e3..479b983c07 100644 --- a/app/Observers/MempoolObserver.php +++ b/app/Observers/MempoolObserver.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Observers/ModuleModelObserver.php b/app/Observers/ModuleModelObserver.php index c60955b862..f0185a1096 100644 --- a/app/Observers/ModuleModelObserver.php +++ b/app/Observers/ModuleModelObserver.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/app/Providers/ComposerServiceProvider.php b/app/Providers/ComposerServiceProvider.php index 12c1a99654..53bec5efdf 100644 --- a/app/Providers/ComposerServiceProvider.php +++ b/app/Providers/ComposerServiceProvider.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Providers/DatastoreServiceProvider.php b/app/Providers/DatastoreServiceProvider.php index 863db70a2d..1637404f1a 100644 --- a/app/Providers/DatastoreServiceProvider.php +++ b/app/Providers/DatastoreServiceProvider.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Providers/LegacyUserProvider.php b/app/Providers/LegacyUserProvider.php index f8afe28152..442c718479 100644 --- a/app/Providers/LegacyUserProvider.php +++ b/app/Providers/LegacyUserProvider.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/Providers/TokenUserProvider.php b/app/Providers/TokenUserProvider.php index 31d0eff045..7273edf40a 100644 --- a/app/Providers/TokenUserProvider.php +++ b/app/Providers/TokenUserProvider.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/app/StreamedOutput.php b/app/StreamedOutput.php index c88635dbea..462e2a0a26 100644 --- a/app/StreamedOutput.php +++ b/app/StreamedOutput.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/composer.json b/composer.json index e4188ff59a..de7e730fa9 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "snmp", "distributed" ], - "homepage": "http://www.librenms.org/", + "homepage": "https://www.librenms.org/", "license": "GPL-3.0-or-later", "support": { "source": "https://github.com/librenms/librenms/", diff --git a/daily.sh b/daily.sh index 5da401740c..200df270f5 100755 --- a/daily.sh +++ b/daily.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . ################################################################################ ####################################### diff --git a/database/migrations/2018_07_03_091314_create_alert_transport_groups_table.php b/database/migrations/2018_07_03_091314_create_alert_transport_groups_table.php index b095783a0d..87c69d467a 100644 --- a/database/migrations/2018_07_03_091314_create_alert_transport_groups_table.php +++ b/database/migrations/2018_07_03_091314_create_alert_transport_groups_table.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/database/migrations/2018_07_03_091314_create_alert_transport_map_table.php b/database/migrations/2018_07_03_091314_create_alert_transport_map_table.php index 342d774a67..0b857af73c 100644 --- a/database/migrations/2018_07_03_091314_create_alert_transport_map_table.php +++ b/database/migrations/2018_07_03_091314_create_alert_transport_map_table.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/database/migrations/2018_07_03_091314_create_alert_transports_table.php b/database/migrations/2018_07_03_091314_create_alert_transports_table.php index 790a1dca7a..de6bac09b6 100644 --- a/database/migrations/2018_07_03_091314_create_alert_transports_table.php +++ b/database/migrations/2018_07_03_091314_create_alert_transports_table.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/database/migrations/2018_07_03_091314_create_transport_group_transport_table.php b/database/migrations/2018_07_03_091314_create_transport_group_transport_table.php index 5af7b133a3..e789177caf 100644 --- a/database/migrations/2018_07_03_091314_create_transport_group_transport_table.php +++ b/database/migrations/2018_07_03_091314_create_transport_group_transport_table.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/database/seeders/DefaultLegacySchemaSeeder.php b/database/seeders/DefaultLegacySchemaSeeder.php index c0e8a16695..22f6fe5b2b 100644 --- a/database/seeders/DefaultLegacySchemaSeeder.php +++ b/database/seeders/DefaultLegacySchemaSeeder.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/discovery-wrapper.py b/discovery-wrapper.py index 2cc12a24cc..171f551ee6 100755 --- a/discovery-wrapper.py +++ b/discovery-wrapper.py @@ -32,7 +32,7 @@ Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see http://www.gnu.org/licenses/. + with this program. If not, see https://www.gnu.org/licenses/. LICENSE.txt contains a copy of the full GPLv3 licensing conditions. """ diff --git a/doc/Developing/Creating-Documentation.md b/doc/Developing/Creating-Documentation.md index 1ade6a85b8..0325483223 100644 --- a/doc/Developing/Creating-Documentation.md +++ b/doc/Developing/Creating-Documentation.md @@ -52,7 +52,7 @@ This means you can use: - `~~strikethrough~~` to perform ~~strikethrough~~ - [X] `- [X] List items` -- Url's can be made `[like this](http://www.librenms.org)` [like this](http://www.librenms.org) +- Url's can be made `[like this](https://www.librenms.org)` [like this](https://www.librenms.org) - Code can be placed in \`\` for single line or \`\`\` for multiline. - `#` Can be used for main headings which translates to a `

` tag, increasing the `#`'s will increase the hX tags. diff --git a/doc/Developing/Licensing.md b/doc/Developing/Licensing.md index 3eefcb6b4c..e88383b2ff 100644 --- a/doc/Developing/Licensing.md +++ b/doc/Developing/Licensing.md @@ -55,7 +55,7 @@ you add the package information to the header. * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Internet Widgitz Pty Ltd * @author Me @@ -88,7 +88,7 @@ project. - Don't submit code whose license conflicts with the GPLv3. If you're not sure, consult the [Free Software Foundation's license - list](http://www.gnu.org/licenses/license-list.html) and see if + list](https://www.gnu.org/licenses/license-list.html) and see if your code's license is on the compatible or incompatible list. If you prefer a non-copyleft license, Apache 2.0 is the recommended choice as per the FSF guidelines. diff --git a/doc/Developing/SNMP-Traps.md b/doc/Developing/SNMP-Traps.md index 9003bb09e8..8a4d2a6f7d 100644 --- a/doc/Developing/SNMP-Traps.md +++ b/doc/Developing/SNMP-Traps.md @@ -33,10 +33,10 @@ Create a new class in `LibreNMS\Snmptrap\Handlers` that implements the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Snmptrap\Handlers; diff --git a/doc/Extensions/Graylog.md b/doc/Extensions/Graylog.md index 305feb1ffc..861c25f1d3 100644 --- a/doc/Extensions/Graylog.md +++ b/doc/Extensions/Graylog.md @@ -45,7 +45,7 @@ $config['graylog']['timezone'] = 'Europe/Bucharest'; ``` Timezone must be PHP supported timezones, available at: - + ## Graylog Version If you are running a version earlier than Graylog then please set diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index 90f3fbfe45..8de3768d50 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -96,7 +96,7 @@ chmod +x /usr/bin/composer ## Set timezone -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". Ensure date.timezone is set in php.ini to your preferred time zone. diff --git a/doc/Installation/Installation-CentOS-6-Apache-Nginx.md b/doc/Installation/Installation-CentOS-6-Apache-Nginx.md index 7044bd3a5f..42af6d2b3d 100644 --- a/doc/Installation/Installation-CentOS-6-Apache-Nginx.md +++ b/doc/Installation/Installation-CentOS-6-Apache-Nginx.md @@ -154,7 +154,7 @@ chkconfig --levels 235 httpd on ``` In `/etc/php.ini`, ensure `date.timezone` is set to your preferred -time zone. See for a list of +time zone. See for a list of supported timezones. Valid examples are: "America/New York", "Australia/Brisbane", "Etc/UTC". Please also ensure that `allow_url_fopen` is enabled. Other functions needed for LibreNMS diff --git a/doc/Installation/Installation-CentOS-7-Apache.md b/doc/Installation/Installation-CentOS-7-Apache.md index 3f66674012..5e849be68c 100644 --- a/doc/Installation/Installation-CentOS-7-Apache.md +++ b/doc/Installation/Installation-CentOS-7-Apache.md @@ -127,7 +127,7 @@ systemctl restart mariadb ## Configure PHP Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-CentOS-7-Nginx.md b/doc/Installation/Installation-CentOS-7-Nginx.md index dc71012e1a..3cfc169d84 100644 --- a/doc/Installation/Installation-CentOS-7-Nginx.md +++ b/doc/Installation/Installation-CentOS-7-Nginx.md @@ -98,7 +98,7 @@ systemctl restart mariadb ## Configure and Start PHP-FPM Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-Debian-10-Nginx.md b/doc/Installation/Installation-Debian-10-Nginx.md index 5cea5b97a4..7bcb656a89 100644 --- a/doc/Installation/Installation-Debian-10-Nginx.md +++ b/doc/Installation/Installation-Debian-10-Nginx.md @@ -84,7 +84,7 @@ service mysql restart ## Configure and Start PHP-FPM Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-Ubuntu-1604-Apache.md b/doc/Installation/Installation-Ubuntu-1604-Apache.md index e307a11b3b..b5bd1f7f35 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Apache.md +++ b/doc/Installation/Installation-Ubuntu-1604-Apache.md @@ -67,7 +67,7 @@ systemctl restart mysql ## Configure PHP Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-Ubuntu-1604-Nginx.md b/doc/Installation/Installation-Ubuntu-1604-Nginx.md index fb71566696..90720333c6 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Nginx.md +++ b/doc/Installation/Installation-Ubuntu-1604-Nginx.md @@ -67,7 +67,7 @@ systemctl restart mysql ## Configure and Start PHP-FPM Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-Ubuntu-1804-Apache.md b/doc/Installation/Installation-Ubuntu-1804-Apache.md index f6811f9d90..3ed9d767fc 100644 --- a/doc/Installation/Installation-Ubuntu-1804-Apache.md +++ b/doc/Installation/Installation-Ubuntu-1804-Apache.md @@ -87,7 +87,7 @@ systemctl restart mysql ## Configure PHP Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". diff --git a/doc/Installation/Installation-Ubuntu-1804-Nginx.md b/doc/Installation/Installation-Ubuntu-1804-Nginx.md index f2e954831a..f7730b37ec 100644 --- a/doc/Installation/Installation-Ubuntu-1804-Nginx.md +++ b/doc/Installation/Installation-Ubuntu-1804-Nginx.md @@ -88,7 +88,7 @@ systemctl restart mysql ## Configure and Start PHP-FPM Ensure date.timezone is set in php.ini to your preferred time zone. -See for a list of supported +See for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC". Please remember to set the system timezone as well. diff --git a/html/ajax_ossuggest.php b/html/ajax_ossuggest.php index 4e8bde6acc..75557d17b5 100644 --- a/html/ajax_ossuggest.php +++ b/html/ajax_ossuggest.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ $init_modules = ['web', 'auth']; diff --git a/html/js/boot.js b/html/js/boot.js index cddf165558..be1c47a294 100644 --- a/html/js/boot.js +++ b/html/js/boot.js @@ -14,10 +14,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/html/js/jquery.cycle.all.js b/html/js/jquery.cycle.all.js index dc474ea0cb..d8d9a0fc6b 100644 --- a/html/js/jquery.cycle.all.js +++ b/html/js/jquery.cycle.all.js @@ -1078,7 +1078,7 @@ $.fn.cycle.defaults = { * Version: 2.73 * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html + * https://www.gnu.org/licenses/gpl.html */ (function($) { "use strict"; diff --git a/includes/caches/notifications.inc.php b/includes/caches/notifications.inc.php index b37d82687b..1ee65fe58d 100644 --- a/includes/caches/notifications.inc.php +++ b/includes/caches/notifications.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Notification Cache diff --git a/includes/common.php b/includes/common.php index 99dfbf7620..e01ff80c84 100644 --- a/includes/common.php +++ b/includes/common.php @@ -815,7 +815,7 @@ function snmpv3_sha2_capable() * @param string $ip A binary string containing an IP address, as returned from MySQL's INET6_ATON function * @return string Empty if not valid. */ -// Fuction is from http://uk3.php.net/manual/en/function.inet-ntop.php +// Fuction is from https://php.net/manual/en/function.inet-ntop.php function inet6_ntop($ip) { $l = strlen($ip); diff --git a/includes/datastore.inc.php b/includes/datastore.inc.php index 45dd6dbe0c..4303877179 100644 --- a/includes/datastore.inc.php +++ b/includes/datastore.inc.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** diff --git a/includes/discovery/applications.inc.php b/includes/discovery/applications.inc.php index 412e51662a..b2258e4db1 100644 --- a/includes/discovery/applications.inc.php +++ b/includes/discovery/applications.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/arp-table.inc.php b/includes/discovery/arp-table.inc.php index c0a5744725..867e664292 100644 --- a/includes/discovery/arp-table.inc.php +++ b/includes/discovery/arp-table.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/arp-table/edgeswitch.inc.php b/includes/discovery/arp-table/edgeswitch.inc.php index 13ddbe12d6..89cc04f8d8 100644 --- a/includes/discovery/arp-table/edgeswitch.inc.php +++ b/includes/discovery/arp-table/edgeswitch.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/arp-table/screenos.inc.php b/includes/discovery/arp-table/screenos.inc.php index 5072a82772..5f69a41651 100644 --- a/includes/discovery/arp-table/screenos.inc.php +++ b/includes/discovery/arp-table/screenos.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/bgp-peers/timos.inc.php b/includes/discovery/bgp-peers/timos.inc.php index a52cc64148..4f92a07975 100644 --- a/includes/discovery/bgp-peers/timos.inc.php +++ b/includes/discovery/bgp-peers/timos.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 LibreNMS Contributors * @author LibreNMS Contributors */ diff --git a/includes/discovery/bgp-peers/vrp.inc.php b/includes/discovery/bgp-peers/vrp.inc.php index 56ad3ac74d..d9056bd223 100644 --- a/includes/discovery/bgp-peers/vrp.inc.php +++ b/includes/discovery/bgp-peers/vrp.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 PipoCanaja * @author PipoCanaja */ diff --git a/includes/discovery/cisco-qfp.inc.php b/includes/discovery/cisco-qfp.inc.php index b12ddddfec..b5e5c7dd7d 100644 --- a/includes/discovery/cisco-qfp.inc.php +++ b/includes/discovery/cisco-qfp.inc.php @@ -8,7 +8,7 @@ * * LibreNMS module to capture Cisco QFP Statistics * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/discovery/cisco-vrf-lite.inc.php b/includes/discovery/cisco-vrf-lite.inc.php index 505f853bc9..2b0b3a79ab 100644 --- a/includes/discovery/cisco-vrf-lite.inc.php +++ b/includes/discovery/cisco-vrf-lite.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . */ +* along with this program. If not, see . */ global $debug; diff --git a/includes/discovery/entity-state.inc.php b/includes/discovery/entity-state.inc.php index 1d9090a47a..476b4606e3 100644 --- a/includes/discovery/entity-state.inc.php +++ b/includes/discovery/entity-state.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/fdb-table/aos6.inc.php b/includes/discovery/fdb-table/aos6.inc.php index bb7178ba4f..0768d227dd 100644 --- a/includes/discovery/fdb-table/aos6.inc.php +++ b/includes/discovery/fdb-table/aos6.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Tony Murray * @author JoseUPV diff --git a/includes/discovery/fdb-table/aos7.inc.php b/includes/discovery/fdb-table/aos7.inc.php index 6c4d286352..555504e69f 100644 --- a/includes/discovery/fdb-table/aos7.inc.php +++ b/includes/discovery/fdb-table/aos7.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Tony Murray * @author JoseUPV diff --git a/includes/discovery/fdb-table/arubaos.inc.php b/includes/discovery/fdb-table/arubaos.inc.php index 96c340311e..5538151ba1 100644 --- a/includes/discovery/fdb-table/arubaos.inc.php +++ b/includes/discovery/fdb-table/arubaos.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Ken Lui */ diff --git a/includes/discovery/fdb-table/bridge.inc.php b/includes/discovery/fdb-table/bridge.inc.php index 332d24a953..c31374facc 100644 --- a/includes/discovery/fdb-table/bridge.inc.php +++ b/includes/discovery/fdb-table/bridge.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Tony Murray * @author cjwbath diff --git a/includes/discovery/fdb-table/edgeswitch.inc.php b/includes/discovery/fdb-table/edgeswitch.inc.php index ecd2af466e..1230007128 100644 --- a/includes/discovery/fdb-table/edgeswitch.inc.php +++ b/includes/discovery/fdb-table/edgeswitch.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/fdb-table/vrp.inc.php b/includes/discovery/fdb-table/vrp.inc.php index 55956fbfce..1c399f24e0 100644 --- a/includes/discovery/fdb-table/vrp.inc.php +++ b/includes/discovery/fdb-table/vrp.inc.php @@ -8,7 +8,7 @@ * @package LibreNMS * @subpackage discovery - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja * @author Tony Murray (bridge.inc.php used as base) diff --git a/includes/discovery/fdb-table/zynos.inc.php b/includes/discovery/fdb-table/zynos.inc.php index 9c51a02088..5d9f7b84ec 100644 --- a/includes/discovery/fdb-table/zynos.inc.php +++ b/includes/discovery/fdb-table/zynos.inc.php @@ -8,7 +8,7 @@ * @package LibreNMS * @subpackage discovery - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 PipoCanaja * @author PipoCanaja */ diff --git a/includes/discovery/mpls.inc.php b/includes/discovery/mpls.inc.php index 9e439444d2..d24b167a81 100644 --- a/includes/discovery/mpls.inc.php +++ b/includes/discovery/mpls.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 20169 Vitali Kari * @author Vitali Kari */ diff --git a/includes/discovery/ports/airos-af-ltu.inc.php b/includes/discovery/ports/airos-af-ltu.inc.php index da8465d833..efdac7228f 100644 --- a/includes/discovery/ports/airos-af-ltu.inc.php +++ b/includes/discovery/ports/airos-af-ltu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe */ diff --git a/includes/discovery/ports/ekinops.inc.php b/includes/discovery/ports/ekinops.inc.php index 5e5adcc963..6e3db13212 100644 --- a/includes/discovery/ports/ekinops.inc.php +++ b/includes/discovery/ports/ekinops.inc.php @@ -26,12 +26,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/includes/discovery/route.inc.php b/includes/discovery/route.inc.php index 0ce30956c0..9c8986b517 100644 --- a/includes/discovery/route.inc.php +++ b/includes/discovery/route.inc.php @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ //We can use RFC1213 or IP-FORWARD-MIB or MPLS-L3VPN-STD-MIB diff --git a/includes/discovery/sensors/airflow/apc.inc.php b/includes/discovery/sensors/airflow/apc.inc.php index f983a01d86..6769688c07 100644 --- a/includes/discovery/sensors/airflow/apc.inc.php +++ b/includes/discovery/sensors/airflow/apc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/airflow/geist-watchdog.inc.php b/includes/discovery/sensors/airflow/geist-watchdog.inc.php index 80a77469bb..ffe240e3ec 100644 --- a/includes/discovery/sensors/airflow/geist-watchdog.inc.php +++ b/includes/discovery/sensors/airflow/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/ber/infinera-groove.inc.php b/includes/discovery/sensors/ber/infinera-groove.inc.php index 57e1fde8e9..a3de58c812 100644 --- a/includes/discovery/sensors/ber/infinera-groove.inc.php +++ b/includes/discovery/sensors/ber/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard * diff --git a/includes/discovery/sensors/charge/compas.inc.php b/includes/discovery/sensors/charge/compas.inc.php index 56fbed7f78..c0ee65f034 100644 --- a/includes/discovery/sensors/charge/compas.inc.php +++ b/includes/discovery/sensors/charge/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/charge/netagent2.inc.php b/includes/discovery/sensors/charge/netagent2.inc.php index ebf848f567..6e21f621cd 100644 --- a/includes/discovery/sensors/charge/netagent2.inc.php +++ b/includes/discovery/sensors/charge/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/charge/sinetica.inc.php b/includes/discovery/sensors/charge/sinetica.inc.php index e675bad0f9..b2e9764f29 100644 --- a/includes/discovery/sensors/charge/sinetica.inc.php +++ b/includes/discovery/sensors/charge/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php b/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php index 4b847c3f29..bd8f490413 100644 --- a/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php +++ b/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/count/fortigate.inc.php b/includes/discovery/sensors/count/fortigate.inc.php index 701a1dbae7..20f5064cec 100644 --- a/includes/discovery/sensors/count/fortigate.inc.php +++ b/includes/discovery/sensors/count/fortigate.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/discovery/sensors/count/sonicwall.inc.php b/includes/discovery/sensors/count/sonicwall.inc.php index 9877690433..496b16c666 100644 --- a/includes/discovery/sensors/count/sonicwall.inc.php +++ b/includes/discovery/sensors/count/sonicwall.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/discovery/sensors/count/webmon.inc.php b/includes/discovery/sensors/count/webmon.inc.php index 09f8df7f82..7adc49f31e 100644 --- a/includes/discovery/sensors/count/webmon.inc.php +++ b/includes/discovery/sensors/count/webmon.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Mike Williams * @copyright 2019 PipoCanaja * @author Mike Williams diff --git a/includes/discovery/sensors/current/adva_fsp150.inc.php b/includes/discovery/sensors/current/adva_fsp150.inc.php index 2c7dbdbcc9..cee3072720 100644 --- a/includes/discovery/sensors/current/adva_fsp150.inc.php +++ b/includes/discovery/sensors/current/adva_fsp150.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/current/adva_fsp3kr7.inc.php b/includes/discovery/sensors/current/adva_fsp3kr7.inc.php index 0839278392..1661bfef86 100644 --- a/includes/discovery/sensors/current/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/current/adva_fsp3kr7.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/current/commander-plus.inc.php b/includes/discovery/sensors/current/commander-plus.inc.php index d528218b63..cef54b2a56 100644 --- a/includes/discovery/sensors/current/commander-plus.inc.php +++ b/includes/discovery/sensors/current/commander-plus.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/compas.inc.php b/includes/discovery/sensors/current/compas.inc.php index 6c5d374cd4..abeb292473 100644 --- a/includes/discovery/sensors/current/compas.inc.php +++ b/includes/discovery/sensors/current/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/current/enlogic-pdu.inc.php b/includes/discovery/sensors/current/enlogic-pdu.inc.php index 67d60e9096..c489b64107 100644 --- a/includes/discovery/sensors/current/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/current/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/fs-net-pdu.inc.php b/includes/discovery/sensors/current/fs-net-pdu.inc.php index c26be72c84..affb09b272 100644 --- a/includes/discovery/sensors/current/fs-net-pdu.inc.php +++ b/includes/discovery/sensors/current/fs-net-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/geist-pdu.inc.php b/includes/discovery/sensors/current/geist-pdu.inc.php index f0cff88af4..c1eb20531f 100644 --- a/includes/discovery/sensors/current/geist-pdu.inc.php +++ b/includes/discovery/sensors/current/geist-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/ict-pdu.inc.php b/includes/discovery/sensors/current/ict-pdu.inc.php index 7313f31fc6..2784fbd66e 100644 --- a/includes/discovery/sensors/current/ict-pdu.inc.php +++ b/includes/discovery/sensors/current/ict-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/current/ict-psu.inc.php b/includes/discovery/sensors/current/ict-psu.inc.php index 0338a8e598..eb06b0cb39 100644 --- a/includes/discovery/sensors/current/ict-psu.inc.php +++ b/includes/discovery/sensors/current/ict-psu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/current/liebert.inc.php b/includes/discovery/sensors/current/liebert.inc.php index 253fd31878..05b6268f23 100644 --- a/includes/discovery/sensors/current/liebert.inc.php +++ b/includes/discovery/sensors/current/liebert.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler */ diff --git a/includes/discovery/sensors/current/netagent2.inc.php b/includes/discovery/sensors/current/netagent2.inc.php index 418da6d82d..8a1f2c9231 100644 --- a/includes/discovery/sensors/current/netagent2.inc.php +++ b/includes/discovery/sensors/current/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/current/netonix.inc.php b/includes/discovery/sensors/current/netonix.inc.php index b64b88f7cb..8c8925c952 100644 --- a/includes/discovery/sensors/current/netonix.inc.php +++ b/includes/discovery/sensors/current/netonix.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/current/powerlogic.inc.php b/includes/discovery/sensors/current/powerlogic.inc.php index d262bc526d..d29e600762 100644 --- a/includes/discovery/sensors/current/powerlogic.inc.php +++ b/includes/discovery/sensors/current/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/raritan-pdu.inc.php b/includes/discovery/sensors/current/raritan-pdu.inc.php index 2b3d52d251..7260a74b53 100644 --- a/includes/discovery/sensors/current/raritan-pdu.inc.php +++ b/includes/discovery/sensors/current/raritan-pdu.inc.php @@ -96,9 +96,9 @@ if ($outlet_oids) { * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/sinetica.inc.php b/includes/discovery/sensors/current/sinetica.inc.php index f517e7e586..220ec1173e 100644 --- a/includes/discovery/sensors/current/sinetica.inc.php +++ b/includes/discovery/sensors/current/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/current/sitemonitor.inc.php b/includes/discovery/sensors/current/sitemonitor.inc.php index eaab86e08d..08bf4559fd 100644 --- a/includes/discovery/sensors/current/sitemonitor.inc.php +++ b/includes/discovery/sensors/current/sitemonitor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/current/tpdin.inc.php b/includes/discovery/sensors/current/tpdin.inc.php index e949b8a605..7ca7507c20 100644 --- a/includes/discovery/sensors/current/tpdin.inc.php +++ b/includes/discovery/sensors/current/tpdin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/dbm/adva_fsp150.inc.php b/includes/discovery/sensors/dbm/adva_fsp150.inc.php index 32a6e467c0..5e395f1a53 100644 --- a/includes/discovery/sensors/dbm/adva_fsp150.inc.php +++ b/includes/discovery/sensors/dbm/adva_fsp150.inc.php @@ -21,12 +21,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php b/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php index a31bde4505..0161f59037 100644 --- a/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/dbm/ciscoepc.inc.php b/includes/discovery/sensors/dbm/ciscoepc.inc.php index 9dbe91097a..d0774fef41 100644 --- a/includes/discovery/sensors/dbm/ciscoepc.inc.php +++ b/includes/discovery/sensors/dbm/ciscoepc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/dbm/fs-nmu.inc.php b/includes/discovery/sensors/dbm/fs-nmu.inc.php index 8d808eaf63..f9c9ce3566 100644 --- a/includes/discovery/sensors/dbm/fs-nmu.inc.php +++ b/includes/discovery/sensors/dbm/fs-nmu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/includes/discovery/sensors/dbm/infinera-groove.inc.php b/includes/discovery/sensors/dbm/infinera-groove.inc.php index 05447a7a8c..86e0127d36 100644 --- a/includes/discovery/sensors/dbm/infinera-groove.inc.php +++ b/includes/discovery/sensors/dbm/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/delay/infinera-groove.inc.php b/includes/discovery/sensors/delay/infinera-groove.inc.php index d8d9abc321..fa3037f58b 100644 --- a/includes/discovery/sensors/delay/infinera-groove.inc.php +++ b/includes/discovery/sensors/delay/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard * diff --git a/includes/discovery/sensors/fanspeed/apc.inc.php b/includes/discovery/sensors/fanspeed/apc.inc.php index ed163bd478..4c97934d8b 100644 --- a/includes/discovery/sensors/fanspeed/apc.inc.php +++ b/includes/discovery/sensors/fanspeed/apc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/fanspeed/eltex-olt.inc.php b/includes/discovery/sensors/fanspeed/eltex-olt.inc.php index 8644e46c88..35394c37a7 100644 --- a/includes/discovery/sensors/fanspeed/eltex-olt.inc.php +++ b/includes/discovery/sensors/fanspeed/eltex-olt.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/fanspeed/fabos.inc.php b/includes/discovery/sensors/fanspeed/fabos.inc.php index 3377c0bc0d..8e018a122a 100644 --- a/includes/discovery/sensors/fanspeed/fabos.inc.php +++ b/includes/discovery/sensors/fanspeed/fabos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/fanspeed/netonix.inc.php b/includes/discovery/sensors/fanspeed/netonix.inc.php index 62ff431c17..ee219f9d66 100644 --- a/includes/discovery/sensors/fanspeed/netonix.inc.php +++ b/includes/discovery/sensors/fanspeed/netonix.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/fanspeed/onefs.inc.php b/includes/discovery/sensors/fanspeed/onefs.inc.php index 2ea03843de..1ecc05a657 100644 --- a/includes/discovery/sensors/fanspeed/onefs.inc.php +++ b/includes/discovery/sensors/fanspeed/onefs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/frequency/eaton-ats.inc.php b/includes/discovery/sensors/frequency/eaton-ats.inc.php index 8bd452ff1c..548fdc9517 100644 --- a/includes/discovery/sensors/frequency/eaton-ats.inc.php +++ b/includes/discovery/sensors/frequency/eaton-ats.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Thomas GAGNIERE * @author Thomas GAGNIERE */ diff --git a/includes/discovery/sensors/frequency/netagent2.inc.php b/includes/discovery/sensors/frequency/netagent2.inc.php index 527353b3d7..5617909d8e 100644 --- a/includes/discovery/sensors/frequency/netagent2.inc.php +++ b/includes/discovery/sensors/frequency/netagent2.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Original file - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray * 3 Phase support extension diff --git a/includes/discovery/sensors/frequency/powerlogic.inc.php b/includes/discovery/sensors/frequency/powerlogic.inc.php index 99d2e86713..21b59b3219 100644 --- a/includes/discovery/sensors/frequency/powerlogic.inc.php +++ b/includes/discovery/sensors/frequency/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/frequency/sinetica.inc.php b/includes/discovery/sensors/frequency/sinetica.inc.php index 5447ecfb13..65eb896539 100644 --- a/includes/discovery/sensors/frequency/sinetica.inc.php +++ b/includes/discovery/sensors/frequency/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/gw-eydfa.inc.php b/includes/discovery/sensors/gw-eydfa.inc.php index 3e3f89d7aa..644b8259ad 100644 --- a/includes/discovery/sensors/gw-eydfa.inc.php +++ b/includes/discovery/sensors/gw-eydfa.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc */ diff --git a/includes/discovery/sensors/humidity/aos-emu2.inc.php b/includes/discovery/sensors/humidity/aos-emu2.inc.php index bf3a54ec3c..079e5234a3 100644 --- a/includes/discovery/sensors/humidity/aos-emu2.inc.php +++ b/includes/discovery/sensors/humidity/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/geist-watchdog.inc.php b/includes/discovery/sensors/humidity/geist-watchdog.inc.php index 8dcdf8a229..f49355ca4a 100644 --- a/includes/discovery/sensors/humidity/geist-watchdog.inc.php +++ b/includes/discovery/sensors/humidity/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/liebert.inc.php b/includes/discovery/sensors/humidity/liebert.inc.php index 7dcbefb17e..a58463aaeb 100644 --- a/includes/discovery/sensors/humidity/liebert.inc.php +++ b/includes/discovery/sensors/humidity/liebert.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/raritan-pdu.inc.php b/includes/discovery/sensors/humidity/raritan-pdu.inc.php index 78394663d0..09518f9149 100644 --- a/includes/discovery/sensors/humidity/raritan-pdu.inc.php +++ b/includes/discovery/sensors/humidity/raritan-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/sentry4.inc.php b/includes/discovery/sensors/humidity/sentry4.inc.php index a4de3e886c..83319fc275 100644 --- a/includes/discovery/sensors/humidity/sentry4.inc.php +++ b/includes/discovery/sensors/humidity/sentry4.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/serverscheck.inc.php b/includes/discovery/sensors/humidity/serverscheck.inc.php index 9b3b3c2669..628e7db433 100644 --- a/includes/discovery/sensors/humidity/serverscheck.inc.php +++ b/includes/discovery/sensors/humidity/serverscheck.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/humidity/webmon.inc.php b/includes/discovery/sensors/humidity/webmon.inc.php index b47755a8db..ba15b7817a 100644 --- a/includes/discovery/sensors/humidity/webmon.inc.php +++ b/includes/discovery/sensors/humidity/webmon.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Mike Williams * @copyright 2019 PipoCanaja * @author Mike Williams diff --git a/includes/discovery/sensors/humidity/websensor.inc.php b/includes/discovery/sensors/humidity/websensor.inc.php index d3165beb5e..8143ea4da8 100644 --- a/includes/discovery/sensors/humidity/websensor.inc.php +++ b/includes/discovery/sensors/humidity/websensor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/load/infinera-groove.inc.php b/includes/discovery/sensors/load/infinera-groove.inc.php index 7f0741d6f5..cafc3af94d 100644 --- a/includes/discovery/sensors/load/infinera-groove.inc.php +++ b/includes/discovery/sensors/load/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/load/netagent2.inc.php b/includes/discovery/sensors/load/netagent2.inc.php index e74f9979e0..d21b8ef36c 100644 --- a/includes/discovery/sensors/load/netagent2.inc.php +++ b/includes/discovery/sensors/load/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray * 3 Phase support extension diff --git a/includes/discovery/sensors/load/sinetica.inc.php b/includes/discovery/sensors/load/sinetica.inc.php index dcc656006a..b799842921 100644 --- a/includes/discovery/sensors/load/sinetica.inc.php +++ b/includes/discovery/sensors/load/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/power/apc.inc.php b/includes/discovery/sensors/power/apc.inc.php index 08a25578ac..36cfbe6366 100644 --- a/includes/discovery/sensors/power/apc.inc.php +++ b/includes/discovery/sensors/power/apc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/power/dell.inc.php b/includes/discovery/sensors/power/dell.inc.php index 1dc42f6232..c5a2aff88b 100644 --- a/includes/discovery/sensors/power/dell.inc.php +++ b/includes/discovery/sensors/power/dell.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/power/enlogic-pdu.inc.php b/includes/discovery/sensors/power/enlogic-pdu.inc.php index e8bb8222b4..dac1429e3b 100644 --- a/includes/discovery/sensors/power/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/power/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/power/geist-pdu.inc.php b/includes/discovery/sensors/power/geist-pdu.inc.php index 176a00fbbf..34072e5d44 100644 --- a/includes/discovery/sensors/power/geist-pdu.inc.php +++ b/includes/discovery/sensors/power/geist-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/power/netonix.inc.php b/includes/discovery/sensors/power/netonix.inc.php index f907307558..71d6ef97fa 100644 --- a/includes/discovery/sensors/power/netonix.inc.php +++ b/includes/discovery/sensors/power/netonix.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/power/powerlogic.inc.php b/includes/discovery/sensors/power/powerlogic.inc.php index c4986917c8..9159d3ec9f 100644 --- a/includes/discovery/sensors/power/powerlogic.inc.php +++ b/includes/discovery/sensors/power/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/power/sinetica.inc.php b/includes/discovery/sensors/power/sinetica.inc.php index e1da612f59..687bc4041d 100644 --- a/includes/discovery/sensors/power/sinetica.inc.php +++ b/includes/discovery/sensors/power/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/power/smartax.inc.php b/includes/discovery/sensors/power/smartax.inc.php index b1ac4137b6..f09305e4a2 100644 --- a/includes/discovery/sensors/power/smartax.inc.php +++ b/includes/discovery/sensors/power/smartax.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc */ diff --git a/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php b/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php index 8abf9d1f3e..c9c58abd56 100644 --- a/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php +++ b/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php b/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php index e92177a767..53e73de913 100644 --- a/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/pre-cache/aos-emu2.inc.php b/includes/discovery/sensors/pre-cache/aos-emu2.inc.php index 0536da9037..4a2d7f010e 100644 --- a/includes/discovery/sensors/pre-cache/aos-emu2.inc.php +++ b/includes/discovery/sensors/pre-cache/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/apc.inc.php b/includes/discovery/sensors/pre-cache/apc.inc.php index 9f1b5f1c20..31d1a6a45f 100644 --- a/includes/discovery/sensors/pre-cache/apc.inc.php +++ b/includes/discovery/sensors/pre-cache/apc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/arris-c3.inc.php b/includes/discovery/sensors/pre-cache/arris-c3.inc.php index ee3ba1b744..347908bfdc 100644 --- a/includes/discovery/sensors/pre-cache/arris-c3.inc.php +++ b/includes/discovery/sensors/pre-cache/arris-c3.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc * Based on Neil Lathwood Cisco EPC files diff --git a/includes/discovery/sensors/pre-cache/arris-c4.inc.php b/includes/discovery/sensors/pre-cache/arris-c4.inc.php index d20b88285b..94a14f5c56 100644 --- a/includes/discovery/sensors/pre-cache/arris-c4.inc.php +++ b/includes/discovery/sensors/pre-cache/arris-c4.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc * Based on Neil Lathwood Cisco EPC files diff --git a/includes/discovery/sensors/pre-cache/avtech.inc.php b/includes/discovery/sensors/pre-cache/avtech.inc.php index 19926afbad..da994afd6c 100644 --- a/includes/discovery/sensors/pre-cache/avtech.inc.php +++ b/includes/discovery/sensors/pre-cache/avtech.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/pre-cache/ciscoepc.inc.php b/includes/discovery/sensors/pre-cache/ciscoepc.inc.php index 398a74a813..dbf50ca4a6 100644 --- a/includes/discovery/sensors/pre-cache/ciscoepc.inc.php +++ b/includes/discovery/sensors/pre-cache/ciscoepc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php b/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php index c45d45d333..0433a5b2c7 100644 --- a/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/fabos.inc.php b/includes/discovery/sensors/pre-cache/fabos.inc.php index 2adf8131bf..ad1a4a7e20 100644 --- a/includes/discovery/sensors/pre-cache/fabos.inc.php +++ b/includes/discovery/sensors/pre-cache/fabos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/geist-pdu.inc.php b/includes/discovery/sensors/pre-cache/geist-pdu.inc.php index 5cce12bdd3..76d7482868 100644 --- a/includes/discovery/sensors/pre-cache/geist-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/geist-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/ifotec.inc.php b/includes/discovery/sensors/pre-cache/ifotec.inc.php index 2bf8d8e886..bef1c86c55 100644 --- a/includes/discovery/sensors/pre-cache/ifotec.inc.php +++ b/includes/discovery/sensors/pre-cache/ifotec.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Cedric MARMONIER */ diff --git a/includes/discovery/sensors/pre-cache/infinera-groove.inc.php b/includes/discovery/sensors/pre-cache/infinera-groove.inc.php index d94cb3c994..71ae5070b1 100644 --- a/includes/discovery/sensors/pre-cache/infinera-groove.inc.php +++ b/includes/discovery/sensors/pre-cache/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/pre-cache/linux.inc.php b/includes/discovery/sensors/pre-cache/linux.inc.php index 4bb79ffdc2..8a13a70351 100644 --- a/includes/discovery/sensors/pre-cache/linux.inc.php +++ b/includes/discovery/sensors/pre-cache/linux.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/powerlogic.inc.php b/includes/discovery/sensors/pre-cache/powerlogic.inc.php index cf0eea49ed..00b74a9dc8 100644 --- a/includes/discovery/sensors/pre-cache/powerlogic.inc.php +++ b/includes/discovery/sensors/pre-cache/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/procurve.inc.php b/includes/discovery/sensors/pre-cache/procurve.inc.php index 0139a07a5c..1daac46fcd 100644 --- a/includes/discovery/sensors/pre-cache/procurve.inc.php +++ b/includes/discovery/sensors/pre-cache/procurve.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php b/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php index d266bfab53..e5430bf025 100644 --- a/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/sentry4.inc.php b/includes/discovery/sensors/pre-cache/sentry4.inc.php index afdd347255..aca0c1a67d 100644 --- a/includes/discovery/sensors/pre-cache/sentry4.inc.php +++ b/includes/discovery/sensors/pre-cache/sentry4.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/serverscheck.inc.php b/includes/discovery/sensors/pre-cache/serverscheck.inc.php index 8952136d6c..edd59d7899 100644 --- a/includes/discovery/sensors/pre-cache/serverscheck.inc.php +++ b/includes/discovery/sensors/pre-cache/serverscheck.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/tpdin.inc.php b/includes/discovery/sensors/pre-cache/tpdin.inc.php index 9b447ae50b..57ae516876 100644 --- a/includes/discovery/sensors/pre-cache/tpdin.inc.php +++ b/includes/discovery/sensors/pre-cache/tpdin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/pre-cache/websensor.inc.php b/includes/discovery/sensors/pre-cache/websensor.inc.php index 4c35e21da0..8c09134cf0 100644 --- a/includes/discovery/sensors/pre-cache/websensor.inc.php +++ b/includes/discovery/sensors/pre-cache/websensor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/rittal-cmc-iii-sensors.inc.php b/includes/discovery/sensors/rittal-cmc-iii-sensors.inc.php index 0ebd6ed3e9..cdc1597ff2 100644 --- a/includes/discovery/sensors/rittal-cmc-iii-sensors.inc.php +++ b/includes/discovery/sensors/rittal-cmc-iii-sensors.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe */ diff --git a/includes/discovery/sensors/runtime/compas.inc.php b/includes/discovery/sensors/runtime/compas.inc.php index 58ca57955d..123c98f0dc 100644 --- a/includes/discovery/sensors/runtime/compas.inc.php +++ b/includes/discovery/sensors/runtime/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/runtime/sinetica.inc.php b/includes/discovery/sensors/runtime/sinetica.inc.php index cf856e7775..7811a8797d 100644 --- a/includes/discovery/sensors/runtime/sinetica.inc.php +++ b/includes/discovery/sensors/runtime/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/snr/arris-c3.inc.php b/includes/discovery/sensors/snr/arris-c3.inc.php index 9ca1be576b..561b0b06f1 100644 --- a/includes/discovery/sensors/snr/arris-c3.inc.php +++ b/includes/discovery/sensors/snr/arris-c3.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc * Based on Neil Lathwood Cisco EPC files diff --git a/includes/discovery/sensors/snr/arris-c4.inc.php b/includes/discovery/sensors/snr/arris-c4.inc.php index f85ff0ac9a..156608f77f 100644 --- a/includes/discovery/sensors/snr/arris-c4.inc.php +++ b/includes/discovery/sensors/snr/arris-c4.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc * Based on Neil Lathwood Cisco EPC files diff --git a/includes/discovery/sensors/snr/ciscoepc.inc.php b/includes/discovery/sensors/snr/ciscoepc.inc.php index b1568f3a38..386f502d52 100644 --- a/includes/discovery/sensors/snr/ciscoepc.inc.php +++ b/includes/discovery/sensors/snr/ciscoepc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/snr/infinera-groove.inc.php b/includes/discovery/sensors/snr/infinera-groove.inc.php index b5e977dc05..c81dfe8798 100644 --- a/includes/discovery/sensors/snr/infinera-groove.inc.php +++ b/includes/discovery/sensors/snr/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/state/airos-af-ltu.inc.php b/includes/discovery/sensors/state/airos-af-ltu.inc.php index a2fadbd9fd..3cec2e23ed 100644 --- a/includes/discovery/sensors/state/airos-af-ltu.inc.php +++ b/includes/discovery/sensors/state/airos-af-ltu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe */ diff --git a/includes/discovery/sensors/state/aos-emu2.inc.php b/includes/discovery/sensors/state/aos-emu2.inc.php index 3aa6fe1a02..c6be349f52 100644 --- a/includes/discovery/sensors/state/aos-emu2.inc.php +++ b/includes/discovery/sensors/state/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ben Gibbons * @author Ben Gibbons */ diff --git a/includes/discovery/sensors/state/aruba-instant.inc.php b/includes/discovery/sensors/state/aruba-instant.inc.php index 2437e9ab58..a726f85c00 100644 --- a/includes/discovery/sensors/state/aruba-instant.inc.php +++ b/includes/discovery/sensors/state/aruba-instant.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Timothy Willey * @author Timothy Willey */ diff --git a/includes/discovery/sensors/state/commander-plus.inc.php b/includes/discovery/sensors/state/commander-plus.inc.php index 0f03ea2237..1b1d66d7f9 100644 --- a/includes/discovery/sensors/state/commander-plus.inc.php +++ b/includes/discovery/sensors/state/commander-plus.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/compas.inc.php b/includes/discovery/sensors/state/compas.inc.php index f560a69829..55a92f9ea4 100644 --- a/includes/discovery/sensors/state/compas.inc.php +++ b/includes/discovery/sensors/state/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/state/ctm.inc.php b/includes/discovery/sensors/state/ctm.inc.php index 2d5a274fc9..6f36c83675 100644 --- a/includes/discovery/sensors/state/ctm.inc.php +++ b/includes/discovery/sensors/state/ctm.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/includes/discovery/sensors/state/eltek-webpower.inc.php b/includes/discovery/sensors/state/eltek-webpower.inc.php index 3a079839f6..8436fd2353 100644 --- a/includes/discovery/sensors/state/eltek-webpower.inc.php +++ b/includes/discovery/sensors/state/eltek-webpower.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Mikael Sipilainen * @author Mikael Sipilainen */ diff --git a/includes/discovery/sensors/state/enlogic-pdu.inc.php b/includes/discovery/sensors/state/enlogic-pdu.inc.php index 1e0ae48498..30b3c5e8d8 100644 --- a/includes/discovery/sensors/state/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/state/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/extendair.inc.php b/includes/discovery/sensors/state/extendair.inc.php index cdf13afff1..aa61adf1c2 100644 --- a/includes/discovery/sensors/state/extendair.inc.php +++ b/includes/discovery/sensors/state/extendair.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/fabos.inc.php b/includes/discovery/sensors/state/fabos.inc.php index 124db1c21a..fb998e7328 100644 --- a/includes/discovery/sensors/state/fabos.inc.php +++ b/includes/discovery/sensors/state/fabos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/fortigate.inc.php b/includes/discovery/sensors/state/fortigate.inc.php index f4ee626212..08cb4147a1 100644 --- a/includes/discovery/sensors/state/fortigate.inc.php +++ b/includes/discovery/sensors/state/fortigate.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Net Entertainment AB * @author Patrik Jonsson */ diff --git a/includes/discovery/sensors/state/fs-nmu.inc.php b/includes/discovery/sensors/state/fs-nmu.inc.php index ed91de6ada..34756f95a6 100644 --- a/includes/discovery/sensors/state/fs-nmu.inc.php +++ b/includes/discovery/sensors/state/fs-nmu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/includes/discovery/sensors/state/hp.inc.php b/includes/discovery/sensors/state/hp.inc.php index 4076deab2a..da1544ebca 100644 --- a/includes/discovery/sensors/state/hp.inc.php +++ b/includes/discovery/sensors/state/hp.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/ict-pdu.inc.php b/includes/discovery/sensors/state/ict-pdu.inc.php index f878e2fae0..bf84bef254 100644 --- a/includes/discovery/sensors/state/ict-pdu.inc.php +++ b/includes/discovery/sensors/state/ict-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/state/infinera-groove.inc.php b/includes/discovery/sensors/state/infinera-groove.inc.php index f7f5a58621..0ae138794e 100644 --- a/includes/discovery/sensors/state/infinera-groove.inc.php +++ b/includes/discovery/sensors/state/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/discovery/sensors/state/innovaphone.inc.php b/includes/discovery/sensors/state/innovaphone.inc.php index e1bbfc4e25..29169651e8 100644 --- a/includes/discovery/sensors/state/innovaphone.inc.php +++ b/includes/discovery/sensors/state/innovaphone.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ $oids = snmpwalk_cache_oid($device, 'voiceIfTable', [], 'INNO-MIB'); diff --git a/includes/discovery/sensors/state/netagent2.inc.php b/includes/discovery/sensors/state/netagent2.inc.php index 071dd422a6..6a72779d5a 100644 --- a/includes/discovery/sensors/state/netagent2.inc.php +++ b/includes/discovery/sensors/state/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray * 3 Phase support extension diff --git a/includes/discovery/sensors/state/procurve.inc.php b/includes/discovery/sensors/state/procurve.inc.php index 62b0f3a0d2..4eec57c8cc 100644 --- a/includes/discovery/sensors/state/procurve.inc.php +++ b/includes/discovery/sensors/state/procurve.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/state/serverscheck.inc.php b/includes/discovery/sensors/state/serverscheck.inc.php index 2029f6cbac..cc0cfb11ad 100644 --- a/includes/discovery/sensors/state/serverscheck.inc.php +++ b/includes/discovery/sensors/state/serverscheck.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Marcus Pink * @author Marcus Pink */ diff --git a/includes/discovery/sensors/state/sitemonitor.inc.php b/includes/discovery/sensors/state/sitemonitor.inc.php index 484b1d6143..02d63c2237 100644 --- a/includes/discovery/sensors/state/sitemonitor.inc.php +++ b/includes/discovery/sensors/state/sitemonitor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Josh Baird * @author Josh Baird */ diff --git a/includes/discovery/sensors/state/vrp.inc.php b/includes/discovery/sensors/state/vrp.inc.php index a9f8206cd0..6d43e2d5ea 100644 --- a/includes/discovery/sensors/state/vrp.inc.php +++ b/includes/discovery/sensors/state/vrp.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja */ diff --git a/includes/discovery/sensors/temperature/adva_fsp150.inc.php b/includes/discovery/sensors/temperature/adva_fsp150.inc.php index 8a0f0f9595..ef6a9fc53f 100644 --- a/includes/discovery/sensors/temperature/adva_fsp150.inc.php +++ b/includes/discovery/sensors/temperature/adva_fsp150.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php b/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php index dc2cf9da10..7ecd029e34 100644 --- a/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/temperature/aos-emu2.inc.php b/includes/discovery/sensors/temperature/aos-emu2.inc.php index 394a70fe5f..996015b02e 100644 --- a/includes/discovery/sensors/temperature/aos-emu2.inc.php +++ b/includes/discovery/sensors/temperature/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/commander-plus.inc.php b/includes/discovery/sensors/temperature/commander-plus.inc.php index 41606123d1..f1aa4fcef0 100644 --- a/includes/discovery/sensors/temperature/commander-plus.inc.php +++ b/includes/discovery/sensors/temperature/commander-plus.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/compas.inc.php b/includes/discovery/sensors/temperature/compas.inc.php index d34009e550..ce1b636afb 100644 --- a/includes/discovery/sensors/temperature/compas.inc.php +++ b/includes/discovery/sensors/temperature/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/temperature/eltex-olt.inc.php b/includes/discovery/sensors/temperature/eltex-olt.inc.php index b7a5f0ec7e..2300d7cf5f 100644 --- a/includes/discovery/sensors/temperature/eltex-olt.inc.php +++ b/includes/discovery/sensors/temperature/eltex-olt.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/extendair.inc.php b/includes/discovery/sensors/temperature/extendair.inc.php index 53dd51bcbe..9140cc54bd 100644 --- a/includes/discovery/sensors/temperature/extendair.inc.php +++ b/includes/discovery/sensors/temperature/extendair.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/fabos.inc.php b/includes/discovery/sensors/temperature/fabos.inc.php index 3a1d95bbbc..80245a77c0 100644 --- a/includes/discovery/sensors/temperature/fabos.inc.php +++ b/includes/discovery/sensors/temperature/fabos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/geist-watchdog.inc.php b/includes/discovery/sensors/temperature/geist-watchdog.inc.php index eec004af70..fe7d670dbe 100644 --- a/includes/discovery/sensors/temperature/geist-watchdog.inc.php +++ b/includes/discovery/sensors/temperature/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/ifotec.inc.php b/includes/discovery/sensors/temperature/ifotec.inc.php index aff0c29b15..55b625aa73 100644 --- a/includes/discovery/sensors/temperature/ifotec.inc.php +++ b/includes/discovery/sensors/temperature/ifotec.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright LibreNMS contributors * @author Cedric MARMONIER */ diff --git a/includes/discovery/sensors/temperature/liebert.inc.php b/includes/discovery/sensors/temperature/liebert.inc.php index c48635e8d3..23cf2932f3 100644 --- a/includes/discovery/sensors/temperature/liebert.inc.php +++ b/includes/discovery/sensors/temperature/liebert.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/microsemipdsine.inc.php b/includes/discovery/sensors/temperature/microsemipdsine.inc.php index 9c70c946e6..2e0ec46b43 100644 --- a/includes/discovery/sensors/temperature/microsemipdsine.inc.php +++ b/includes/discovery/sensors/temperature/microsemipdsine.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/temperature/netagent2.inc.php b/includes/discovery/sensors/temperature/netagent2.inc.php index b33beed6dc..475d5d4da3 100644 --- a/includes/discovery/sensors/temperature/netagent2.inc.php +++ b/includes/discovery/sensors/temperature/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/temperature/netonix.inc.php b/includes/discovery/sensors/temperature/netonix.inc.php index 97a6a51a58..8a648ae3bd 100644 --- a/includes/discovery/sensors/temperature/netonix.inc.php +++ b/includes/discovery/sensors/temperature/netonix.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/temperature/onefs.inc.php b/includes/discovery/sensors/temperature/onefs.inc.php index 788ec491cf..1ab9495e75 100644 --- a/includes/discovery/sensors/temperature/onefs.inc.php +++ b/includes/discovery/sensors/temperature/onefs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/raritan-pdu.inc.php b/includes/discovery/sensors/temperature/raritan-pdu.inc.php index 138f91c73a..e10ac07fde 100644 --- a/includes/discovery/sensors/temperature/raritan-pdu.inc.php +++ b/includes/discovery/sensors/temperature/raritan-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/serverscheck.inc.php b/includes/discovery/sensors/temperature/serverscheck.inc.php index c9aac9ddc9..056a4cf05e 100644 --- a/includes/discovery/sensors/temperature/serverscheck.inc.php +++ b/includes/discovery/sensors/temperature/serverscheck.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/sitemonitor.inc.php b/includes/discovery/sensors/temperature/sitemonitor.inc.php index d8c3634eec..099aebbf7f 100644 --- a/includes/discovery/sensors/temperature/sitemonitor.inc.php +++ b/includes/discovery/sensors/temperature/sitemonitor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/smartax.inc.php b/includes/discovery/sensors/temperature/smartax.inc.php index e6ed808ad0..64b20d9507 100644 --- a/includes/discovery/sensors/temperature/smartax.inc.php +++ b/includes/discovery/sensors/temperature/smartax.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc */ diff --git a/includes/discovery/sensors/temperature/tpdin.inc.php b/includes/discovery/sensors/temperature/tpdin.inc.php index 8981486aca..dd2c6630fc 100644 --- a/includes/discovery/sensors/temperature/tpdin.inc.php +++ b/includes/discovery/sensors/temperature/tpdin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/temperature/webmon.inc.php b/includes/discovery/sensors/temperature/webmon.inc.php index a5d4a0c24e..ccd3265b6c 100644 --- a/includes/discovery/sensors/temperature/webmon.inc.php +++ b/includes/discovery/sensors/temperature/webmon.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Mike Williams * @copyright 2019 PipoCanaja * @author Mike Williams diff --git a/includes/discovery/sensors/voltage/adva_fsp150.inc.php b/includes/discovery/sensors/voltage/adva_fsp150.inc.php index 71b3b9e0af..db07ddb58e 100644 --- a/includes/discovery/sensors/voltage/adva_fsp150.inc.php +++ b/includes/discovery/sensors/voltage/adva_fsp150.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php b/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php index 67b5c35df2..c45ca88c9b 100644 --- a/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php @@ -4,7 +4,7 @@ * * @category Network_Monitoring * @author Christoph Zilian - * @license http://gnu.org/copyleft/gpl.html GNU GPL + * @license https://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/discovery/sensors/voltage/commander-plus.inc.php b/includes/discovery/sensors/voltage/commander-plus.inc.php index ce821f7905..e96bf1555f 100644 --- a/includes/discovery/sensors/voltage/commander-plus.inc.php +++ b/includes/discovery/sensors/voltage/commander-plus.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/compas.inc.php b/includes/discovery/sensors/voltage/compas.inc.php index 4d543b53c0..de37c8584f 100644 --- a/includes/discovery/sensors/voltage/compas.inc.php +++ b/includes/discovery/sensors/voltage/compas.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons */ diff --git a/includes/discovery/sensors/voltage/dell.inc.php b/includes/discovery/sensors/voltage/dell.inc.php index cce9bd1df3..68aefd111f 100644 --- a/includes/discovery/sensors/voltage/dell.inc.php +++ b/includes/discovery/sensors/voltage/dell.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/eaton-ats.inc.php b/includes/discovery/sensors/voltage/eaton-ats.inc.php index 2021d05275..340b03373f 100644 --- a/includes/discovery/sensors/voltage/eaton-ats.inc.php +++ b/includes/discovery/sensors/voltage/eaton-ats.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Thomas GAGNIERE * @author Thomas GAGNIERE */ diff --git a/includes/discovery/sensors/voltage/enlogic-pdu.inc.php b/includes/discovery/sensors/voltage/enlogic-pdu.inc.php index 6a2e47c2fd..c1e3ab546a 100644 --- a/includes/discovery/sensors/voltage/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/voltage/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/fs-net-pdu.inc.php b/includes/discovery/sensors/voltage/fs-net-pdu.inc.php index b29ac41150..317aa33993 100644 --- a/includes/discovery/sensors/voltage/fs-net-pdu.inc.php +++ b/includes/discovery/sensors/voltage/fs-net-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/geist-pdu.inc.php b/includes/discovery/sensors/voltage/geist-pdu.inc.php index b31649cded..e38ad82632 100644 --- a/includes/discovery/sensors/voltage/geist-pdu.inc.php +++ b/includes/discovery/sensors/voltage/geist-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/geist-watchdog.inc.php b/includes/discovery/sensors/voltage/geist-watchdog.inc.php index 7adae172c7..7608d039ba 100644 --- a/includes/discovery/sensors/voltage/geist-watchdog.inc.php +++ b/includes/discovery/sensors/voltage/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/ict-pdu.inc.php b/includes/discovery/sensors/voltage/ict-pdu.inc.php index 40ef7c8856..e0a61998e9 100644 --- a/includes/discovery/sensors/voltage/ict-pdu.inc.php +++ b/includes/discovery/sensors/voltage/ict-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/voltage/ict-psu.inc.php b/includes/discovery/sensors/voltage/ict-psu.inc.php index c227c55d54..e46b2e82dd 100644 --- a/includes/discovery/sensors/voltage/ict-psu.inc.php +++ b/includes/discovery/sensors/voltage/ict-psu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/voltage/microsemipdsine.inc.php b/includes/discovery/sensors/voltage/microsemipdsine.inc.php index 40a6e528d6..2019bf01aa 100644 --- a/includes/discovery/sensors/voltage/microsemipdsine.inc.php +++ b/includes/discovery/sensors/voltage/microsemipdsine.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/discovery/sensors/voltage/netagent2.inc.php b/includes/discovery/sensors/voltage/netagent2.inc.php index 12bd9c814d..b66f40733b 100644 --- a/includes/discovery/sensors/voltage/netagent2.inc.php +++ b/includes/discovery/sensors/voltage/netagent2.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Original file - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray * 3 Phase support extension diff --git a/includes/discovery/sensors/voltage/netonix.inc.php b/includes/discovery/sensors/voltage/netonix.inc.php index 6148ed7c20..47bd7df6d2 100644 --- a/includes/discovery/sensors/voltage/netonix.inc.php +++ b/includes/discovery/sensors/voltage/netonix.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/voltage/onefs.inc.php b/includes/discovery/sensors/voltage/onefs.inc.php index 19e0f3c044..10d504422a 100644 --- a/includes/discovery/sensors/voltage/onefs.inc.php +++ b/includes/discovery/sensors/voltage/onefs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/powerlogic.inc.php b/includes/discovery/sensors/voltage/powerlogic.inc.php index 5de09309a1..3247c7e800 100644 --- a/includes/discovery/sensors/voltage/powerlogic.inc.php +++ b/includes/discovery/sensors/voltage/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/raritan-pdu.inc.php b/includes/discovery/sensors/voltage/raritan-pdu.inc.php index 56d3262f00..979fb72aa9 100644 --- a/includes/discovery/sensors/voltage/raritan-pdu.inc.php +++ b/includes/discovery/sensors/voltage/raritan-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/sinetica.inc.php b/includes/discovery/sensors/voltage/sinetica.inc.php index 6db5dd1744..c2db3862d6 100644 --- a/includes/discovery/sensors/voltage/sinetica.inc.php +++ b/includes/discovery/sensors/voltage/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/discovery/sensors/voltage/sitemonitor.inc.php b/includes/discovery/sensors/voltage/sitemonitor.inc.php index 5e66ac6f36..fa92fb341d 100644 --- a/includes/discovery/sensors/voltage/sitemonitor.inc.php +++ b/includes/discovery/sensors/voltage/sitemonitor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/sensors/voltage/tpdin.inc.php b/includes/discovery/sensors/voltage/tpdin.inc.php index d2a3d6bd28..b972891247 100644 --- a/includes/discovery/sensors/voltage/tpdin.inc.php +++ b/includes/discovery/sensors/voltage/tpdin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/storage/arbos.inc.php b/includes/discovery/storage/arbos.inc.php index 35e522d7a9..6397f11f53 100644 --- a/includes/discovery/storage/arbos.inc.php +++ b/includes/discovery/storage/arbos.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop */ diff --git a/includes/discovery/storage/datadomain.inc.php b/includes/discovery/storage/datadomain.inc.php index 0a7aaf4de6..74b77c7b6e 100644 --- a/includes/discovery/storage/datadomain.inc.php +++ b/includes/discovery/storage/datadomain.inc.php @@ -7,7 +7,7 @@ * the source code distribution for details. * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 ACL * @author Abel Laura */ diff --git a/includes/discovery/storage/gaia.inc.php b/includes/discovery/storage/gaia.inc.php index e07a91b2ed..e5eefa57b4 100644 --- a/includes/discovery/storage/gaia.inc.php +++ b/includes/discovery/storage/gaia.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/storage/hikvision-cam.inc.php b/includes/discovery/storage/hikvision-cam.inc.php index accd976bde..ebce035c36 100644 --- a/includes/discovery/storage/hikvision-cam.inc.php +++ b/includes/discovery/storage/hikvision-cam.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler */ diff --git a/includes/discovery/storage/hikvision-nvr.inc.php b/includes/discovery/storage/hikvision-nvr.inc.php index e5577e4943..8634e8aff1 100644 --- a/includes/discovery/storage/hikvision-nvr.inc.php +++ b/includes/discovery/storage/hikvision-nvr.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler */ diff --git a/includes/discovery/storage/intelliflash.inc.php b/includes/discovery/storage/intelliflash.inc.php index e8e7fa1eb1..6d7dc9c93c 100644 --- a/includes/discovery/storage/intelliflash.inc.php +++ b/includes/discovery/storage/intelliflash.inc.php @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/includes/discovery/storage/nimbleos.inc.php b/includes/discovery/storage/nimbleos.inc.php index 14202d4134..58e664e102 100644 --- a/includes/discovery/storage/nimbleos.inc.php +++ b/includes/discovery/storage/nimbleos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/includes/discovery/storage/oceanstor.inc.php b/includes/discovery/storage/oceanstor.inc.php index b663644fdc..85a60db7c0 100644 --- a/includes/discovery/storage/oceanstor.inc.php +++ b/includes/discovery/storage/oceanstor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/storage/onefs.inc.php b/includes/discovery/storage/onefs.inc.php index 03b5c3c11b..41de511a31 100644 --- a/includes/discovery/storage/onefs.inc.php +++ b/includes/discovery/storage/onefs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/discovery/vlans/jetstream.inc.php b/includes/discovery/vlans/jetstream.inc.php index aaa759f19d..b7f001ff35 100644 --- a/includes/discovery/vlans/jetstream.inc.php +++ b/includes/discovery/vlans/jetstream.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @author peca.nesovanovic@sattrakt.com * @author mtammasss@gmail.com * @author PipoCanaja diff --git a/includes/discovery/wireless.inc.php b/includes/discovery/wireless.inc.php index aae9618185..127af50678 100644 --- a/includes/discovery/wireless.inc.php +++ b/includes/discovery/wireless.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/functions.php b/includes/functions.php index aa3c64bb40..4efeed7d34 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -1755,7 +1755,7 @@ function getCIMCentPhysical($location, &$entphysical, &$index) } // end if - Level 1 } // end function -/* idea from http://php.net/manual/en/function.hex2bin.php comments */ +/* idea from https://php.net/manual/en/function.hex2bin.php comments */ function hex2bin_compat($str) { if (strlen($str) % 2 !== 0) { diff --git a/includes/helpers.php b/includes/helpers.php index d4ae66b42d..1ecd4d7cde 100644 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/application/proxmox.inc.php b/includes/html/application/proxmox.inc.php index 72abc50438..61f1118aa7 100644 --- a/includes/html/application/proxmox.inc.php +++ b/includes/html/application/proxmox.inc.php @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * See http://www.gnu.org/licenses/gpl.txt for the full license + * See https://www.gnu.org/licenses/gpl.txt for the full license */ /** diff --git a/includes/html/collectd/CollectdColor.php b/includes/html/collectd/CollectdColor.php index 52369dd73b..150b99e9dc 100644 --- a/includes/html/collectd/CollectdColor.php +++ b/includes/html/collectd/CollectdColor.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS; diff --git a/includes/html/common/alert-log.inc.php b/includes/html/common/alert-log.inc.php index 91125c5dc5..aab41136bc 100644 --- a/includes/html/common/alert-log.inc.php +++ b/includes/html/common/alert-log.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/alerts.inc.php b/includes/html/common/alerts.inc.php index 9c1e14f65e..bedd6d453e 100644 --- a/includes/html/common/alerts.inc.php +++ b/includes/html/common/alerts.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/eventlog.inc.php b/includes/html/common/eventlog.inc.php index c994e6feec..7e6ef8c505 100644 --- a/includes/html/common/eventlog.inc.php +++ b/includes/html/common/eventlog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/graylog.inc.php b/includes/html/common/graylog.inc.php index ca0b8f2307..97ded839aa 100644 --- a/includes/html/common/graylog.inc.php +++ b/includes/html/common/graylog.inc.php @@ -12,7 +12,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/outages.inc.php b/includes/html/common/outages.inc.php index 9cf5d8cd6f..df3a443f05 100644 --- a/includes/html/common/outages.inc.php +++ b/includes/html/common/outages.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/syslog.inc.php b/includes/html/common/syslog.inc.php index cce68b87d9..1b64c0e21a 100644 --- a/includes/html/common/syslog.inc.php +++ b/includes/html/common/syslog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/common/worldmap.inc.php b/includes/html/common/worldmap.inc.php index 6bb867dfd3..2fa79b40f4 100644 --- a/includes/html/common/worldmap.inc.php +++ b/includes/html/common/worldmap.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Custom Frontpage diff --git a/includes/html/forms/ack-alert.inc.php b/includes/html/forms/ack-alert.inc.php index 537a9c4665..08a24cd344 100644 --- a/includes/html/forms/ack-alert.inc.php +++ b/includes/html/forms/ack-alert.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/forms/add-dashboard.inc.php b/includes/html/forms/add-dashboard.inc.php index 92d573ff41..1806a0ceab 100644 --- a/includes/html/forms/add-dashboard.inc.php +++ b/includes/html/forms/add-dashboard.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Create Dashboards diff --git a/includes/html/forms/alert-notes.inc.php b/includes/html/forms/alert-notes.inc.php index 16a22380cb..c679909b7a 100644 --- a/includes/html/forms/alert-notes.inc.php +++ b/includes/html/forms/alert-notes.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/forms/alert-rules.inc.php b/includes/html/forms/alert-rules.inc.php index 58c069584e..54c348928c 100644 --- a/includes/html/forms/alert-rules.inc.php +++ b/includes/html/forms/alert-rules.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/forms/alert-templates.inc.php b/includes/html/forms/alert-templates.inc.php index b3d00fa68d..d4a4a99488 100644 --- a/includes/html/forms/alert-templates.inc.php +++ b/includes/html/forms/alert-templates.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Alert Templates diff --git a/includes/html/forms/alert-transports.inc.php b/includes/html/forms/alert-transports.inc.php index 5283872b89..dbeda688c2 100644 --- a/includes/html/forms/alert-transports.inc.php +++ b/includes/html/forms/alert-transports.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran */ diff --git a/includes/html/forms/application-update.inc.php b/includes/html/forms/application-update.inc.php index 6b8c57fb30..9ff725ee8b 100644 --- a/includes/html/forms/application-update.inc.php +++ b/includes/html/forms/application-update.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/forms/convert-template.inc.php b/includes/html/forms/convert-template.inc.php index cc662265ba..6d33d1b0fd 100644 --- a/includes/html/forms/convert-template.inc.php +++ b/includes/html/forms/convert-template.inc.php @@ -18,9 +18,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/includes/html/forms/delete-cluster-poller.inc.php b/includes/html/forms/delete-cluster-poller.inc.php index a8f1b10be5..0ba1e33b80 100644 --- a/includes/html/forms/delete-cluster-poller.inc.php +++ b/includes/html/forms/delete-cluster-poller.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/forms/delete-dashboard.inc.php b/includes/html/forms/delete-dashboard.inc.php index eed77b0644..827a35c1bc 100644 --- a/includes/html/forms/delete-dashboard.inc.php +++ b/includes/html/forms/delete-dashboard.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Delete Dashboards diff --git a/includes/html/forms/delete-poller.inc.php b/includes/html/forms/delete-poller.inc.php index c0f8ade96f..6d7ef0ec03 100644 --- a/includes/html/forms/delete-poller.inc.php +++ b/includes/html/forms/delete-poller.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/forms/edit-dashboard.inc.php b/includes/html/forms/edit-dashboard.inc.php index c924cab8c4..dbcf1536f7 100644 --- a/includes/html/forms/edit-dashboard.inc.php +++ b/includes/html/forms/edit-dashboard.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Edit Dashboards diff --git a/includes/html/forms/notifications.inc.php b/includes/html/forms/notifications.inc.php index 05bb6d4d9d..c7edf1ae52 100644 --- a/includes/html/forms/notifications.inc.php +++ b/includes/html/forms/notifications.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Notification Page diff --git a/includes/html/forms/reset-port-state.inc.php b/includes/html/forms/reset-port-state.inc.php index 7ec7d54963..1f3b9c6c4e 100644 --- a/includes/html/forms/reset-port-state.inc.php +++ b/includes/html/forms/reset-port-state.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2021 Adam Bishop * @author Adam Bishop */ diff --git a/includes/html/forms/sql-from-alert-collection.inc.php b/includes/html/forms/sql-from-alert-collection.inc.php index 6e87e9fd92..7a164c8ee9 100644 --- a/includes/html/forms/sql-from-alert-collection.inc.php +++ b/includes/html/forms/sql-from-alert-collection.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/forms/sql-from-alert-rules.inc.php b/includes/html/forms/sql-from-alert-rules.inc.php index 2996b0ff67..38da74bc45 100644 --- a/includes/html/forms/sql-from-alert-rules.inc.php +++ b/includes/html/forms/sql-from-alert-rules.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/includes/html/forms/transport-groups.inc.php b/includes/html/forms/transport-groups.inc.php index 1f43a4852e..b81d7d1caf 100644 --- a/includes/html/forms/transport-groups.inc.php +++ b/includes/html/forms/transport-groups.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran */ diff --git a/includes/html/graphs/application/bind_incoming.inc.php b/includes/html/graphs/application/bind_incoming.inc.php index 5aad614416..19823362e9 100644 --- a/includes/html/graphs/application/bind_incoming.inc.php +++ b/includes/html/graphs/application/bind_incoming.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/graphs/application/bind_queries.inc.php b/includes/html/graphs/application/bind_queries.inc.php index 69bdc8f2db..d727d36701 100644 --- a/includes/html/graphs/application/bind_queries.inc.php +++ b/includes/html/graphs/application/bind_queries.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ use LibreNMS\Config; diff --git a/includes/html/graphs/application/exim-stats_frozen.inc.php b/includes/html/graphs/application/exim-stats_frozen.inc.php index 752f77b807..813fda7dc8 100644 --- a/includes/html/graphs/application/exim-stats_frozen.inc.php +++ b/includes/html/graphs/application/exim-stats_frozen.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/exim-stats_queue.inc.php b/includes/html/graphs/application/exim-stats_queue.inc.php index 517d4382ad..ae527d149f 100644 --- a/includes/html/graphs/application/exim-stats_queue.inc.php +++ b/includes/html/graphs/application/exim-stats_queue.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/gpsd_dop.inc.php b/includes/html/graphs/application/gpsd_dop.inc.php index cdf67fad50..7b66dbf0ce 100644 --- a/includes/html/graphs/application/gpsd_dop.inc.php +++ b/includes/html/graphs/application/gpsd_dop.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 Karl Shea, LibreNMS * @author Karl Shea * diff --git a/includes/html/graphs/application/gpsd_mode.inc.php b/includes/html/graphs/application/gpsd_mode.inc.php index a81c50945a..c72e28e304 100644 --- a/includes/html/graphs/application/gpsd_mode.inc.php +++ b/includes/html/graphs/application/gpsd_mode.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 Karl Shea, LibreNMS * @author Karl Shea * diff --git a/includes/html/graphs/application/gpsd_satellites.inc.php b/includes/html/graphs/application/gpsd_satellites.inc.php index edf4c246d3..df1a57c070 100644 --- a/includes/html/graphs/application/gpsd_satellites.inc.php +++ b/includes/html/graphs/application/gpsd_satellites.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 Karl Shea, LibreNMS * @author Karl Shea * diff --git a/includes/html/graphs/application/mailcow-postfix_domains.inc.php b/includes/html/graphs/application/mailcow-postfix_domains.inc.php index 17aa7d1bfc..8c750b31b2 100644 --- a/includes/html/graphs/application/mailcow-postfix_domains.inc.php +++ b/includes/html/graphs/application/mailcow-postfix_domains.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/mailcow-postfix_emails.inc.php b/includes/html/graphs/application/mailcow-postfix_emails.inc.php index b94b9db486..b5a107d573 100644 --- a/includes/html/graphs/application/mailcow-postfix_emails.inc.php +++ b/includes/html/graphs/application/mailcow-postfix_emails.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/mailcow-postfix_traffic.inc.php b/includes/html/graphs/application/mailcow-postfix_traffic.inc.php index e621f7611c..6ca6d2eb80 100644 --- a/includes/html/graphs/application/mailcow-postfix_traffic.inc.php +++ b/includes/html/graphs/application/mailcow-postfix_traffic.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/nfs-server_fh.inc.php b/includes/html/graphs/application/nfs-server_fh.inc.php index 66cda04d58..bd1d3f33cb 100644 --- a/includes/html/graphs/application/nfs-server_fh.inc.php +++ b/includes/html/graphs/application/nfs-server_fh.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_io.inc.php b/includes/html/graphs/application/nfs-server_io.inc.php index bc1d1eb7fe..54066b07e2 100644 --- a/includes/html/graphs/application/nfs-server_io.inc.php +++ b/includes/html/graphs/application/nfs-server_io.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_net.inc.php b/includes/html/graphs/application/nfs-server_net.inc.php index cfbac2416b..9b9a8cb4c6 100644 --- a/includes/html/graphs/application/nfs-server_net.inc.php +++ b/includes/html/graphs/application/nfs-server_net.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_net_tcp_conns.inc.php b/includes/html/graphs/application/nfs-server_net_tcp_conns.inc.php index 45860a069e..f9459873e7 100644 --- a/includes/html/graphs/application/nfs-server_net_tcp_conns.inc.php +++ b/includes/html/graphs/application/nfs-server_net_tcp_conns.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_ra.inc.php b/includes/html/graphs/application/nfs-server_ra.inc.php index 25ae03e0d5..201e35bbb4 100644 --- a/includes/html/graphs/application/nfs-server_ra.inc.php +++ b/includes/html/graphs/application/nfs-server_ra.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_rc.inc.php b/includes/html/graphs/application/nfs-server_rc.inc.php index b34e1d00d0..89d7f14877 100644 --- a/includes/html/graphs/application/nfs-server_rc.inc.php +++ b/includes/html/graphs/application/nfs-server_rc.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_rpc.inc.php b/includes/html/graphs/application/nfs-server_rpc.inc.php index d2a5d63728..7725e14d5b 100644 --- a/includes/html/graphs/application/nfs-server_rpc.inc.php +++ b/includes/html/graphs/application/nfs-server_rpc.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_stats_io.inc.php b/includes/html/graphs/application/nfs-server_stats_io.inc.php index 37c0f72410..1b44a60b01 100755 --- a/includes/html/graphs/application/nfs-server_stats_io.inc.php +++ b/includes/html/graphs/application/nfs-server_stats_io.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_stats_read.inc.php b/includes/html/graphs/application/nfs-server_stats_read.inc.php index 3062138bb6..097f69a627 100755 --- a/includes/html/graphs/application/nfs-server_stats_read.inc.php +++ b/includes/html/graphs/application/nfs-server_stats_read.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_stats_v2.inc.php b/includes/html/graphs/application/nfs-server_stats_v2.inc.php index 17a0eaa715..79d8ad6bd4 100644 --- a/includes/html/graphs/application/nfs-server_stats_v2.inc.php +++ b/includes/html/graphs/application/nfs-server_stats_v2.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_stats_v4.inc.php b/includes/html/graphs/application/nfs-server_stats_v4.inc.php index 095e4d8946..db11c69eb1 100644 --- a/includes/html/graphs/application/nfs-server_stats_v4.inc.php +++ b/includes/html/graphs/application/nfs-server_stats_v4.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_stats_write.inc.php b/includes/html/graphs/application/nfs-server_stats_write.inc.php index d969c66ab8..a3783594df 100755 --- a/includes/html/graphs/application/nfs-server_stats_write.inc.php +++ b/includes/html/graphs/application/nfs-server_stats_write.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/nfs-server_v4ops.inc.php b/includes/html/graphs/application/nfs-server_v4ops.inc.php index eba5412611..a457415486 100644 --- a/includes/html/graphs/application/nfs-server_v4ops.inc.php +++ b/includes/html/graphs/application/nfs-server_v4ops.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/opengridscheduler_ogs.inc.php b/includes/html/graphs/application/opengridscheduler_ogs.inc.php index 7d3888480c..60aaeadc25 100644 --- a/includes/html/graphs/application/opengridscheduler_ogs.inc.php +++ b/includes/html/graphs/application/opengridscheduler_ogs.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage opengridscheduler - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/graphs/application/pi-hole_destinations.inc.php b/includes/html/graphs/application/pi-hole_destinations.inc.php index b22fb5f5a6..961ac068ef 100644 --- a/includes/html/graphs/application/pi-hole_destinations.inc.php +++ b/includes/html/graphs/application/pi-hole_destinations.inc.php @@ -11,11 +11,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS * @subpackage pi-hole -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/pi-hole_query_types.inc.php b/includes/html/graphs/application/pi-hole_query_types.inc.php index 9be3f3ebf8..f9c1873273 100644 --- a/includes/html/graphs/application/pi-hole_query_types.inc.php +++ b/includes/html/graphs/application/pi-hole_query_types.inc.php @@ -11,11 +11,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS * @subpackage pi-hole -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_cache.inc.php b/includes/html/graphs/application/powerdns-dnsdist_cache.inc.php index b0b9ec4f7e..859cc0c5b4 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_cache.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_cache.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_downstream.inc.php b/includes/html/graphs/application/powerdns-dnsdist_downstream.inc.php index 9434856a5e..79137ffc0b 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_downstream.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_downstream.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_dynamic_blocks.inc.php b/includes/html/graphs/application/powerdns-dnsdist_dynamic_blocks.inc.php index fe6558c3ee..7957b72134 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_dynamic_blocks.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_dynamic_blocks.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_latency.inc.php b/includes/html/graphs/application/powerdns-dnsdist_latency.inc.php index e8000ef47c..4f61c53460 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_latency.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_latency.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_queries_drop.inc.php b/includes/html/graphs/application/powerdns-dnsdist_queries_drop.inc.php index 14cbf578e7..585e393114 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_queries_drop.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_queries_drop.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_queries_latency.inc.php b/includes/html/graphs/application/powerdns-dnsdist_queries_latency.inc.php index da969880fa..e75de69745 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_queries_latency.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_queries_latency.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_queries_stats.inc.php b/includes/html/graphs/application/powerdns-dnsdist_queries_stats.inc.php index 5f7ac5211c..011f4c0c75 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_queries_stats.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_queries_stats.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-dnsdist_rules_stats.inc.php b/includes/html/graphs/application/powerdns-dnsdist_rules_stats.inc.php index d8ddf6c0a8..fcc5a093e1 100644 --- a/includes/html/graphs/application/powerdns-dnsdist_rules_stats.inc.php +++ b/includes/html/graphs/application/powerdns-dnsdist_rules_stats.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/powerdns-recursor.inc.php b/includes/html/graphs/application/powerdns-recursor.inc.php index 35cb47c718..bbb62d258b 100644 --- a/includes/html/graphs/application/powerdns-recursor.inc.php +++ b/includes/html/graphs/application/powerdns-recursor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/powerdns-recursor_answers.inc.php b/includes/html/graphs/application/powerdns-recursor_answers.inc.php index aea5f2012e..935286316c 100644 --- a/includes/html/graphs/application/powerdns-recursor_answers.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_answers.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php b/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php index 71f8204bb3..2d746731e9 100644 --- a/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php b/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php index 7be21e9680..e4ac3cb9dc 100644 --- a/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php b/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php index 2333dde066..b079063de8 100644 --- a/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/powerdns-recursor_questions.inc.php b/includes/html/graphs/application/powerdns-recursor_questions.inc.php index 0d4d045fa1..f2ce8b8c59 100644 --- a/includes/html/graphs/application/powerdns-recursor_questions.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_questions.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/proxmox_traffic.inc.php b/includes/html/graphs/application/proxmox_traffic.inc.php index 4982a166db..9b288ddb5f 100644 --- a/includes/html/graphs/application/proxmox_traffic.inc.php +++ b/includes/html/graphs/application/proxmox_traffic.inc.php @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * See http://www.gnu.org/licenses/gpl.txt for the full license + * See https://www.gnu.org/licenses/gpl.txt for the full license */ require 'includes/html/graphs/common.inc.php'; diff --git a/includes/html/graphs/application/rrdcached.inc.php b/includes/html/graphs/application/rrdcached.inc.php index 4989792512..fc83a6a278 100644 --- a/includes/html/graphs/application/rrdcached.inc.php +++ b/includes/html/graphs/application/rrdcached.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/rrdcached_events.inc.php b/includes/html/graphs/application/rrdcached_events.inc.php index 13cf57e14a..485487f1a6 100644 --- a/includes/html/graphs/application/rrdcached_events.inc.php +++ b/includes/html/graphs/application/rrdcached_events.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/rrdcached_journal.inc.php b/includes/html/graphs/application/rrdcached_journal.inc.php index 403c740b83..9806cd9d40 100644 --- a/includes/html/graphs/application/rrdcached_journal.inc.php +++ b/includes/html/graphs/application/rrdcached_journal.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/rrdcached_queue_length.inc.php b/includes/html/graphs/application/rrdcached_queue_length.inc.php index 46eaf3a7b4..3abc5d614a 100644 --- a/includes/html/graphs/application/rrdcached_queue_length.inc.php +++ b/includes/html/graphs/application/rrdcached_queue_length.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/rrdcached_tree.inc.php b/includes/html/graphs/application/rrdcached_tree.inc.php index 8409ddb0ad..496134ea72 100644 --- a/includes/html/graphs/application/rrdcached_tree.inc.php +++ b/includes/html/graphs/application/rrdcached_tree.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/application/sdfsinfo_blocks.inc.php b/includes/html/graphs/application/sdfsinfo_blocks.inc.php index b23fc33e38..bf61b26833 100644 --- a/includes/html/graphs/application/sdfsinfo_blocks.inc.php +++ b/includes/html/graphs/application/sdfsinfo_blocks.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/sdfsinfo_rates.inc.php b/includes/html/graphs/application/sdfsinfo_rates.inc.php index 632662a19c..20a698e6c2 100644 --- a/includes/html/graphs/application/sdfsinfo_rates.inc.php +++ b/includes/html/graphs/application/sdfsinfo_rates.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/sdfsinfo_volume.inc.php b/includes/html/graphs/application/sdfsinfo_volume.inc.php index 26034ec53c..f61af59b44 100644 --- a/includes/html/graphs/application/sdfsinfo_volume.inc.php +++ b/includes/html/graphs/application/sdfsinfo_volume.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/tinydns_dnssec.inc.php b/includes/html/graphs/application/tinydns_dnssec.inc.php index 10aba0060e..7966a603bf 100644 --- a/includes/html/graphs/application/tinydns_dnssec.inc.php +++ b/includes/html/graphs/application/tinydns_dnssec.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/graphs/application/tinydns_errors.inc.php b/includes/html/graphs/application/tinydns_errors.inc.php index 77f8b175eb..36cf37a8f8 100644 --- a/includes/html/graphs/application/tinydns_errors.inc.php +++ b/includes/html/graphs/application/tinydns_errors.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/graphs/application/tinydns_other.inc.php b/includes/html/graphs/application/tinydns_other.inc.php index 2394557b2a..dd01548673 100644 --- a/includes/html/graphs/application/tinydns_other.inc.php +++ b/includes/html/graphs/application/tinydns_other.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/graphs/application/tinydns_queries.inc.php b/includes/html/graphs/application/tinydns_queries.inc.php index f9aaedffe0..5d0ddde287 100644 --- a/includes/html/graphs/application/tinydns_queries.inc.php +++ b/includes/html/graphs/application/tinydns_queries.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ use LibreNMS\Config; diff --git a/includes/html/graphs/application/ups-apcups_charge.inc.php b/includes/html/graphs/application/ups-apcups_charge.inc.php index 008a1a979c..170718aaf3 100644 --- a/includes/html/graphs/application/ups-apcups_charge.inc.php +++ b/includes/html/graphs/application/ups-apcups_charge.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-apcups_load.inc.php b/includes/html/graphs/application/ups-apcups_load.inc.php index 22786d97de..f202bfec83 100644 --- a/includes/html/graphs/application/ups-apcups_load.inc.php +++ b/includes/html/graphs/application/ups-apcups_load.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-apcups_remaining.inc.php b/includes/html/graphs/application/ups-apcups_remaining.inc.php index 84c6439e74..5ff92c6824 100644 --- a/includes/html/graphs/application/ups-apcups_remaining.inc.php +++ b/includes/html/graphs/application/ups-apcups_remaining.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-apcups_voltage_battery.inc.php b/includes/html/graphs/application/ups-apcups_voltage_battery.inc.php index eca6d66042..78f7d99717 100644 --- a/includes/html/graphs/application/ups-apcups_voltage_battery.inc.php +++ b/includes/html/graphs/application/ups-apcups_voltage_battery.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-apcups_voltage_input.inc.php b/includes/html/graphs/application/ups-apcups_voltage_input.inc.php index 9490d8e8b5..3149e272b7 100644 --- a/includes/html/graphs/application/ups-apcups_voltage_input.inc.php +++ b/includes/html/graphs/application/ups-apcups_voltage_input.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-nut_charge.inc.php b/includes/html/graphs/application/ups-nut_charge.inc.php index 1c6f41e462..28ca1d8015 100644 --- a/includes/html/graphs/application/ups-nut_charge.inc.php +++ b/includes/html/graphs/application/ups-nut_charge.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-nut_load.inc.php b/includes/html/graphs/application/ups-nut_load.inc.php index 256a129322..41d83c77a5 100644 --- a/includes/html/graphs/application/ups-nut_load.inc.php +++ b/includes/html/graphs/application/ups-nut_load.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/application/ups-nut_remaining.inc.php b/includes/html/graphs/application/ups-nut_remaining.inc.php index 2c678408a0..35d3807a08 100644 --- a/includes/html/graphs/application/ups-nut_remaining.inc.php +++ b/includes/html/graphs/application/ups-nut_remaining.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/application/ups-nut_voltage_battery.inc.php b/includes/html/graphs/application/ups-nut_voltage_battery.inc.php index ecb76cb8eb..1c9a27f57f 100644 --- a/includes/html/graphs/application/ups-nut_voltage_battery.inc.php +++ b/includes/html/graphs/application/ups-nut_voltage_battery.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/application/ups-nut_voltage_input.inc.php b/includes/html/graphs/application/ups-nut_voltage_input.inc.php index d55219f0dd..06636537fa 100644 --- a/includes/html/graphs/application/ups-nut_voltage_input.inc.php +++ b/includes/html/graphs/application/ups-nut_voltage_input.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/graphs/device/qfp.inc.php b/includes/html/graphs/device/qfp.inc.php index 3fad7ef1a6..50c0ad93ea 100644 --- a/includes/html/graphs/device/qfp.inc.php +++ b/includes/html/graphs/device/qfp.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/device/riverbed_connections.inc.php b/includes/html/graphs/device/riverbed_connections.inc.php index d9d2e6d903..224f4ddba8 100644 --- a/includes/html/graphs/device/riverbed_connections.inc.php +++ b/includes/html/graphs/device/riverbed_connections.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/device/riverbed_datastore.inc.php b/includes/html/graphs/device/riverbed_datastore.inc.php index cbf25845f8..6cd682176a 100644 --- a/includes/html/graphs/device/riverbed_datastore.inc.php +++ b/includes/html/graphs/device/riverbed_datastore.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/device/riverbed_optimization.inc.php b/includes/html/graphs/device/riverbed_optimization.inc.php index fd2d34ef34..89b1060217 100644 --- a/includes/html/graphs/device/riverbed_optimization.inc.php +++ b/includes/html/graphs/device/riverbed_optimization.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/device/riverbed_passthrough.inc.php b/includes/html/graphs/device/riverbed_passthrough.inc.php index d1f32593ce..ef8bd06a11 100644 --- a/includes/html/graphs/device/riverbed_passthrough.inc.php +++ b/includes/html/graphs/device/riverbed_passthrough.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin * diff --git a/includes/html/graphs/device/wireless-sensor.inc.php b/includes/html/graphs/device/wireless-sensor.inc.php index 019f2fd991..10881ac641 100644 --- a/includes/html/graphs/device/wireless-sensor.inc.php +++ b/includes/html/graphs/device/wireless-sensor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/generic_data.inc.php b/includes/html/graphs/generic_data.inc.php index 44ca57ac7d..35d757f878 100644 --- a/includes/html/graphs/generic_data.inc.php +++ b/includes/html/graphs/generic_data.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_duplex.inc.php b/includes/html/graphs/generic_duplex.inc.php index 1ebc94534a..dcd420b497 100644 --- a/includes/html/graphs/generic_duplex.inc.php +++ b/includes/html/graphs/generic_duplex.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi.inc.php b/includes/html/graphs/generic_multi.inc.php index 7bc987d8e8..0070861c53 100644 --- a/includes/html/graphs/generic_multi.inc.php +++ b/includes/html/graphs/generic_multi.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_bits.inc.php b/includes/html/graphs/generic_multi_bits.inc.php index 2e35e8e1cf..cba3c59076 100644 --- a/includes/html/graphs/generic_multi_bits.inc.php +++ b/includes/html/graphs/generic_multi_bits.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_bits_separated.inc.php b/includes/html/graphs/generic_multi_bits_separated.inc.php index 5b097e1ba0..3b95152d4f 100644 --- a/includes/html/graphs/generic_multi_bits_separated.inc.php +++ b/includes/html/graphs/generic_multi_bits_separated.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_data.inc.php b/includes/html/graphs/generic_multi_data.inc.php index c61b89f7d8..d70f6ff5b2 100644 --- a/includes/html/graphs/generic_multi_data.inc.php +++ b/includes/html/graphs/generic_multi_data.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_data_separated.inc.php b/includes/html/graphs/generic_multi_data_separated.inc.php index 2e815d4f83..657123076a 100644 --- a/includes/html/graphs/generic_multi_data_separated.inc.php +++ b/includes/html/graphs/generic_multi_data_separated.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_line.inc.php b/includes/html/graphs/generic_multi_line.inc.php index 8947cd9b74..9eee8fcf70 100644 --- a/includes/html/graphs/generic_multi_line.inc.php +++ b/includes/html/graphs/generic_multi_line.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/generic_multi_seperated.inc.php b/includes/html/graphs/generic_multi_seperated.inc.php index eca0a9c87c..086cb97e17 100644 --- a/includes/html/graphs/generic_multi_seperated.inc.php +++ b/includes/html/graphs/generic_multi_seperated.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/graphs/global/poller_modules_perf.inc.php b/includes/html/graphs/global/poller_modules_perf.inc.php index c945e0c13d..4c7c32524a 100644 --- a/includes/html/graphs/global/poller_modules_perf.inc.php +++ b/includes/html/graphs/global/poller_modules_perf.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/global/poller_perf.inc.php b/includes/html/graphs/global/poller_perf.inc.php index 49761b2da4..7a9427b1ab 100644 --- a/includes/html/graphs/global/poller_perf.inc.php +++ b/includes/html/graphs/global/poller_perf.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/port/cie.inc.php b/includes/html/graphs/port/cie.inc.php index 67f62267c2..f19bc32286 100644 --- a/includes/html/graphs/port/cie.inc.php +++ b/includes/html/graphs/port/cie.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/auth.inc.php b/includes/html/graphs/qfp/auth.inc.php index 46e6c23124..2c62c7d604 100644 --- a/includes/html/graphs/qfp/auth.inc.php +++ b/includes/html/graphs/qfp/auth.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/avgpktsize.inc.php b/includes/html/graphs/qfp/avgpktsize.inc.php index 942afa4043..49aa29757c 100644 --- a/includes/html/graphs/qfp/avgpktsize.inc.php +++ b/includes/html/graphs/qfp/avgpktsize.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/memory.inc.php b/includes/html/graphs/qfp/memory.inc.php index 6440aabd27..673f5db768 100644 --- a/includes/html/graphs/qfp/memory.inc.php +++ b/includes/html/graphs/qfp/memory.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/packets.inc.php b/includes/html/graphs/qfp/packets.inc.php index 59e69244f1..5395874a99 100644 --- a/includes/html/graphs/qfp/packets.inc.php +++ b/includes/html/graphs/qfp/packets.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/relativeutil.inc.php b/includes/html/graphs/qfp/relativeutil.inc.php index a25a28909a..fb9205e1b8 100644 --- a/includes/html/graphs/qfp/relativeutil.inc.php +++ b/includes/html/graphs/qfp/relativeutil.inc.php @@ -8,7 +8,7 @@ * * Display relative QFP utilization (in %) to kpps processed * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/throughput.inc.php b/includes/html/graphs/qfp/throughput.inc.php index 3043f5b62e..41241433c4 100644 --- a/includes/html/graphs/qfp/throughput.inc.php +++ b/includes/html/graphs/qfp/throughput.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/qfp/util.inc.php b/includes/html/graphs/qfp/util.inc.php index cfe4e4e6ad..bc635abc2f 100644 --- a/includes/html/graphs/qfp/util.inc.php +++ b/includes/html/graphs/qfp/util.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/graphs/sensor/airflow.inc.php b/includes/html/graphs/sensor/airflow.inc.php index daeba4f895..abf3d6df46 100644 --- a/includes/html/graphs/sensor/airflow.inc.php +++ b/includes/html/graphs/sensor/airflow.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/graphs/wireless/clients.inc.php b/includes/html/graphs/wireless/clients.inc.php index f51b5edcdd..5d23f862c9 100644 --- a/includes/html/graphs/wireless/clients.inc.php +++ b/includes/html/graphs/wireless/clients.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/wireless/rsrp.inc.php b/includes/html/graphs/wireless/rsrp.inc.php index f5f061ff2b..b6436ac3dc 100644 --- a/includes/html/graphs/wireless/rsrp.inc.php +++ b/includes/html/graphs/wireless/rsrp.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/includes/html/graphs/wireless/rsrq.inc.php b/includes/html/graphs/wireless/rsrq.inc.php index d7b75ed9cd..8d9c2c73e3 100644 --- a/includes/html/graphs/wireless/rsrq.inc.php +++ b/includes/html/graphs/wireless/rsrq.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/includes/html/graphs/wireless/rssi.inc.php b/includes/html/graphs/wireless/rssi.inc.php index 7f857bc82a..2c2dab47e8 100644 --- a/includes/html/graphs/wireless/rssi.inc.php +++ b/includes/html/graphs/wireless/rssi.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/graphs/wireless/sinr.inc.php b/includes/html/graphs/wireless/sinr.inc.php index 5fd16f0581..0e2c13eceb 100644 --- a/includes/html/graphs/wireless/sinr.inc.php +++ b/includes/html/graphs/wireless/sinr.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak */ diff --git a/includes/html/graphs/wireless/wireless-sensor.inc.php b/includes/html/graphs/wireless/wireless-sensor.inc.php index 22fdfecbe2..54d8d645cf 100644 --- a/includes/html/graphs/wireless/wireless-sensor.inc.php +++ b/includes/html/graphs/wireless/wireless-sensor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/list/devices.inc.php b/includes/html/list/devices.inc.php index 20a3b91e83..b4a68bec8f 100644 --- a/includes/html/list/devices.inc.php +++ b/includes/html/list/devices.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/list/devices_groups.inc.php b/includes/html/list/devices_groups.inc.php index c38b1d2edd..88cab7d679 100644 --- a/includes/html/list/devices_groups.inc.php +++ b/includes/html/list/devices_groups.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/list/devices_groups_locations.inc.php b/includes/html/list/devices_groups_locations.inc.php index e6b7c4f631..fc66c17162 100644 --- a/includes/html/list/devices_groups_locations.inc.php +++ b/includes/html/list/devices_groups_locations.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/list/groups.inc.php b/includes/html/list/groups.inc.php index c8adf039fe..9587a14d3e 100644 --- a/includes/html/list/groups.inc.php +++ b/includes/html/list/groups.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/includes/html/list/locations.inc.php b/includes/html/list/locations.inc.php index 3d498878da..4d06d990e8 100644 --- a/includes/html/list/locations.inc.php +++ b/includes/html/list/locations.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/includes/html/list/transport_groups.inc.php b/includes/html/list/transport_groups.inc.php index cd1530daa8..08d365629e 100644 --- a/includes/html/list/transport_groups.inc.php +++ b/includes/html/list/transport_groups.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran */ diff --git a/includes/html/list/transports.inc.php b/includes/html/list/transports.inc.php index 398fb2e17e..a26edff68b 100644 --- a/includes/html/list/transports.inc.php +++ b/includes/html/list/transports.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran */ diff --git a/includes/html/modal/alert_rule_collection.inc.php b/includes/html/modal/alert_rule_collection.inc.php index 5b12dfc552..b60de8e418 100644 --- a/includes/html/modal/alert_rule_collection.inc.php +++ b/includes/html/modal/alert_rule_collection.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/modal/alert_rule_list.inc.php b/includes/html/modal/alert_rule_list.inc.php index 0400e5eca0..870cfed5ee 100644 --- a/includes/html/modal/alert_rule_list.inc.php +++ b/includes/html/modal/alert_rule_list.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/includes/html/modal/delete_poller.inc.php b/includes/html/modal/delete_poller.inc.php index b2b3bd677d..9ba7267954 100644 --- a/includes/html/modal/delete_poller.inc.php +++ b/includes/html/modal/delete_poller.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/modal/device_maintenance.inc.php b/includes/html/modal/device_maintenance.inc.php index a26df65e00..e0b2b1ea40 100644 --- a/includes/html/modal/device_maintenance.inc.php +++ b/includes/html/modal/device_maintenance.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ diff --git a/includes/html/output/capture.inc.php b/includes/html/output/capture.inc.php index 6893c5a020..1610de587a 100644 --- a/includes/html/output/capture.inc.php +++ b/includes/html/output/capture.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/output/query.inc.php b/includes/html/output/query.inc.php index c6a10e7288..367f724198 100644 --- a/includes/html/output/query.inc.php +++ b/includes/html/output/query.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/alert-log.inc.php b/includes/html/pages/alert-log.inc.php index 8d3e0e3ec2..78c8aa87bf 100644 --- a/includes/html/pages/alert-log.inc.php +++ b/includes/html/pages/alert-log.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/alerts.inc.php b/includes/html/pages/alerts.inc.php index 3989b577e9..2559a2fdc2 100644 --- a/includes/html/pages/alerts.inc.php +++ b/includes/html/pages/alerts.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/device/alerts.inc.php b/includes/html/pages/device/alerts.inc.php index fa069bd3e4..be0115dcc5 100644 --- a/includes/html/pages/device/alerts.inc.php +++ b/includes/html/pages/device/alerts.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/device/apps/bind.inc.php b/includes/html/pages/device/apps/bind.inc.php index 032c3a8ee3..13ba217ac0 100644 --- a/includes/html/pages/device/apps/bind.inc.php +++ b/includes/html/pages/device/apps/bind.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/pages/device/apps/exim-stats.inc.php b/includes/html/pages/device/apps/exim-stats.inc.php index 1d36cbb724..d6e1d4292a 100644 --- a/includes/html/pages/device/apps/exim-stats.inc.php +++ b/includes/html/pages/device/apps/exim-stats.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/pages/device/apps/gpsd.inc.php b/includes/html/pages/device/apps/gpsd.inc.php index 1d9c3a439e..98389bd122 100644 --- a/includes/html/pages/device/apps/gpsd.inc.php +++ b/includes/html/pages/device/apps/gpsd.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 Karl Shea, LibreNMS * @author Karl Shea * diff --git a/includes/html/pages/device/apps/mailcow-postfix.inc.php b/includes/html/pages/device/apps/mailcow-postfix.inc.php index ed0dd6d203..c64cc421e2 100644 --- a/includes/html/pages/device/apps/mailcow-postfix.inc.php +++ b/includes/html/pages/device/apps/mailcow-postfix.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/pages/device/apps/nfs-server.inc.php b/includes/html/pages/device/apps/nfs-server.inc.php index a827691f52..7bd79563bb 100755 --- a/includes/html/pages/device/apps/nfs-server.inc.php +++ b/includes/html/pages/device/apps/nfs-server.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/pages/device/apps/opengridscheduler.inc.php b/includes/html/pages/device/apps/opengridscheduler.inc.php index b0f4abf51c..114223bfe5 100644 --- a/includes/html/pages/device/apps/opengridscheduler.inc.php +++ b/includes/html/pages/device/apps/opengridscheduler.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage opengridscheduler - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/html/pages/device/apps/pi-hole.inc.php b/includes/html/pages/device/apps/pi-hole.inc.php index 2e369168fd..71230fe3b8 100644 --- a/includes/html/pages/device/apps/pi-hole.inc.php +++ b/includes/html/pages/device/apps/pi-hole.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage pi-hole - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author crcro */ diff --git a/includes/html/pages/device/apps/powerdns-dnsdist.inc.php b/includes/html/pages/device/apps/powerdns-dnsdist.inc.php index 913729b102..c9273dede7 100644 --- a/includes/html/pages/device/apps/powerdns-dnsdist.inc.php +++ b/includes/html/pages/device/apps/powerdns-dnsdist.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/html/pages/device/apps/powerdns-recursor.inc.php b/includes/html/pages/device/apps/powerdns-recursor.inc.php index 3bb0895875..4d8e7a3b6d 100644 --- a/includes/html/pages/device/apps/powerdns-recursor.inc.php +++ b/includes/html/pages/device/apps/powerdns-recursor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/pages/device/apps/proxmox.inc.php b/includes/html/pages/device/apps/proxmox.inc.php index 61ff7a46c0..91fc6dca73 100644 --- a/includes/html/pages/device/apps/proxmox.inc.php +++ b/includes/html/pages/device/apps/proxmox.inc.php @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * See http://www.gnu.org/licenses/gpl.txt for the full license + * See https://www.gnu.org/licenses/gpl.txt for the full license */ include 'includes/html/application/proxmox.inc.php'; diff --git a/includes/html/pages/device/apps/rrdcached.inc.php b/includes/html/pages/device/apps/rrdcached.inc.php index d02d53c587..7bf08979d1 100644 --- a/includes/html/pages/device/apps/rrdcached.inc.php +++ b/includes/html/pages/device/apps/rrdcached.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/pages/device/apps/sdfsinfo.inc.php b/includes/html/pages/device/apps/sdfsinfo.inc.php index 23ff010e21..10d16286b7 100644 --- a/includes/html/pages/device/apps/sdfsinfo.inc.php +++ b/includes/html/pages/device/apps/sdfsinfo.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/html/pages/device/apps/tinydns.inc.php b/includes/html/pages/device/apps/tinydns.inc.php index ea286ca0cc..d4e0b30665 100644 --- a/includes/html/pages/device/apps/tinydns.inc.php +++ b/includes/html/pages/device/apps/tinydns.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/pages/device/apps/ups-apcups.inc.php b/includes/html/pages/device/apps/ups-apcups.inc.php index 2eadafc208..d0ab6bc1d2 100644 --- a/includes/html/pages/device/apps/ups-apcups.inc.php +++ b/includes/html/pages/device/apps/ups-apcups.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin */ diff --git a/includes/html/pages/device/apps/ups-nut.inc.php b/includes/html/pages/device/apps/ups-nut.inc.php index 930a170a7f..35876239c8 100644 --- a/includes/html/pages/device/apps/ups-nut.inc.php +++ b/includes/html/pages/device/apps/ups-nut.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin * diff --git a/includes/html/pages/device/capture.inc.php b/includes/html/pages/device/capture.inc.php index 6e1caf2932..a143301440 100644 --- a/includes/html/pages/device/capture.inc.php +++ b/includes/html/pages/device/capture.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/pages/device/health/airflow.inc.php b/includes/html/pages/device/health/airflow.inc.php index 9fce2a4d08..3fb009ba8b 100644 --- a/includes/html/pages/device/health/airflow.inc.php +++ b/includes/html/pages/device/health/airflow.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/device/health/qfp.inc.php b/includes/html/pages/device/health/qfp.inc.php index a6419c8705..1de36e249b 100644 --- a/includes/html/pages/device/health/qfp.inc.php +++ b/includes/html/pages/device/health/qfp.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/html/pages/device/logs.inc.php b/includes/html/pages/device/logs.inc.php index 1dc718123d..03353e2f4d 100644 --- a/includes/html/pages/device/logs.inc.php +++ b/includes/html/pages/device/logs.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/device/overview/sensors/airflow.inc.php b/includes/html/pages/device/overview/sensors/airflow.inc.php index 84cad7f281..50d0f75d8a 100644 --- a/includes/html/pages/device/overview/sensors/airflow.inc.php +++ b/includes/html/pages/device/overview/sensors/airflow.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/device/overview/tracepath.inc.php b/includes/html/pages/device/overview/tracepath.inc.php index 941311be85..29357fc929 100644 --- a/includes/html/pages/device/overview/tracepath.inc.php +++ b/includes/html/pages/device/overview/tracepath.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/device/port/plugins.inc.php b/includes/html/pages/device/port/plugins.inc.php index 599fa1022e..1c1452f0ad 100644 --- a/includes/html/pages/device/port/plugins.inc.php +++ b/includes/html/pages/device/port/plugins.inc.php @@ -8,7 +8,7 @@ * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja */ diff --git a/includes/html/pages/device/processes.inc.php b/includes/html/pages/device/processes.inc.php index 0ab193ef26..d3e53b1fce 100644 --- a/includes/html/pages/device/processes.inc.php +++ b/includes/html/pages/device/processes.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/html/pages/device/services.inc.php b/includes/html/pages/device/services.inc.php index 7862706b75..8396dacfa5 100644 --- a/includes/html/pages/device/services.inc.php +++ b/includes/html/pages/device/services.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/devices.inc.php b/includes/html/pages/devices.inc.php index c412aa813a..87d44f8b2e 100644 --- a/includes/html/pages/devices.inc.php +++ b/includes/html/pages/devices.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/eventlog.inc.php b/includes/html/pages/eventlog.inc.php index b058c4e673..0c1ba2993b 100644 --- a/includes/html/pages/eventlog.inc.php +++ b/includes/html/pages/eventlog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/fullscreenmap.inc.php b/includes/html/pages/fullscreenmap.inc.php index beb91da9be..f9927c6ddf 100644 --- a/includes/html/pages/fullscreenmap.inc.php +++ b/includes/html/pages/fullscreenmap.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Custom Frontpage * @author f0o diff --git a/includes/html/pages/graylog.inc.php b/includes/html/pages/graylog.inc.php index a521411240..5cfdddae7f 100644 --- a/includes/html/pages/graylog.inc.php +++ b/includes/html/pages/graylog.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health.inc.php b/includes/html/pages/health.inc.php index af94fd6b60..e18afede17 100644 --- a/includes/html/pages/health.inc.php +++ b/includes/html/pages/health.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/charge.inc.php b/includes/html/pages/health/charge.inc.php index 3d8ceec016..522311addb 100644 --- a/includes/html/pages/health/charge.inc.php +++ b/includes/html/pages/health/charge.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/cooling.inc.php b/includes/html/pages/health/cooling.inc.php index fad2b8ec82..37599cec3f 100644 --- a/includes/html/pages/health/cooling.inc.php +++ b/includes/html/pages/health/cooling.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/current.inc.php b/includes/html/pages/health/current.inc.php index a5b99d8286..92ee8ec229 100644 --- a/includes/html/pages/health/current.inc.php +++ b/includes/html/pages/health/current.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/dbm.inc.php b/includes/html/pages/health/dbm.inc.php index d6c630fcca..764d5f989f 100644 --- a/includes/html/pages/health/dbm.inc.php +++ b/includes/html/pages/health/dbm.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/fanspeed.inc.php b/includes/html/pages/health/fanspeed.inc.php index e88a81afe3..f6317196dd 100644 --- a/includes/html/pages/health/fanspeed.inc.php +++ b/includes/html/pages/health/fanspeed.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/frequency.inc.php b/includes/html/pages/health/frequency.inc.php index ab915c0822..c93ec89d9b 100644 --- a/includes/html/pages/health/frequency.inc.php +++ b/includes/html/pages/health/frequency.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/humidity.inc.php b/includes/html/pages/health/humidity.inc.php index 637dba05e4..be07b41b4c 100644 --- a/includes/html/pages/health/humidity.inc.php +++ b/includes/html/pages/health/humidity.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/load.inc.php b/includes/html/pages/health/load.inc.php index a60af59cef..fc5682f731 100644 --- a/includes/html/pages/health/load.inc.php +++ b/includes/html/pages/health/load.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/mempool.inc.php b/includes/html/pages/health/mempool.inc.php index 4c58785899..592ba668d8 100644 --- a/includes/html/pages/health/mempool.inc.php +++ b/includes/html/pages/health/mempool.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/power.inc.php b/includes/html/pages/health/power.inc.php index d25cd0fae4..e25a3e8494 100644 --- a/includes/html/pages/health/power.inc.php +++ b/includes/html/pages/health/power.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/pressure.inc.php b/includes/html/pages/health/pressure.inc.php index a872006531..fb110b8bce 100644 --- a/includes/html/pages/health/pressure.inc.php +++ b/includes/html/pages/health/pressure.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/processor.inc.php b/includes/html/pages/health/processor.inc.php index fc36d54be4..ce166f2c6e 100644 --- a/includes/html/pages/health/processor.inc.php +++ b/includes/html/pages/health/processor.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/runtime.inc.php b/includes/html/pages/health/runtime.inc.php index 8a2589c171..4ce248f521 100644 --- a/includes/html/pages/health/runtime.inc.php +++ b/includes/html/pages/health/runtime.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/sensors.inc.php b/includes/html/pages/health/sensors.inc.php index fbee1a6448..d8e68f182d 100644 --- a/includes/html/pages/health/sensors.inc.php +++ b/includes/html/pages/health/sensors.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/signal.inc.php b/includes/html/pages/health/signal.inc.php index a8b2ad5ccc..af6a676794 100644 --- a/includes/html/pages/health/signal.inc.php +++ b/includes/html/pages/health/signal.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/snr.inc.php b/includes/html/pages/health/snr.inc.php index 186850f815..986a04b4d0 100644 --- a/includes/html/pages/health/snr.inc.php +++ b/includes/html/pages/health/snr.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/state.inc.php b/includes/html/pages/health/state.inc.php index 719a234895..d4217aa265 100644 --- a/includes/html/pages/health/state.inc.php +++ b/includes/html/pages/health/state.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/storage.inc.php b/includes/html/pages/health/storage.inc.php index 937db2241c..d5d8e9dd47 100644 --- a/includes/html/pages/health/storage.inc.php +++ b/includes/html/pages/health/storage.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/temperature.inc.php b/includes/html/pages/health/temperature.inc.php index 1a274886f6..66e6447359 100644 --- a/includes/html/pages/health/temperature.inc.php +++ b/includes/html/pages/health/temperature.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/toner.inc.php b/includes/html/pages/health/toner.inc.php index 4e6aad0eae..148f8b2804 100644 --- a/includes/html/pages/health/toner.inc.php +++ b/includes/html/pages/health/toner.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/tv_signal.inc.php b/includes/html/pages/health/tv_signal.inc.php index f91290b277..04a10ea751 100644 --- a/includes/html/pages/health/tv_signal.inc.php +++ b/includes/html/pages/health/tv_signal.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/health/voltage.inc.php b/includes/html/pages/health/voltage.inc.php index 490672b34f..6e5993d879 100644 --- a/includes/html/pages/health/voltage.inc.php +++ b/includes/html/pages/health/voltage.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/notifications.inc.php b/includes/html/pages/notifications.inc.php index 97dd113704..12bf1b7df7 100644 --- a/includes/html/pages/notifications.inc.php +++ b/includes/html/pages/notifications.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Notification Page diff --git a/includes/html/pages/outages.inc.php b/includes/html/pages/outages.inc.php index 6b85488347..1f9d8d7b5a 100644 --- a/includes/html/pages/outages.inc.php +++ b/includes/html/pages/outages.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/peering.inc.php b/includes/html/pages/peering.inc.php index 588b840115..dedf9ec950 100644 --- a/includes/html/pages/peering.inc.php +++ b/includes/html/pages/peering.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/peering/as-selection.inc.php b/includes/html/pages/peering/as-selection.inc.php index 6481577e45..f60e830f18 100644 --- a/includes/html/pages/peering/as-selection.inc.php +++ b/includes/html/pages/peering/as-selection.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/peering/ix-list.inc.php b/includes/html/pages/peering/ix-list.inc.php index 57f7bb4877..2f0f8d0e41 100644 --- a/includes/html/pages/peering/ix-list.inc.php +++ b/includes/html/pages/peering/ix-list.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/peering/ix-peers.inc.php b/includes/html/pages/peering/ix-peers.inc.php index 5a7ba37439..ddad24e188 100644 --- a/includes/html/pages/peering/ix-peers.inc.php +++ b/includes/html/pages/peering/ix-peers.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/pages/ports.inc.php b/includes/html/pages/ports.inc.php index fe51faa9d5..87088ca828 100644 --- a/includes/html/pages/ports.inc.php +++ b/includes/html/pages/ports.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/ports/list.inc.php b/includes/html/pages/ports/list.inc.php index a32ff7b36e..60713162f5 100644 --- a/includes/html/pages/ports/list.inc.php +++ b/includes/html/pages/ports/list.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/search/packages.inc.php b/includes/html/pages/search/packages.inc.php index e79c38a93c..77714c5a7a 100644 --- a/includes/html/pages/search/packages.inc.php +++ b/includes/html/pages/search/packages.inc.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** diff --git a/includes/html/pages/services.inc.php b/includes/html/pages/services.inc.php index b8f1e85a78..ea7f8eb68a 100644 --- a/includes/html/pages/services.inc.php +++ b/includes/html/pages/services.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/syslog.inc.php b/includes/html/pages/syslog.inc.php index 7aed4826d0..07e008be24 100644 --- a/includes/html/pages/syslog.inc.php +++ b/includes/html/pages/syslog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/pages/validate.inc.php b/includes/html/pages/validate.inc.php index 5796756875..d890b9d928 100644 --- a/includes/html/pages/validate.inc.php +++ b/includes/html/pages/validate.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/pages/wireless.inc.php b/includes/html/pages/wireless.inc.php index 0f74915158..d137a152bb 100644 --- a/includes/html/pages/wireless.inc.php +++ b/includes/html/pages/wireless.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/html/pages/wireless/sensors.inc.php b/includes/html/pages/wireless/sensors.inc.php index ae7226a3ed..e23eb73f24 100644 --- a/includes/html/pages/wireless/sensors.inc.php +++ b/includes/html/pages/wireless/sensors.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/print-alert-rules.php b/includes/html/print-alert-rules.php index 66426e03b1..35be97e844 100644 --- a/includes/html/print-alert-rules.php +++ b/includes/html/print-alert-rules.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 The LibreNMS Community * @author Original Author * @author Joseph Tingiris diff --git a/includes/html/print-event-short.inc.php b/includes/html/print-event-short.inc.php index a446ee1e8b..5cd1e28471 100644 --- a/includes/html/print-event-short.inc.php +++ b/includes/html/print-event-short.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/print-event.inc.php b/includes/html/print-event.inc.php index b194dadbff..06f6b446d6 100644 --- a/includes/html/print-event.inc.php +++ b/includes/html/print-event.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/print-graph-alerts.inc.php b/includes/html/print-graph-alerts.inc.php index 60881fb206..7f649be7ab 100644 --- a/includes/html/print-graph-alerts.inc.php +++ b/includes/html/print-graph-alerts.inc.php @@ -12,7 +12,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/alertlog-stats.inc.php b/includes/html/table/alertlog-stats.inc.php index a8c539db5e..1817410ac5 100644 --- a/includes/html/table/alertlog-stats.inc.php +++ b/includes/html/table/alertlog-stats.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/alertlog.inc.php b/includes/html/table/alertlog.inc.php index 253d8f79ac..92827d6f38 100644 --- a/includes/html/table/alertlog.inc.php +++ b/includes/html/table/alertlog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/alerts.inc.php b/includes/html/table/alerts.inc.php index 6e81dfb9a3..04c9b67379 100644 --- a/includes/html/table/alerts.inc.php +++ b/includes/html/table/alerts.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage graphs - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/eventlog.inc.php b/includes/html/table/eventlog.inc.php index 59d7fb27e9..bb401197b5 100644 --- a/includes/html/table/eventlog.inc.php +++ b/includes/html/table/eventlog.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/graylog.inc.php b/includes/html/table/graylog.inc.php index f72d58bc6e..c32dce50d7 100644 --- a/includes/html/table/graylog.inc.php +++ b/includes/html/table/graylog.inc.php @@ -12,7 +12,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/ix-list.inc.php b/includes/html/table/ix-list.inc.php index 2847425106..63d1899c9f 100644 --- a/includes/html/table/ix-list.inc.php +++ b/includes/html/table/ix-list.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/table/ix-peers.inc.php b/includes/html/table/ix-peers.inc.php index 6c0b29b21d..f789f163f4 100644 --- a/includes/html/table/ix-peers.inc.php +++ b/includes/html/table/ix-peers.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/html/table/ports.inc.php b/includes/html/table/ports.inc.php index 82bc509b4d..74fa15565f 100644 --- a/includes/html/table/ports.inc.php +++ b/includes/html/table/ports.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/html/table/processor.inc.php b/includes/html/table/processor.inc.php index 4766fcddc0..ae489c441c 100644 --- a/includes/html/table/processor.inc.php +++ b/includes/html/table/processor.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/sensors-common.php b/includes/html/table/sensors-common.php index 19b126227d..d7b49dca20 100644 --- a/includes/html/table/sensors-common.php +++ b/includes/html/table/sensors-common.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/sensors.inc.php b/includes/html/table/sensors.inc.php index 7b27b651f8..514190e708 100644 --- a/includes/html/table/sensors.inc.php +++ b/includes/html/table/sensors.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/storage.inc.php b/includes/html/table/storage.inc.php index 89926e30a3..e29d4fbec9 100644 --- a/includes/html/table/storage.inc.php +++ b/includes/html/table/storage.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/html/table/toner.inc.php b/includes/html/table/toner.inc.php index 0d03254daa..03287dbb5e 100644 --- a/includes/html/table/toner.inc.php +++ b/includes/html/table/toner.inc.php @@ -10,7 +10,7 @@ * * @package LibreNMS * @subpackage webui - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 LibreNMS * @author LibreNMS Contributors */ diff --git a/includes/init.php b/includes/init.php index 1e3e29519a..ed1551c966 100644 --- a/includes/init.php +++ b/includes/init.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/notifications.php b/includes/notifications.php index 2c916e4639..482df67346 100644 --- a/includes/notifications.php +++ b/includes/notifications.php @@ -11,7 +11,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . */ /** * Notification Poller @@ -20,7 +20,7 @@ * @author Daniel Preussker * @author Tony Murray * @license GPL - * @link http://librenms.org + * @link https://www.librenms.org */ /** diff --git a/includes/polling/applications/exim-stats.inc.php b/includes/polling/applications/exim-stats.inc.php index a4af3b5efe..31887a2407 100644 --- a/includes/polling/applications/exim-stats.inc.php +++ b/includes/polling/applications/exim-stats.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/polling/applications/gpsd.inc.php b/includes/polling/applications/gpsd.inc.php index 3f9be02098..f30bb9f3fd 100755 --- a/includes/polling/applications/gpsd.inc.php +++ b/includes/polling/applications/gpsd.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/polling/applications/mailcow-postfix.inc.php b/includes/polling/applications/mailcow-postfix.inc.php index 4d0fca7eb5..0c969c934c 100644 --- a/includes/polling/applications/mailcow-postfix.inc.php +++ b/includes/polling/applications/mailcow-postfix.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2020 LibreNMS * @author Cercel Valentin */ diff --git a/includes/polling/applications/nfs-server.inc.php b/includes/polling/applications/nfs-server.inc.php index b6e89f5bcb..c14289141f 100644 --- a/includes/polling/applications/nfs-server.inc.php +++ b/includes/polling/applications/nfs-server.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage nfs-server - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/polling/applications/opengridscheduler.inc.php b/includes/polling/applications/opengridscheduler.inc.php index a854179c32..6471da2c64 100644 --- a/includes/polling/applications/opengridscheduler.inc.php +++ b/includes/polling/applications/opengridscheduler.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage opengridscheduler - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author SvennD */ diff --git a/includes/polling/applications/pi-hole.inc.php b/includes/polling/applications/pi-hole.inc.php index 7ba3204af7..725a8e78e6 100644 --- a/includes/polling/applications/pi-hole.inc.php +++ b/includes/polling/applications/pi-hole.inc.php @@ -8,7 +8,7 @@ * * @package LibreNMS * @subpackage pi-hole - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 LibreNMS * @author crcro */ diff --git a/includes/polling/applications/powerdns-dnsdist.inc.php b/includes/polling/applications/powerdns-dnsdist.inc.php index ac908c6dc2..131741f6b2 100644 --- a/includes/polling/applications/powerdns-dnsdist.inc.php +++ b/includes/polling/applications/powerdns-dnsdist.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 LibreNMS * @author Cercel Valentin */ diff --git a/includes/polling/applications/powerdns-recursor.inc.php b/includes/polling/applications/powerdns-recursor.inc.php index 5514261068..3f3f737ebf 100644 --- a/includes/polling/applications/powerdns-recursor.inc.php +++ b/includes/polling/applications/powerdns-recursor.inc.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/applications/rrdcached.inc.php b/includes/polling/applications/rrdcached.inc.php index 152be20ab3..a6b038d8d2 100644 --- a/includes/polling/applications/rrdcached.inc.php +++ b/includes/polling/applications/rrdcached.inc.php @@ -17,9 +17,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/applications/sdfsinfo.inc.php b/includes/polling/applications/sdfsinfo.inc.php index 9c7e5b20be..801c5f1bf0 100644 --- a/includes/polling/applications/sdfsinfo.inc.php +++ b/includes/polling/applications/sdfsinfo.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/polling/applications/tinydns.inc.php b/includes/polling/applications/tinydns.inc.php index 1505314f19..6f1fd410bc 100644 --- a/includes/polling/applications/tinydns.inc.php +++ b/includes/polling/applications/tinydns.inc.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* diff --git a/includes/polling/applications/ups-apcups.inc.php b/includes/polling/applications/ups-apcups.inc.php index 3b4c23552e..dd381896f7 100644 --- a/includes/polling/applications/ups-apcups.inc.php +++ b/includes/polling/applications/ups-apcups.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2017 crcro * @author Cercel Valentin */ diff --git a/includes/polling/applications/ups-nut.inc.php b/includes/polling/applications/ups-nut.inc.php index 9f9c492ff1..1d64b33d1a 100644 --- a/includes/polling/applications/ups-nut.inc.php +++ b/includes/polling/applications/ups-nut.inc.php @@ -11,10 +11,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -* along with this program. If not, see . +* along with this program. If not, see . * * @package LibreNMS -* @link http://librenms.org +* @link https://www.librenms.org * @copyright 2016 crcro * @author Cercel Valentin * diff --git a/includes/polling/cisco-qfp.inc.php b/includes/polling/cisco-qfp.inc.php index 1e736919a2..cdd3b47cbe 100644 --- a/includes/polling/cisco-qfp.inc.php +++ b/includes/polling/cisco-qfp.inc.php @@ -8,7 +8,7 @@ * * LibreNMS module to capture Cisco QFP Statistics * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/polling/entity-state.inc.php b/includes/polling/entity-state.inc.php index b413a58f3d..68c2c62fbc 100644 --- a/includes/polling/entity-state.inc.php +++ b/includes/polling/entity-state.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/mpls.inc.php b/includes/polling/mpls.inc.php index 2ed7575668..da13a6f9a5 100644 --- a/includes/polling/mpls.inc.php +++ b/includes/polling/mpls.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 20169 Vitali Kari * @author Vitali Kari */ diff --git a/includes/polling/nac.inc.php b/includes/polling/nac.inc.php index 23ce00ba81..225d02bf2d 100644 --- a/includes/polling/nac.inc.php +++ b/includes/polling/nac.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Jose Augusto Cardoso * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/includes/polling/os/arris-cm.inc.php b/includes/polling/os/arris-cm.inc.php index fc602e22cf..327a8d8adf 100644 --- a/includes/polling/os/arris-cm.inc.php +++ b/includes/polling/os/arris-cm.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/os/asyncos.inc.php b/includes/polling/os/asyncos.inc.php index b83223045a..6e658d2b12 100644 --- a/includes/polling/os/asyncos.inc.php +++ b/includes/polling/os/asyncos.inc.php @@ -9,7 +9,7 @@ * the source code distribution for details. * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Mike Williams * @author Mike Williams */ diff --git a/includes/polling/os/breeze.inc.php b/includes/polling/os/breeze.inc.php index 8a718409bd..ce0261b6af 100644 --- a/includes/polling/os/breeze.inc.php +++ b/includes/polling/os/breeze.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/chatsworth-pdu.inc.php b/includes/polling/os/chatsworth-pdu.inc.php index 1623b7bbd6..62964dd9ae 100644 --- a/includes/polling/os/chatsworth-pdu.inc.php +++ b/includes/polling/os/chatsworth-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/polling/os/ciscoepc.inc.php b/includes/polling/os/ciscoepc.inc.php index 198c483641..f82f1b60b8 100644 --- a/includes/polling/os/ciscoepc.inc.php +++ b/includes/polling/os/ciscoepc.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/clearpass.inc.php b/includes/polling/os/clearpass.inc.php index 134e605f44..3f4ba3a277 100644 --- a/includes/polling/os/clearpass.inc.php +++ b/includes/polling/os/clearpass.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ctcu.inc.php b/includes/polling/os/ctcu.inc.php index 523b0b7912..7f1365782b 100644 --- a/includes/polling/os/ctcu.inc.php +++ b/includes/polling/os/ctcu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/dell-rcs.inc.php b/includes/polling/os/dell-rcs.inc.php index 62b9fb23f9..82e236fbcd 100644 --- a/includes/polling/os/dell-rcs.inc.php +++ b/includes/polling/os/dell-rcs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ees.inc.php b/includes/polling/os/ees.inc.php index f1eca78683..08e282ffe1 100644 --- a/includes/polling/os/ees.inc.php +++ b/includes/polling/os/ees.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/elg-ipecs-es.inc.php b/includes/polling/os/elg-ipecs-es.inc.php index cebd92d22d..e38f4327c4 100644 --- a/includes/polling/os/elg-ipecs-es.inc.php +++ b/includes/polling/os/elg-ipecs-es.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/elg-ipecs-ucp.inc.php b/includes/polling/os/elg-ipecs-ucp.inc.php index 714621d810..33eb791860 100644 --- a/includes/polling/os/elg-ipecs-ucp.inc.php +++ b/includes/polling/os/elg-ipecs-ucp.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/eltex-olt.inc.php b/includes/polling/os/eltex-olt.inc.php index 0b2a4ca389..415c37356c 100644 --- a/includes/polling/os/eltex-olt.inc.php +++ b/includes/polling/os/eltex-olt.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/enlogic-pdu.inc.php b/includes/polling/os/enlogic-pdu.inc.php index afad9cc5d7..7b8cc9590f 100644 --- a/includes/polling/os/enlogic-pdu.inc.php +++ b/includes/polling/os/enlogic-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/etherwan.inc.php b/includes/polling/os/etherwan.inc.php index 532d1e3686..a9124e1219 100644 --- a/includes/polling/os/etherwan.inc.php +++ b/includes/polling/os/etherwan.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/polling/os/extendair.inc.php b/includes/polling/os/extendair.inc.php index 48539999fd..2cef3e49dd 100644 --- a/includes/polling/os/extendair.inc.php +++ b/includes/polling/os/extendair.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/fxm.inc.php b/includes/polling/os/fxm.inc.php index 8cd8aede28..646e524b64 100644 --- a/includes/polling/os/fxm.inc.php +++ b/includes/polling/os/fxm.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/geist-pdu.inc.php b/includes/polling/os/geist-pdu.inc.php index b31330b8c2..beef25cd7f 100644 --- a/includes/polling/os/geist-pdu.inc.php +++ b/includes/polling/os/geist-pdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/geist-watchdog.inc.php b/includes/polling/os/geist-watchdog.inc.php index efb722f87c..9d54d2fa6a 100644 --- a/includes/polling/os/geist-watchdog.inc.php +++ b/includes/polling/os/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/hpe-ipdu.inc.php b/includes/polling/os/hpe-ipdu.inc.php index 356c895da1..6f2a17693e 100644 --- a/includes/polling/os/hpe-ipdu.inc.php +++ b/includes/polling/os/hpe-ipdu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/hpe-msl.inc.php b/includes/polling/os/hpe-msl.inc.php index 4fad45fe97..dc5cb5a539 100644 --- a/includes/polling/os/hpe-msl.inc.php +++ b/includes/polling/os/hpe-msl.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ipolis.inc.php b/includes/polling/os/ipolis.inc.php index 6f5a0ad1bb..44b97e79f3 100644 --- a/includes/polling/os/ipolis.inc.php +++ b/includes/polling/os/ipolis.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Priit Mustasaar * @author Priit Mustasaar */ diff --git a/includes/polling/os/netagent2.inc.php b/includes/polling/os/netagent2.inc.php index c0b6670b9e..3955f7d386 100644 --- a/includes/polling/os/netagent2.inc.php +++ b/includes/polling/os/netagent2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Mikael Sipilainen * @author Mikael Sipilainen */ diff --git a/includes/polling/os/netguardian.inc.php b/includes/polling/os/netguardian.inc.php index 5fa9dcb5fb..081c6759bf 100644 --- a/includes/polling/os/netguardian.inc.php +++ b/includes/polling/os/netguardian.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ns-bsd.inc.php b/includes/polling/os/ns-bsd.inc.php index 3329a56c71..9053ef75ef 100644 --- a/includes/polling/os/ns-bsd.inc.php +++ b/includes/polling/os/ns-bsd.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Thomas GAGNIERE * @author Thomas GAGNIERE */ diff --git a/includes/polling/os/oceanstor.inc.php b/includes/polling/os/oceanstor.inc.php index cfbfa441f2..4811079e32 100644 --- a/includes/polling/os/oceanstor.inc.php +++ b/includes/polling/os/oceanstor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/powerlogic.inc.php b/includes/polling/os/powerlogic.inc.php index 9f3f260b4e..d8d120646e 100644 --- a/includes/polling/os/powerlogic.inc.php +++ b/includes/polling/os/powerlogic.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ptp600.inc.php b/includes/polling/os/ptp600.inc.php index f9c02245ec..43c209bd03 100644 --- a/includes/polling/os/ptp600.inc.php +++ b/includes/polling/os/ptp600.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/includes/polling/os/ptp800.inc.php b/includes/polling/os/ptp800.inc.php index 9b71d840e1..a9f62989d2 100644 --- a/includes/polling/os/ptp800.inc.php +++ b/includes/polling/os/ptp800.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/includes/polling/os/remoteye4.inc.php b/includes/polling/os/remoteye4.inc.php index f7b530d369..5f4fdc2c60 100644 --- a/includes/polling/os/remoteye4.inc.php +++ b/includes/polling/os/remoteye4.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/ros.inc.php b/includes/polling/os/ros.inc.php index 85abf207b3..23540baddf 100644 --- a/includes/polling/os/ros.inc.php +++ b/includes/polling/os/ros.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Lorenzo Zafra * @author Lorenzo Zafra */ diff --git a/includes/polling/os/savin.inc.php b/includes/polling/os/savin.inc.php index 759491b356..7683044477 100644 --- a/includes/polling/os/savin.inc.php +++ b/includes/polling/os/savin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/os/sinetica.inc.php b/includes/polling/os/sinetica.inc.php index 56762fdcb5..0ef9246fc2 100644 --- a/includes/polling/os/sinetica.inc.php +++ b/includes/polling/os/sinetica.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/smartos.inc.php b/includes/polling/os/smartos.inc.php index c6bb6d0cc9..ead4fd26fc 100644 --- a/includes/polling/os/smartos.inc.php +++ b/includes/polling/os/smartos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/tgos.inc.php b/includes/polling/os/tgos.inc.php index 91b847efe6..07155039ad 100644 --- a/includes/polling/os/tgos.inc.php +++ b/includes/polling/os/tgos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Thomas GAGNIERE * @author Thomas GAGNIERE */ diff --git a/includes/polling/os/tomato.inc.php b/includes/polling/os/tomato.inc.php index b31b85b9e7..de20fd836f 100644 --- a/includes/polling/os/tomato.inc.php +++ b/includes/polling/os/tomato.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/tpdin.inc.php b/includes/polling/os/tpdin.inc.php index aefe969539..c2139fa2e6 100644 --- a/includes/polling/os/tpdin.inc.php +++ b/includes/polling/os/tpdin.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/websensor.inc.php b/includes/polling/os/websensor.inc.php index e5a9e9fb08..3bc2c72d56 100644 --- a/includes/polling/os/websensor.inc.php +++ b/includes/polling/os/websensor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/os/zebra.inc.php b/includes/polling/os/zebra.inc.php index 35842ded73..660d90d23a 100644 --- a/includes/polling/os/zebra.inc.php +++ b/includes/polling/os/zebra.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/polling/ports/cisco-if-extension.inc.php b/includes/polling/ports/cisco-if-extension.inc.php index 54be39bb39..4425886765 100644 --- a/includes/polling/ports/cisco-if-extension.inc.php +++ b/includes/polling/ports/cisco-if-extension.inc.php @@ -6,7 +6,7 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic */ diff --git a/includes/polling/ports/f5.inc.php b/includes/polling/ports/f5.inc.php index 012b8d96f9..b9b9e61fc9 100644 --- a/includes/polling/ports/f5.inc.php +++ b/includes/polling/ports/f5.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/ports/os/airos-af-ltu.inc.php b/includes/polling/ports/os/airos-af-ltu.inc.php index 3c70570c55..e2204f06b6 100644 --- a/includes/polling/ports/os/airos-af-ltu.inc.php +++ b/includes/polling/ports/os/airos-af-ltu.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe */ diff --git a/includes/polling/ports/os/ciena-sds.inc.php b/includes/polling/ports/os/ciena-sds.inc.php index be9590a3c8..1645c0a9e7 100644 --- a/includes/polling/ports/os/ciena-sds.inc.php +++ b/includes/polling/ports/os/ciena-sds.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Dan Baker, Lancaster-Lebanon IU13 */ diff --git a/includes/polling/ports/os/cmm.inc.php b/includes/polling/ports/os/cmm.inc.php index aef492139c..8e9fd81387 100644 --- a/includes/polling/ports/os/cmm.inc.php +++ b/includes/polling/ports/os/cmm.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/includes/polling/ports/os/cxr-ts.inc.php b/includes/polling/ports/os/cxr-ts.inc.php index c2c0053fd0..88ecad3db5 100644 --- a/includes/polling/ports/os/cxr-ts.inc.php +++ b/includes/polling/ports/os/cxr-ts.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright PipoCanaja 2018 * @author PipoCanaja */ diff --git a/includes/polling/ports/os/ekinops.inc.php b/includes/polling/ports/os/ekinops.inc.php index 5e5adcc963..6e3db13212 100644 --- a/includes/polling/ports/os/ekinops.inc.php +++ b/includes/polling/ports/os/ekinops.inc.php @@ -26,12 +26,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/includes/polling/ports/os/infinera-groove.inc.php b/includes/polling/ports/os/infinera-groove.inc.php index 527ae8e9b3..c6a7b4fce2 100644 --- a/includes/polling/ports/os/infinera-groove.inc.php +++ b/includes/polling/ports/os/infinera-groove.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard */ diff --git a/includes/polling/ports/os/junos.inc.php b/includes/polling/ports/os/junos.inc.php index 4b88945c73..01943f28b1 100644 --- a/includes/polling/ports/os/junos.inc.php +++ b/includes/polling/ports/os/junos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Ruslan Magomedov * @author Ruslan Magomedov */ diff --git a/includes/polling/ports/os/nokia-isam.inc.php b/includes/polling/ports/os/nokia-isam.inc.php index 6c6c276697..64b331ad8e 100644 --- a/includes/polling/ports/os/nokia-isam.inc.php +++ b/includes/polling/ports/os/nokia-isam.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Vitali Kari * @author Vitali Kari */ diff --git a/includes/polling/ports/os/procera.inc.php b/includes/polling/ports/os/procera.inc.php index 6c9ce24a8a..8965d3f80f 100644 --- a/includes/polling/ports/os/procera.inc.php +++ b/includes/polling/ports/os/procera.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs */ diff --git a/includes/polling/ports/os/smartax.inc.php b/includes/polling/ports/os/smartax.inc.php index e74b487184..eb7be8751c 100644 --- a/includes/polling/ports/os/smartax.inc.php +++ b/includes/polling/ports/os/smartax.inc.php @@ -13,9 +13,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Roman Tutkevich * @author Roman Tutkevich */ diff --git a/includes/polling/ports/os/timos.inc.php b/includes/polling/ports/os/timos.inc.php index c6fdada0ba..7927e78f3d 100644 --- a/includes/polling/ports/os/timos.inc.php +++ b/includes/polling/ports/os/timos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Vitali Kari * @author Vitali Kari */ diff --git a/includes/polling/sensors/pre-cache/aos-emu2.inc.php b/includes/polling/sensors/pre-cache/aos-emu2.inc.php index b763d936d4..b7da550dc7 100644 --- a/includes/polling/sensors/pre-cache/aos-emu2.inc.php +++ b/includes/polling/sensors/pre-cache/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/sensors/pre-cache/geist-watchdog.inc.php b/includes/polling/sensors/pre-cache/geist-watchdog.inc.php index 1795d599d9..e7c7dd0590 100644 --- a/includes/polling/sensors/pre-cache/geist-watchdog.inc.php +++ b/includes/polling/sensors/pre-cache/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/sensors/state/fortigate.inc.php b/includes/polling/sensors/state/fortigate.inc.php index 0b0a39b373..db1d58f7b1 100644 --- a/includes/polling/sensors/state/fortigate.inc.php +++ b/includes/polling/sensors/state/fortigate.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Net Entertainment AB * @author Patrik Jonsson */ diff --git a/includes/polling/sensors/temperature/aos-emu2.inc.php b/includes/polling/sensors/temperature/aos-emu2.inc.php index ed08871102..019a33a79b 100644 --- a/includes/polling/sensors/temperature/aos-emu2.inc.php +++ b/includes/polling/sensors/temperature/aos-emu2.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/sensors/temperature/geist-watchdog.inc.php b/includes/polling/sensors/temperature/geist-watchdog.inc.php index e73b4221dc..9fb4b7d107 100644 --- a/includes/polling/sensors/temperature/geist-watchdog.inc.php +++ b/includes/polling/sensors/temperature/geist-watchdog.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/sensors/temperature/quantastor.inc.php b/includes/polling/sensors/temperature/quantastor.inc.php index dc97bcbbd1..2d5a21a511 100644 --- a/includes/polling/sensors/temperature/quantastor.inc.php +++ b/includes/polling/sensors/temperature/quantastor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Cercel Valentin * @author Cercel Valentin */ diff --git a/includes/polling/storage/arbos.inc.php b/includes/polling/storage/arbos.inc.php index 900085b1c2..fba100c4dc 100644 --- a/includes/polling/storage/arbos.inc.php +++ b/includes/polling/storage/arbos.inc.php @@ -15,10 +15,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop */ diff --git a/includes/polling/storage/datadomain.inc.php b/includes/polling/storage/datadomain.inc.php index 9029b36e49..b6b5f54b0b 100644 --- a/includes/polling/storage/datadomain.inc.php +++ b/includes/polling/storage/datadomain.inc.php @@ -7,7 +7,7 @@ * the source code distribution for details. * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 ACL * @author Abel Laura */ diff --git a/includes/polling/storage/gaia.inc.php b/includes/polling/storage/gaia.inc.php index c95bf12d98..2c1c7e5111 100644 --- a/includes/polling/storage/gaia.inc.php +++ b/includes/polling/storage/gaia.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/storage/intelliflash-pl.inc.php b/includes/polling/storage/intelliflash-pl.inc.php index 1ab4605b55..040718338c 100644 --- a/includes/polling/storage/intelliflash-pl.inc.php +++ b/includes/polling/storage/intelliflash-pl.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/includes/polling/storage/intelliflash-pr.inc.php b/includes/polling/storage/intelliflash-pr.inc.php index bbce789611..1ae0f173ba 100644 --- a/includes/polling/storage/intelliflash-pr.inc.php +++ b/includes/polling/storage/intelliflash-pr.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/includes/polling/storage/nimbleos.inc.php b/includes/polling/storage/nimbleos.inc.php index 58b7b4f824..0951003ad9 100644 --- a/includes/polling/storage/nimbleos.inc.php +++ b/includes/polling/storage/nimbleos.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ */ diff --git a/includes/polling/storage/oceanstor.inc.php b/includes/polling/storage/oceanstor.inc.php index f2e777b629..e597426c09 100644 --- a/includes/polling/storage/oceanstor.inc.php +++ b/includes/polling/storage/oceanstor.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/storage/onefs.inc.php b/includes/polling/storage/onefs.inc.php index 0a943816b0..30443cbe40 100644 --- a/includes/polling/storage/onefs.inc.php +++ b/includes/polling/storage/onefs.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/includes/polling/wireless.inc.php b/includes/polling/wireless.inc.php index 1a5b65d6a2..3b47c3b220 100644 --- a/includes/polling/wireless.inc.php +++ b/includes/polling/wireless.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/includes/rrdtool.inc.php b/includes/rrdtool.inc.php index 998ff2f3ed..abb3902e16 100644 --- a/includes/rrdtool.inc.php +++ b/includes/rrdtool.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright (C) 2006 - 2012 Adam Armstrong * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/sql-schema/update.php b/includes/sql-schema/update.php index 481454eb76..b0fb6f0ed6 100644 --- a/includes/sql-schema/update.php +++ b/includes/sql-schema/update.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Copyright (C) 2006-2012, Observium Developers - http://www.observium.org * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017-2018 Tony Murray * @author Tony Murray */ diff --git a/irc.php b/irc.php index e454e6a280..3b2ea902b8 100755 --- a/irc.php +++ b/irc.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ $init_modules = []; diff --git a/licenses/GPLv3-LICENSE.txt b/licenses/GPLv3-LICENSE.txt index dcd2097a64..fb5b8b34a7 100644 --- a/licenses/GPLv3-LICENSE.txt +++ b/licenses/GPLv3-LICENSE.txt @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,12 +664,12 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/misc/config_definitions.json b/misc/config_definitions.json index e8c6592d69..f45667c658 100644 --- a/misc/config_definitions.json +++ b/misc/config_definitions.json @@ -3927,7 +3927,7 @@ "type": "executable" }, "notifications.LibreNMS": { - "default": "http://www.librenms.org/notifications.rss", + "default": "https://www.librenms.org/notifications.rss", "type": "text" }, "notifications.local": { @@ -4502,7 +4502,7 @@ "type": "boolean" }, "project_home": { - "default": "http://www.librenms.org/", + "default": "https://www.librenms.org/", "type": "text" }, "project_id": { diff --git a/misc/notifications.rss b/misc/notifications.rss index 27046d6e13..830c5b13d5 100644 --- a/misc/notifications.rss +++ b/misc/notifications.rss @@ -3,7 +3,7 @@ LibreNMS Notifications RSS feed for notifications to LibreNMS users - http://www.librenms.org/ + https://www.librenms.org/ Mon, 02 May 2016 20:00:00 +0000 Mon, 02 Mar 2016 20:00:00 +0000 1800 diff --git a/poller.php b/poller.php index 8a2427dc92..cfa40610a4 100755 --- a/poller.php +++ b/poller.php @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @copyright (C) 2006 - 2012 Adam Armstrong * diff --git a/resources/js/components/Accordion.vue b/resources/js/components/Accordion.vue index 393c4553f5..83c9eb0bdf 100644 --- a/resources/js/components/Accordion.vue +++ b/resources/js/components/Accordion.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/AccordionItem.vue b/resources/js/components/AccordionItem.vue index 79f19fc876..9198e207ed 100644 --- a/resources/js/components/AccordionItem.vue +++ b/resources/js/components/AccordionItem.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/BaseSetting.vue b/resources/js/components/BaseSetting.vue index a08bd33875..f344bde0f4 100644 --- a/resources/js/components/BaseSetting.vue +++ b/resources/js/components/BaseSetting.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/LibrenmsSetting.vue b/resources/js/components/LibrenmsSetting.vue index d057dcba26..07136c7b55 100644 --- a/resources/js/components/LibrenmsSetting.vue +++ b/resources/js/components/LibrenmsSetting.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/LibrenmsSettings.vue b/resources/js/components/LibrenmsSettings.vue index 197d7225d8..e332409924 100644 --- a/resources/js/components/LibrenmsSettings.vue +++ b/resources/js/components/LibrenmsSettings.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/PollerSettings.vue b/resources/js/components/PollerSettings.vue index 4dd6bafe9e..c5df65234c 100644 --- a/resources/js/components/PollerSettings.vue +++ b/resources/js/components/PollerSettings.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2020 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingArray.vue b/resources/js/components/SettingArray.vue index becce207d6..46faa22042 100644 --- a/resources/js/components/SettingArray.vue +++ b/resources/js/components/SettingArray.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingBoolean.vue b/resources/js/components/SettingBoolean.vue index 05a25484d8..a4c6c96069 100644 --- a/resources/js/components/SettingBoolean.vue +++ b/resources/js/components/SettingBoolean.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingDashboardSelect.vue b/resources/js/components/SettingDashboardSelect.vue index 9dbf0f49c2..6dcae0c913 100644 --- a/resources/js/components/SettingDashboardSelect.vue +++ b/resources/js/components/SettingDashboardSelect.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingDirectory.vue b/resources/js/components/SettingDirectory.vue index 4e92c883ef..d5a6a4f513 100644 --- a/resources/js/components/SettingDirectory.vue +++ b/resources/js/components/SettingDirectory.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingEmail.vue b/resources/js/components/SettingEmail.vue index 49c58082be..bb6d8b1eba 100644 --- a/resources/js/components/SettingEmail.vue +++ b/resources/js/components/SettingEmail.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingExecutable.vue b/resources/js/components/SettingExecutable.vue index dfc8e36893..0aceccb255 100644 --- a/resources/js/components/SettingExecutable.vue +++ b/resources/js/components/SettingExecutable.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingInteger.vue b/resources/js/components/SettingInteger.vue index 4327ae9f74..b07e042439 100644 --- a/resources/js/components/SettingInteger.vue +++ b/resources/js/components/SettingInteger.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingLdapGroups.vue b/resources/js/components/SettingLdapGroups.vue index 8937bdfd22..e5261ea02f 100644 --- a/resources/js/components/SettingLdapGroups.vue +++ b/resources/js/components/SettingLdapGroups.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingMultiple.vue b/resources/js/components/SettingMultiple.vue index 0f0ad2dc5c..240889a9d1 100644 --- a/resources/js/components/SettingMultiple.vue +++ b/resources/js/components/SettingMultiple.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2020 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingNull.vue b/resources/js/components/SettingNull.vue index 5495070369..f2dbb7ca97 100644 --- a/resources/js/components/SettingNull.vue +++ b/resources/js/components/SettingNull.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingPassword.vue b/resources/js/components/SettingPassword.vue index 945100d536..94d1773452 100644 --- a/resources/js/components/SettingPassword.vue +++ b/resources/js/components/SettingPassword.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingSelect.vue b/resources/js/components/SettingSelect.vue index 073d0aff81..6b59f4b03d 100644 --- a/resources/js/components/SettingSelect.vue +++ b/resources/js/components/SettingSelect.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingSnmp3auth.vue b/resources/js/components/SettingSnmp3auth.vue index 54d8625210..ff90ab779b 100644 --- a/resources/js/components/SettingSnmp3auth.vue +++ b/resources/js/components/SettingSnmp3auth.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/SettingText.vue b/resources/js/components/SettingText.vue index c852d98211..2dcfd54cb0 100644 --- a/resources/js/components/SettingText.vue +++ b/resources/js/components/SettingText.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/Tab.vue b/resources/js/components/Tab.vue index 00056658c4..0e115d6c9c 100644 --- a/resources/js/components/Tab.vue +++ b/resources/js/components/Tab.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/Tabs.vue b/resources/js/components/Tabs.vue index e43aad596a..6b5a44e191 100644 --- a/resources/js/components/Tabs.vue +++ b/resources/js/components/Tabs.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/components/TransitionCollapseHeight.vue b/resources/js/components/TransitionCollapseHeight.vue index 1b8699e080..bbec6ed3a5 100644 --- a/resources/js/components/TransitionCollapseHeight.vue +++ b/resources/js/components/TransitionCollapseHeight.vue @@ -14,10 +14,10 @@ - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - - along with this program. If not, see . + - along with this program. If not, see . - - @package LibreNMS - - @link http://librenms.org + - @link https://www.librenms.org - @copyright 2019 Tony Murray - @author Tony Murray --> diff --git a/resources/js/plugins/i18n.js b/resources/js/plugins/i18n.js index a9eb933f09..bcbc861377 100644 --- a/resources/js/plugins/i18n.js +++ b/resources/js/plugins/i18n.js @@ -14,10 +14,10 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/resources/views/about/index.blade.php b/resources/views/about/index.blade.php index d6c406a0ec..e0e964b92c 100644 --- a/resources/views/about/index.blade.php +++ b/resources/views/about/index.blade.php @@ -28,7 +28,7 @@ - + @@ -64,13 +64,13 @@

@lang('Please feel free to join us and contribute code, documentation, and bug reports:')
- @lang('Web site') | + @lang('Web site') | @lang('Docs') | @lang('GitHub') | @lang('Bug tracker') | @lang('Community Forum') | - @lang('Twitter') | - @lang('Changelog') | + @lang('Twitter') | + @lang('Changelog') | @lang('Local git log')

@@ -192,7 +192,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see http://www.gnu.org/licenses/. +along with this program. If not, see https://www.gnu.org/licenses/. diff --git a/scripts/Migration/Standard_Conversion/convert_no_xml.sh b/scripts/Migration/Standard_Conversion/convert_no_xml.sh index 78e9dca33f..e717640858 100644 --- a/scripts/Migration/Standard_Conversion/convert_no_xml.sh +++ b/scripts/Migration/Standard_Conversion/convert_no_xml.sh @@ -18,7 +18,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/Migration/Standard_Conversion/destwork_no_xml.sh b/scripts/Migration/Standard_Conversion/destwork_no_xml.sh index bbe8cc0501..3c539f76d9 100644 --- a/scripts/Migration/Standard_Conversion/destwork_no_xml.sh +++ b/scripts/Migration/Standard_Conversion/destwork_no_xml.sh @@ -11,7 +11,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/Migration/Standard_Conversion/mkdir.sh b/scripts/Migration/Standard_Conversion/mkdir.sh index c87af6a5ff..d4faa3f34f 100644 --- a/scripts/Migration/Standard_Conversion/mkdir.sh +++ b/scripts/Migration/Standard_Conversion/mkdir.sh @@ -11,7 +11,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/Migration/XML_Conversion/convert.sh b/scripts/Migration/XML_Conversion/convert.sh index c3b4c90316..e85e7c0ae3 100644 --- a/scripts/Migration/XML_Conversion/convert.sh +++ b/scripts/Migration/XML_Conversion/convert.sh @@ -18,7 +18,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/Migration/XML_Conversion/destwork.sh b/scripts/Migration/XML_Conversion/destwork.sh index 94781c4f0b..704f9ea15e 100644 --- a/scripts/Migration/XML_Conversion/destwork.sh +++ b/scripts/Migration/XML_Conversion/destwork.sh @@ -13,7 +13,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/Migration/XML_Conversion/mkdir.sh b/scripts/Migration/XML_Conversion/mkdir.sh index c87af6a5ff..d4faa3f34f 100644 --- a/scripts/Migration/XML_Conversion/mkdir.sh +++ b/scripts/Migration/XML_Conversion/mkdir.sh @@ -11,7 +11,7 @@ ################################################################### ############################# CREDITS ############################# -# LibreNMS work is done by a great group - http://librenms.org # +# LibreNMS work is done by a great group - https://www.librenms.org # # Script Written by - Dan Brown - http://vlan50.com # ################################################################### diff --git a/scripts/composer_wrapper.php b/scripts/composer_wrapper.php index e90bc4a3c1..65db31f580 100755 --- a/scripts/composer_wrapper.php +++ b/scripts/composer_wrapper.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/scripts/gen_smokeping.php b/scripts/gen_smokeping.php index 2bff391c35..fbb32f2147 100755 --- a/scripts/gen_smokeping.php +++ b/scripts/gen_smokeping.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop */ diff --git a/scripts/ifAlias b/scripts/ifAlias index 8cf7b309cc..9342396eee 100755 --- a/scripts/ifAlias +++ b/scripts/ifAlias @@ -11,7 +11,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . DISTRO_BIN="/usr/bin/distro" BASE='.1.3.6.1.2.1.31.1.1.1.18' diff --git a/scripts/purge-port.php b/scripts/purge-port.php index 1878c9cbe3..dc9b616626 100755 --- a/scripts/purge-port.php +++ b/scripts/purge-port.php @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** diff --git a/scripts/rename-mibs.php b/scripts/rename-mibs.php index bf78d50017..2dc9caabfe 100755 --- a/scripts/rename-mibs.php +++ b/scripts/rename-mibs.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/scripts/rrdstep.php b/scripts/rrdstep.php index 0df75e6e2f..675898227e 100755 --- a/scripts/rrdstep.php +++ b/scripts/rrdstep.php @@ -16,9 +16,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/services-wrapper.py b/services-wrapper.py index db00db589e..f596ad2483 100755 --- a/services-wrapper.py +++ b/services-wrapper.py @@ -32,7 +32,7 @@ Public License for more details. You should have received a copy of the GNU General Public License along - with this program. If not, see http://www.gnu.org/licenses/. + with this program. If not, see https://www.gnu.org/licenses/. LICENSE.txt contains a copy of the full GPLv3 licensing conditions. """ diff --git a/snmp-scan.py b/snmp-scan.py index 10db2dc65c..193066d02a 100755 --- a/snmp-scan.py +++ b/snmp-scan.py @@ -13,10 +13,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . +along with this program. If not, see . @package LibreNMS -@link http://librenms.org +@link https://www.librenms.org @copyright 2017 Tony Murray @author Tony Murray """ diff --git a/tests/AddHostCliTest.php b/tests/AddHostCliTest.php index 26405a7158..1950580311 100644 --- a/tests/AddHostCliTest.php +++ b/tests/AddHostCliTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Lars Elgtvedt Susaas * @author Lars Elgtvedt Susaas */ diff --git a/tests/AddHostTest.php b/tests/AddHostTest.php index 77bafc796e..39ab60d2a4 100644 --- a/tests/AddHostTest.php +++ b/tests/AddHostTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Lars Elgtvedt Susaas * @author Lars Elgtvedt Susaas */ diff --git a/tests/AlertingTest.php b/tests/AlertingTest.php index 3143ef7dd9..5e8c56e7a0 100644 --- a/tests/AlertingTest.php +++ b/tests/AlertingTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/tests/AuthHTTPTest.php b/tests/AuthHTTPTest.php index 0b3207feda..c3b7f9c2ca 100644 --- a/tests/AuthHTTPTest.php +++ b/tests/AuthHTTPTest.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @link https://librenms.org * @copyright 2017 Adam Bishop diff --git a/tests/AuthSSOTest.php b/tests/AuthSSOTest.php index 58c648d50e..57e04ff8fc 100644 --- a/tests/AuthSSOTest.php +++ b/tests/AuthSSOTest.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @link https://librenms.org * @copyright 2017 Adam Bishop diff --git a/tests/BasicApiTest.php b/tests/BasicApiTest.php index b56833a3d3..16790296c8 100644 --- a/tests/BasicApiTest.php +++ b/tests/BasicApiTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Browser/Pages/PreferencesPage.php b/tests/Browser/Pages/PreferencesPage.php index d8fb70744a..1d82b8bd07 100644 --- a/tests/Browser/Pages/PreferencesPage.php +++ b/tests/Browser/Pages/PreferencesPage.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Browser/Pages/TwoFactorPage.php b/tests/Browser/Pages/TwoFactorPage.php index f0685b1f99..a51ca798a0 100644 --- a/tests/Browser/Pages/TwoFactorPage.php +++ b/tests/Browser/Pages/TwoFactorPage.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/CommonFunctionsTest.php b/tests/CommonFunctionsTest.php index dac1488793..9d41b92384 100644 --- a/tests/CommonFunctionsTest.php +++ b/tests/CommonFunctionsTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index dccde99036..df5d98e2b8 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/DBSetupTest.php b/tests/DBSetupTest.php index 4828977a47..660f20d591 100644 --- a/tests/DBSetupTest.php +++ b/tests/DBSetupTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ diff --git a/tests/DBTestCase.php b/tests/DBTestCase.php index 214d83e913..97d3ad2a0f 100644 --- a/tests/DBTestCase.php +++ b/tests/DBTestCase.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/DocsTest.php b/tests/DocsTest.php index fdbf5e29e2..c4ea6e280b 100644 --- a/tests/DocsTest.php +++ b/tests/DocsTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood */ diff --git a/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php b/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php index f54efeef23..799328e855 100644 --- a/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php +++ b/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php b/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php index 4fbadebd94..a69970e2bf 100644 --- a/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php +++ b/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php b/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php index 0a18e51a5e..ca5bfef4bd 100644 --- a/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php b/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php index 35bff3a7b1..909771ef57 100644 --- a/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php +++ b/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php b/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php index 4cdcb2647b..d6b7c10054 100644 --- a/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php b/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php index 00d44b55d3..3c967aac44 100644 --- a/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php +++ b/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php b/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php index c60088789b..15d34b750c 100644 --- a/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php +++ b/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php b/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php index 666cd94686..1c8618c7d9 100644 --- a/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php b/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php index 2320412ee9..8e0816bcf9 100644 --- a/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/ApcPduOutletTest.php b/tests/Feature/SnmpTraps/ApcPduOutletTest.php index 12236eeb37..47a5f8a37e 100644 --- a/tests/Feature/SnmpTraps/ApcPduOutletTest.php +++ b/tests/Feature/SnmpTraps/ApcPduOutletTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Tests\Feature\SnmpTraps; diff --git a/tests/Feature/SnmpTraps/BgpTrapTest.php b/tests/Feature/SnmpTraps/BgpTrapTest.php index faa05fb225..0528d4eb21 100644 --- a/tests/Feature/SnmpTraps/BgpTrapTest.php +++ b/tests/Feature/SnmpTraps/BgpTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Feature/SnmpTraps/CommonTrapTest.php b/tests/Feature/SnmpTraps/CommonTrapTest.php index 15bed9e19b..0c41fc6fce 100644 --- a/tests/Feature/SnmpTraps/CommonTrapTest.php +++ b/tests/Feature/SnmpTraps/CommonTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Feature/SnmpTraps/CyberPowerTrapsTest.php b/tests/Feature/SnmpTraps/CyberPowerTrapsTest.php index 6343337d4a..c6083ff58b 100644 --- a/tests/Feature/SnmpTraps/CyberPowerTrapsTest.php +++ b/tests/Feature/SnmpTraps/CyberPowerTrapsTest.php @@ -13,12 +13,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Unit tests for CyberPower UPS SNMP trap handlers * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php b/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php index b5d201fee5..b0f6fb9fbb 100644 --- a/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php +++ b/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php @@ -13,12 +13,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Unit tests for Fortigate FgTrapAvOversized.php * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/FgTrapIpsTest.php b/tests/Feature/SnmpTraps/FgTrapIpsTest.php index 3d289a97ea..defbd40e3a 100644 --- a/tests/Feature/SnmpTraps/FgTrapIpsTest.php +++ b/tests/Feature/SnmpTraps/FgTrapIpsTest.php @@ -13,12 +13,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Unit tests for Fortigate IPS SNMP trap handlers (FgTrapIps*) * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php b/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php index 46e2b75e28..ce4e4637cf 100644 --- a/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php +++ b/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php b/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php index 18e922cba1..23d64ddc8a 100644 --- a/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php +++ b/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php @@ -13,12 +13,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Unit tests for Fortigate FmTrapLogRateThreshold.php * * @package LibreNMS - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxBgpM2Test.php b/tests/Feature/SnmpTraps/JnxBgpM2Test.php index 45b1fd751d..04456b74ca 100644 --- a/tests/Feature/SnmpTraps/JnxBgpM2Test.php +++ b/tests/Feature/SnmpTraps/JnxBgpM2Test.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Tests Junipers BGPv4 traps, specificaly jnxBgpM2Established and * jnxBgpM2BackwardTransition * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php b/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php index 64dbc160c6..c0d46809e7 100644 --- a/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php +++ b/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Test Juniper configuration change trap jnxCmCfgChange * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxDomAlarmTest.php b/tests/Feature/SnmpTraps/JnxDomAlarmTest.php index 8b212e38eb..ec6ba6bc0d 100644 --- a/tests/Feature/SnmpTraps/JnxDomAlarmTest.php +++ b/tests/Feature/SnmpTraps/JnxDomAlarmTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php b/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php index 25bd212343..fab2e05a72 100644 --- a/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php +++ b/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxLdpLspTest.php b/tests/Feature/SnmpTraps/JnxLdpLspTest.php index 3773246a31..19bf1c31b8 100644 --- a/tests/Feature/SnmpTraps/JnxLdpLspTest.php +++ b/tests/Feature/SnmpTraps/JnxLdpLspTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxLdpLspDown and JnxLdpLspUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxLdpSesTest.php b/tests/Feature/SnmpTraps/JnxLdpSesTest.php index 8fa36bed31..9347b1d76b 100644 --- a/tests/Feature/SnmpTraps/JnxLdpSesTest.php +++ b/tests/Feature/SnmpTraps/JnxLdpSesTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxLdpSesDown and JnxLdpSesUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php b/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php index 9d46c70de8..bbc0266653 100644 --- a/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php +++ b/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxVpnIfTest.php b/tests/Feature/SnmpTraps/JnxVpnIfTest.php index 72e413457f..34e3e99170 100644 --- a/tests/Feature/SnmpTraps/JnxVpnIfTest.php +++ b/tests/Feature/SnmpTraps/JnxVpnIfTest.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxVpnIfDown and JnxVpnIfUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/JnxVpnPwTest.php b/tests/Feature/SnmpTraps/JnxVpnPwTest.php index c887191292..5b0a5e9d4b 100644 --- a/tests/Feature/SnmpTraps/JnxVpnPwTest.php +++ b/tests/Feature/SnmpTraps/JnxVpnPwTest.php @@ -15,12 +15,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxVpnPwDown and JnxVpnPwUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/MgmtTrapNmsAlarmTest.php b/tests/Feature/SnmpTraps/MgmtTrapNmsAlarmTest.php index 3a8ff7a96b..538a823794 100644 --- a/tests/Feature/SnmpTraps/MgmtTrapNmsAlarmTest.php +++ b/tests/Feature/SnmpTraps/MgmtTrapNmsAlarmTest.php @@ -17,12 +17,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxVpnPwDown and JnxVpnPwUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/MgmtTrapNmsEventTest.php b/tests/Feature/SnmpTraps/MgmtTrapNmsEventTest.php index 0fbcea6cf9..1981e3b124 100644 --- a/tests/Feature/SnmpTraps/MgmtTrapNmsEventTest.php +++ b/tests/Feature/SnmpTraps/MgmtTrapNmsEventTest.php @@ -17,12 +17,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests JnxVpnPwDown and JnxVpnPwUp traps from Juniper devices. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php b/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php index 910d206d71..188dd7360f 100644 --- a/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php +++ b/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org */ namespace LibreNMS\Tests\Feature\SnmpTraps; diff --git a/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php b/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php index 72f671380e..1f98ec7e7a 100644 --- a/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php +++ b/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php @@ -19,9 +19,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php b/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php index a31986d951..5ffe204183 100644 --- a/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php +++ b/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php @@ -19,9 +19,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/PortsTrapTest.php b/tests/Feature/SnmpTraps/PortsTrapTest.php index 03946a29c1..0aeedfb33a 100644 --- a/tests/Feature/SnmpTraps/PortsTrapTest.php +++ b/tests/Feature/SnmpTraps/PortsTrapTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Feature/SnmpTraps/RuckusEventTest.php b/tests/Feature/SnmpTraps/RuckusEventTest.php index c7ac0c4e47..2856506837 100644 --- a/tests/Feature/SnmpTraps/RuckusEventTest.php +++ b/tests/Feature/SnmpTraps/RuckusEventTest.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Tests generic Ruckus Wireless event trap handlers. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php b/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php index 7211100980..dcf092ce02 100644 --- a/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php +++ b/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Tests Ruckus Wireless SmartZone cluster state trap handlers.. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/RuckusSzEventTest.php b/tests/Feature/SnmpTraps/RuckusSzEventTest.php index b4fd6d4ed9..34554929e9 100644 --- a/tests/Feature/SnmpTraps/RuckusSzEventTest.php +++ b/tests/Feature/SnmpTraps/RuckusSzEventTest.php @@ -15,11 +15,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Tests Ruckus Wireless SmartZone Event trap handlers. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/SnmpTrapTestCase.php b/tests/Feature/SnmpTraps/SnmpTrapTestCase.php index 9c1b065ce2..1c9b09043c 100644 --- a/tests/Feature/SnmpTraps/SnmpTrapTestCase.php +++ b/tests/Feature/SnmpTraps/SnmpTrapTestCase.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php b/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php index 487797cb57..62434056c6 100644 --- a/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php +++ b/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @author TheGreatDoc */ diff --git a/tests/Feature/SnmpTraps/VmwHBTest.php b/tests/Feature/SnmpTraps/VmwHBTest.php index ba887ceb9b..5dcf7c0a67 100644 --- a/tests/Feature/SnmpTraps/VmwHBTest.php +++ b/tests/Feature/SnmpTraps/VmwHBTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests vmwVmHBLost and vmwVmHBDetected traps from VMWare ESXi hosts. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/Feature/SnmpTraps/VmwPowerStateTest.php b/tests/Feature/SnmpTraps/VmwPowerStateTest.php index 3bdbc0b327..d761a24497 100644 --- a/tests/Feature/SnmpTraps/VmwPowerStateTest.php +++ b/tests/Feature/SnmpTraps/VmwPowerStateTest.php @@ -14,12 +14,12 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * * Tests vmwVmPoweredOff, vmwVmPoweredOn, and vmwVmSuspended traps from VMWare ESXi hosts. * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart */ diff --git a/tests/FpingTest.php b/tests/FpingTest.php index 1b0319e886..840a563df9 100644 --- a/tests/FpingTest.php +++ b/tests/FpingTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/FunctionsTest.php b/tests/FunctionsTest.php index 57ac273acd..566318d9d7 100644 --- a/tests/FunctionsTest.php +++ b/tests/FunctionsTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/GitIgnoreTest.php b/tests/GitIgnoreTest.php index 217d1021ff..61e5b25fb3 100644 --- a/tests/GitIgnoreTest.php +++ b/tests/GitIgnoreTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/IpTest.php b/tests/IpTest.php index 16a4551e33..2f8215b814 100644 --- a/tests/IpTest.php +++ b/tests/IpTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/MibTest.php b/tests/MibTest.php index df07e521c3..153414e3c6 100644 --- a/tests/MibTest.php +++ b/tests/MibTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/OSDiscoveryTest.php b/tests/OSDiscoveryTest.php index 3dbcfd8fe1..7cc333b9fd 100644 --- a/tests/OSDiscoveryTest.php +++ b/tests/OSDiscoveryTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/tests/OSModulesTest.php b/tests/OSModulesTest.php index fc60805666..259ea1de65 100644 --- a/tests/OSModulesTest.php +++ b/tests/OSModulesTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/QueryBuilderTest.php b/tests/QueryBuilderTest.php index 8a4f0815ec..009bf04dc9 100644 --- a/tests/QueryBuilderTest.php +++ b/tests/QueryBuilderTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/RrdDefinitionTest.php b/tests/RrdDefinitionTest.php index 7333124546..47529d414e 100644 --- a/tests/RrdDefinitionTest.php +++ b/tests/RrdDefinitionTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/RrdtoolTest.php b/tests/RrdtoolTest.php index 8f10807f4f..7ae66a43cf 100644 --- a/tests/RrdtoolTest.php +++ b/tests/RrdtoolTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/tests/SVGTest.php b/tests/SVGTest.php index db926898a8..56f5b9670d 100644 --- a/tests/SVGTest.php +++ b/tests/SVGTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ diff --git a/tests/SchemaTest.php b/tests/SchemaTest.php index ff5c702d8d..6b719ee8c2 100644 --- a/tests/SchemaTest.php +++ b/tests/SchemaTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/SmokepingCliTest.php b/tests/SmokepingCliTest.php index e36025a3ad..8fdcd92d9f 100644 --- a/tests/SmokepingCliTest.php +++ b/tests/SmokepingCliTest.php @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * @link https://librenms.org * @copyright 2020 Adam Bishop diff --git a/tests/SnmpsimHelpers.php b/tests/SnmpsimHelpers.php index 22a38572db..04ee0b257c 100644 --- a/tests/SnmpsimHelpers.php +++ b/tests/SnmpsimHelpers.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/SyslogTest.php b/tests/SyslogTest.php index 4c88ceef3d..7ab1bdc8df 100644 --- a/tests/SyslogTest.php +++ b/tests/SyslogTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/CiHelperTest.php b/tests/Unit/CiHelperTest.php index e8d6c4ed9f..54a821a40b 100644 --- a/tests/Unit/CiHelperTest.php +++ b/tests/Unit/CiHelperTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/ComponentTest.php b/tests/Unit/ComponentTest.php index 8bd76d431d..b5b7ee05c1 100644 --- a/tests/Unit/ComponentTest.php +++ b/tests/Unit/ComponentTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Data/DatastoreTest.php b/tests/Unit/Data/DatastoreTest.php index a9fad5ce0e..b5a59ec3c4 100644 --- a/tests/Unit/Data/DatastoreTest.php +++ b/tests/Unit/Data/DatastoreTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Data/GraphiteStoreTest.php b/tests/Unit/Data/GraphiteStoreTest.php index f57d63eceb..8fabc391d1 100644 --- a/tests/Unit/Data/GraphiteStoreTest.php +++ b/tests/Unit/Data/GraphiteStoreTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Data/InfluxDBStoreTest.php b/tests/Unit/Data/InfluxDBStoreTest.php index 675a2040f0..31069b4114 100644 --- a/tests/Unit/Data/InfluxDBStoreTest.php +++ b/tests/Unit/Data/InfluxDBStoreTest.php @@ -14,9 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Data/OpenTSDBStoreTest.php b/tests/Unit/Data/OpenTSDBStoreTest.php index effcca3492..d64e72e95d 100644 --- a/tests/Unit/Data/OpenTSDBStoreTest.php +++ b/tests/Unit/Data/OpenTSDBStoreTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Data/PrometheusStoreTest.php b/tests/Unit/Data/PrometheusStoreTest.php index 2f2173ec23..860a1b229d 100644 --- a/tests/Unit/Data/PrometheusStoreTest.php +++ b/tests/Unit/Data/PrometheusStoreTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/DeviceTest.php b/tests/Unit/DeviceTest.php index 4295c02e72..25e165a144 100644 --- a/tests/Unit/DeviceTest.php +++ b/tests/Unit/DeviceTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/FileCategorizerTest.php b/tests/Unit/FileCategorizerTest.php index 43aef77cfc..b1ea7f19b0 100644 --- a/tests/Unit/FileCategorizerTest.php +++ b/tests/Unit/FileCategorizerTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/PermissionsTest.php b/tests/Unit/PermissionsTest.php index bdd50738af..336db7101e 100644 --- a/tests/Unit/PermissionsTest.php +++ b/tests/Unit/PermissionsTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2019 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/SqliteTest.php b/tests/Unit/SqliteTest.php index e4254acbd9..386a43a82f 100644 --- a/tests/Unit/SqliteTest.php +++ b/tests/Unit/SqliteTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2020 Tony Murray * @author Tony Murray */ diff --git a/tests/Unit/Util/EnvTest.php b/tests/Unit/Util/EnvTest.php index 1fbb51da7e..18987b7df2 100644 --- a/tests/Unit/Util/EnvTest.php +++ b/tests/Unit/Util/EnvTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2018 Tony Murray * @author Tony Murray */ diff --git a/tests/YamlSchemaTest.php b/tests/YamlSchemaTest.php index 85190a9de9..37b78a7819 100644 --- a/tests/YamlSchemaTest.php +++ b/tests/YamlSchemaTest.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood */ diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e92e1b45d7..01327a2b5d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */ diff --git a/tests/mocks/mock.snmp.inc.php b/tests/mocks/mock.snmp.inc.php index 299445bf5b..fb92b8fc9e 100644 --- a/tests/mocks/mock.snmp.inc.php +++ b/tests/mocks/mock.snmp.inc.php @@ -15,9 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * - * @link http://librenms.org + * @link https://www.librenms.org * @copyright 2016 Tony Murray * @author Tony Murray */
@lang('Version'){{ $version_local }}{{ $version_local }}
@lang('Database Schema')