diff --git a/LibreNMS/Alert/AlertDB.php b/LibreNMS/Alert/AlertDB.php index 12e3e8f4b8..44d69eecf4 100644 --- a/LibreNMS/Alert/AlertDB.php +++ b/LibreNMS/Alert/AlertDB.php @@ -24,7 +24,6 @@ * @license GPL * * Modified by: - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -32,8 +31,6 @@ namespace LibreNMS\Alert; -use App\Models\Device; -use LibreNMS\Alert\AlertUtil; use LibreNMS\Alerting\QueryBuilderParser; class AlertDB diff --git a/LibreNMS/Alert/AlertData.php b/LibreNMS/Alert/AlertData.php index 9acc4eb35d..538f5e9a3a 100644 --- a/LibreNMS/Alert/AlertData.php +++ b/LibreNMS/Alert/AlertData.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Alert/AlertRules.php b/LibreNMS/Alert/AlertRules.php index 5e2068c666..478f613add 100644 --- a/LibreNMS/Alert/AlertRules.php +++ b/LibreNMS/Alert/AlertRules.php @@ -21,11 +21,6 @@ * @author Daniel Preussker * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts - * - * Modeified by: - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -33,10 +28,7 @@ namespace LibreNMS\Alert; -use App\Models\Device; use Carbon\Carbon; -use LibreNMS\Alert\AlertDB; -use LibreNMS\Alert\AlertUtil; use LibreNMS\Enum\AlertState; class AlertRules diff --git a/LibreNMS/Alert/AlertUtil.php b/LibreNMS/Alert/AlertUtil.php index 3d50ef5d7b..5bd1c27b2a 100644 --- a/LibreNMS/Alert/AlertUtil.php +++ b/LibreNMS/Alert/AlertUtil.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Alert/Template.php b/LibreNMS/Alert/Template.php index df11894489..a5ed88a069 100644 --- a/LibreNMS/Alert/Template.php +++ b/LibreNMS/Alert/Template.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/Alert/Transport/Alerta.php b/LibreNMS/Alert/Transport/Alerta.php index fcbe7f9388..1e6853f6db 100644 --- a/LibreNMS/Alert/Transport/Alerta.php +++ b/LibreNMS/Alert/Transport/Alerta.php @@ -10,8 +10,6 @@ * @author GitStoph * @copyright 2019 GitStoph * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Alertmanager.php b/LibreNMS/Alert/Transport/Alertmanager.php index 7983988793..5beadf0b96 100644 --- a/LibreNMS/Alert/Transport/Alertmanager.php +++ b/LibreNMS/Alert/Transport/Alertmanager.php @@ -17,8 +17,6 @@ * Alertmanager Transport * @copyright 2019 LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Api.php b/LibreNMS/Alert/Transport/Api.php index 8f9858ae0a..f27f74e346 100644 --- a/LibreNMS/Alert/Transport/Api.php +++ b/LibreNMS/Alert/Transport/Api.php @@ -19,15 +19,11 @@ * @author PipoCanaja (github.com/PipoCanaja) * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; -use GuzzleHttp\Client; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Api extends Transport { diff --git a/LibreNMS/Alert/Transport/Boxcar.php b/LibreNMS/Alert/Transport/Boxcar.php index 3705547480..c1cdbe579c 100644 --- a/LibreNMS/Alert/Transport/Boxcar.php +++ b/LibreNMS/Alert/Transport/Boxcar.php @@ -32,8 +32,6 @@ * @author trick77 * @copyright 2015 trick77, neokjames, f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Canopsis.php b/LibreNMS/Alert/Transport/Canopsis.php index 052ec33cfe..2eeeec959b 100644 --- a/LibreNMS/Alert/Transport/Canopsis.php +++ b/LibreNMS/Alert/Transport/Canopsis.php @@ -3,7 +3,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Canopsis extends Transport { diff --git a/LibreNMS/Alert/Transport/Ciscospark.php b/LibreNMS/Alert/Transport/Ciscospark.php index 2aa3cb252b..fd3e617bf5 100644 --- a/LibreNMS/Alert/Transport/Ciscospark.php +++ b/LibreNMS/Alert/Transport/Ciscospark.php @@ -13,7 +13,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Ciscospark extends Transport { diff --git a/LibreNMS/Alert/Transport/Clickatell.php b/LibreNMS/Alert/Transport/Clickatell.php index 8018f8edb0..fe267698cc 100644 --- a/LibreNMS/Alert/Transport/Clickatell.php +++ b/LibreNMS/Alert/Transport/Clickatell.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2015 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Clickatell extends Transport { diff --git a/LibreNMS/Alert/Transport/Discord.php b/LibreNMS/Alert/Transport/Discord.php index 44f57bdc77..9306d3a199 100644 --- a/LibreNMS/Alert/Transport/Discord.php +++ b/LibreNMS/Alert/Transport/Discord.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ @@ -29,7 +28,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Discord extends Transport { diff --git a/LibreNMS/Alert/Transport/Dummy.php b/LibreNMS/Alert/Transport/Dummy.php index 0a0623236a..b8bab73bcb 100644 --- a/LibreNMS/Alert/Transport/Dummy.php +++ b/LibreNMS/Alert/Transport/Dummy.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Dummy extends Transport { diff --git a/LibreNMS/Alert/Transport/Gitlab.php b/LibreNMS/Alert/Transport/Gitlab.php index c660930155..534518d913 100644 --- a/LibreNMS/Alert/Transport/Gitlab.php +++ b/LibreNMS/Alert/Transport/Gitlab.php @@ -18,8 +18,6 @@ * @author Drew Hynes * @copyright 2018 Drew Hynes, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Hipchat.php b/LibreNMS/Alert/Transport/Hipchat.php index f92e792d68..1ddaec9144 100644 --- a/LibreNMS/Alert/Transport/Hipchat.php +++ b/LibreNMS/Alert/Transport/Hipchat.php @@ -25,7 +25,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Hipchat extends Transport { diff --git a/LibreNMS/Alert/Transport/Irc.php b/LibreNMS/Alert/Transport/Irc.php index 7a47904b86..299afbfeeb 100644 --- a/LibreNMS/Alert/Transport/Irc.php +++ b/LibreNMS/Alert/Transport/Irc.php @@ -18,15 +18,12 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; use LibreNMS\Config; -use LibreNMS\Enum\AlertState; class Irc extends Transport { diff --git a/LibreNMS/Alert/Transport/Jira.php b/LibreNMS/Alert/Transport/Jira.php index 83a61c4f5a..400bdd9643 100644 --- a/LibreNMS/Alert/Transport/Jira.php +++ b/LibreNMS/Alert/Transport/Jira.php @@ -18,14 +18,11 @@ * @author Aldemir Akpinar * @copyright 2017 Aldemir Akpinar, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Jira extends Transport { diff --git a/LibreNMS/Alert/Transport/Kayako.php b/LibreNMS/Alert/Transport/Kayako.php index 358e51c474..e36180e31a 100644 --- a/LibreNMS/Alert/Transport/Kayako.php +++ b/LibreNMS/Alert/Transport/Kayako.php @@ -14,7 +14,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; use LibreNMS\Config; -use LibreNMS\Enum\AlertState; class Kayako extends Transport { diff --git a/LibreNMS/Alert/Transport/Linenotify.php b/LibreNMS/Alert/Transport/Linenotify.php index e3108a615a..a687f7f3b7 100644 --- a/LibreNMS/Alert/Transport/Linenotify.php +++ b/LibreNMS/Alert/Transport/Linenotify.php @@ -1,14 +1,11 @@ * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; use LibreNMS\Config; -use LibreNMS\Enum\AlertState; class Mail extends Transport { diff --git a/LibreNMS/Alert/Transport/Matrix.php b/LibreNMS/Alert/Transport/Matrix.php index 15a636077b..f73677b8fb 100644 --- a/LibreNMS/Alert/Transport/Matrix.php +++ b/LibreNMS/Alert/Transport/Matrix.php @@ -18,15 +18,11 @@ * @author Raphael Dannecker (github.com/raphael247) * @copyright 2020 , LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; -use GuzzleHttp\Client; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Matrix extends Transport { diff --git a/LibreNMS/Alert/Transport/Mattermost.php b/LibreNMS/Alert/Transport/Mattermost.php index 7f27ec37b5..8b8f6e1a7f 100755 --- a/LibreNMS/Alert/Transport/Mattermost.php +++ b/LibreNMS/Alert/Transport/Mattermost.php @@ -18,14 +18,11 @@ * @author George Pantazis * @copyright 2019 George Pantazis, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Mattermost extends Transport { diff --git a/LibreNMS/Alert/Transport/Msteams.php b/LibreNMS/Alert/Transport/Msteams.php index 9405ba7f8c..e54f41ee73 100644 --- a/LibreNMS/Alert/Transport/Msteams.php +++ b/LibreNMS/Alert/Transport/Msteams.php @@ -13,7 +13,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Msteams extends Transport { diff --git a/LibreNMS/Alert/Transport/Nagios.php b/LibreNMS/Alert/Transport/Nagios.php index 62678b1c13..c05cf8693a 100644 --- a/LibreNMS/Alert/Transport/Nagios.php +++ b/LibreNMS/Alert/Transport/Nagios.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Nagios extends Transport { diff --git a/LibreNMS/Alert/Transport/Opsgenie.php b/LibreNMS/Alert/Transport/Opsgenie.php index d8c6e00931..ab11c7f050 100755 --- a/LibreNMS/Alert/Transport/Opsgenie.php +++ b/LibreNMS/Alert/Transport/Opsgenie.php @@ -18,14 +18,11 @@ * @author Celal Emre CICEK * @copyright 2017 Celal Emre CICEK * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Opsgenie extends Transport { diff --git a/LibreNMS/Alert/Transport/Osticket.php b/LibreNMS/Alert/Transport/Osticket.php index 3ef8c75bf6..1e34756779 100644 --- a/LibreNMS/Alert/Transport/Osticket.php +++ b/LibreNMS/Alert/Transport/Osticket.php @@ -14,7 +14,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; use LibreNMS\Config; -use LibreNMS\Enum\AlertState; class Osticket extends Transport { diff --git a/LibreNMS/Alert/Transport/Pagerduty.php b/LibreNMS/Alert/Transport/Pagerduty.php index 5a9bf061f0..b44ccee97b 100644 --- a/LibreNMS/Alert/Transport/Pagerduty.php +++ b/LibreNMS/Alert/Transport/Pagerduty.php @@ -18,8 +18,6 @@ * @author f0o * @copyright 2015 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Playsms.php b/LibreNMS/Alert/Transport/Playsms.php index d8f5bf7634..544a2d5ba4 100644 --- a/LibreNMS/Alert/Transport/Playsms.php +++ b/LibreNMS/Alert/Transport/Playsms.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2015 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Playsms extends Transport { diff --git a/LibreNMS/Alert/Transport/Pushbullet.php b/LibreNMS/Alert/Transport/Pushbullet.php index e994197573..369dcaed1e 100644 --- a/LibreNMS/Alert/Transport/Pushbullet.php +++ b/LibreNMS/Alert/Transport/Pushbullet.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2015 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Pushbullet extends Transport { diff --git a/LibreNMS/Alert/Transport/Pushover.php b/LibreNMS/Alert/Transport/Pushover.php index 8dbaf97103..337a1603d5 100644 --- a/LibreNMS/Alert/Transport/Pushover.php +++ b/LibreNMS/Alert/Transport/Pushover.php @@ -32,8 +32,6 @@ * @author neokjames * @copyright 2015 neokjames, f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Rocket.php b/LibreNMS/Alert/Transport/Rocket.php index 0dc5e3b849..ec64611dde 100644 --- a/LibreNMS/Alert/Transport/Rocket.php +++ b/LibreNMS/Alert/Transport/Rocket.php @@ -18,14 +18,11 @@ * @author ToeiRei * @copyright 2017 ToeiRei, LibreNMS work based on the work of f0o. It's his work. * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Rocket extends Transport { diff --git a/LibreNMS/Alert/Transport/Sensu.php b/LibreNMS/Alert/Transport/Sensu.php index 655b2441ff..8e1b9610ae 100644 --- a/LibreNMS/Alert/Transport/Sensu.php +++ b/LibreNMS/Alert/Transport/Sensu.php @@ -17,8 +17,6 @@ * @author Adam Bishop * @copyright 2020 Adam Bishop, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alert/Transport/Slack.php b/LibreNMS/Alert/Transport/Slack.php index 4fe53f9194..dd47683caa 100644 --- a/LibreNMS/Alert/Transport/Slack.php +++ b/LibreNMS/Alert/Transport/Slack.php @@ -18,14 +18,11 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Slack extends Transport { diff --git a/LibreNMS/Alert/Transport/Smseagle.php b/LibreNMS/Alert/Transport/Smseagle.php index b8dcb012a6..ce55557055 100644 --- a/LibreNMS/Alert/Transport/Smseagle.php +++ b/LibreNMS/Alert/Transport/Smseagle.php @@ -18,15 +18,12 @@ * @author Barry O'Donovan * @copyright 2017 Barry O'Donovan, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use Illuminate\Support\Str; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Smseagle extends Transport { diff --git a/LibreNMS/Alert/Transport/Smsfeedback.php b/LibreNMS/Alert/Transport/Smsfeedback.php index 946b93fda4..699a6209ca 100644 --- a/LibreNMS/Alert/Transport/Smsfeedback.php +++ b/LibreNMS/Alert/Transport/Smsfeedback.php @@ -18,14 +18,11 @@ * @author Barry O'Donovan * @copyright 2017 Barry O'Donovan, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Smsfeedback extends Transport { diff --git a/LibreNMS/Alert/Transport/Telegram.php b/LibreNMS/Alert/Transport/Telegram.php index 45fe5f6233..50f1f549d4 100644 --- a/LibreNMS/Alert/Transport/Telegram.php +++ b/LibreNMS/Alert/Transport/Telegram.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood @@ -26,7 +25,6 @@ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Telegram extends Transport { diff --git a/LibreNMS/Alert/Transport/Twilio.php b/LibreNMS/Alert/Transport/Twilio.php index 0324b67323..823f9691eb 100644 --- a/LibreNMS/Alert/Transport/Twilio.php +++ b/LibreNMS/Alert/Transport/Twilio.php @@ -10,14 +10,11 @@ * Twilio API Transport * @author Andy Rosen * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; use LibreNMS\Alert\Transport; -use LibreNMS\Enum\AlertState; class Twilio extends Transport { diff --git a/LibreNMS/Alert/Transport/Victorops.php b/LibreNMS/Alert/Transport/Victorops.php index 8e5e73a63d..d4b4b42a57 100644 --- a/LibreNMS/Alert/Transport/Victorops.php +++ b/LibreNMS/Alert/Transport/Victorops.php @@ -19,8 +19,6 @@ * @author laf * @copyright 2015 f0o, laf, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ namespace LibreNMS\Alert\Transport; diff --git a/LibreNMS/Alerting/QueryBuilderFilter.php b/LibreNMS/Alerting/QueryBuilderFilter.php index 3b2d7c4d8f..d52af2b1ce 100644 --- a/LibreNMS/Alerting/QueryBuilderFilter.php +++ b/LibreNMS/Alerting/QueryBuilderFilter.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -28,7 +27,6 @@ namespace LibreNMS\Alerting; use Illuminate\Support\Str; use LibreNMS\Config; use LibreNMS\DB\Schema; -use Symfony\Component\Yaml\Yaml; class QueryBuilderFilter implements \JsonSerializable { diff --git a/LibreNMS/Alerting/QueryBuilderFluentParser.php b/LibreNMS/Alerting/QueryBuilderFluentParser.php index 9d768a2ee6..cdbb6f6129 100644 --- a/LibreNMS/Alerting/QueryBuilderFluentParser.php +++ b/LibreNMS/Alerting/QueryBuilderFluentParser.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Alerting/QueryBuilderParser.php b/LibreNMS/Alerting/QueryBuilderParser.php index 6530a395a0..ef10350222 100644 --- a/LibreNMS/Alerting/QueryBuilderParser.php +++ b/LibreNMS/Alerting/QueryBuilderParser.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Authentication/ActiveDirectoryCommon.php b/LibreNMS/Authentication/ActiveDirectoryCommon.php index 6a70f247b6..c1ab906f7b 100644 --- a/LibreNMS/Authentication/ActiveDirectoryCommon.php +++ b/LibreNMS/Authentication/ActiveDirectoryCommon.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Authentication/AuthorizerBase.php b/LibreNMS/Authentication/AuthorizerBase.php index df5919db42..1a6a34d2c2 100644 --- a/LibreNMS/Authentication/AuthorizerBase.php +++ b/LibreNMS/Authentication/AuthorizerBase.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray @@ -26,7 +25,6 @@ namespace LibreNMS\Authentication; use LibreNMS\Interfaces\Authentication\Authorizer; -use Session; abstract class AuthorizerBase implements Authorizer { diff --git a/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php b/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php index 2aea06deb6..526675e50d 100644 --- a/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php +++ b/LibreNMS/Authentication/LdapAuthorizationAuthorizer.php @@ -19,22 +19,6 @@ * @author Maximilian Wilhelm * @copyright 2016 LibreNMS, Barbarossa * @license GPL - * @package LibreNMS - * @subpackage Authentication - * - * This Authentitation / Authorization module provides the ability to let - * the webserver (e.g. Apache) do the user Authentication (using Kerberos - * f.e.) and let libreNMS do the Authorization of the already known user. - * Authorization and setting of libreNMS user level is done by LDAP group - * names specified in the configuration file. The group configuration is - * basicly copied from the existing ldap Authentication module. - * - * Most of the code is copied from the http-auth and ldap Authentication - * modules already existing. - * - * To save lots of redundant queries to the LDAP server and speed up the - * libreNMS WebUI, all information is cached within the Laravel Session as - * long as specified in the 'auth_ldap_cache_ttl' setting (Default: 300s). */ namespace LibreNMS\Authentication; diff --git a/LibreNMS/Authentication/LdapSessionCache.php b/LibreNMS/Authentication/LdapSessionCache.php index edf67d79e2..fecf733781 100644 --- a/LibreNMS/Authentication/LdapSessionCache.php +++ b/LibreNMS/Authentication/LdapSessionCache.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Authentication/SSOAuthorizer.php b/LibreNMS/Authentication/SSOAuthorizer.php index 9026fcd024..fb26bfce4f 100644 --- a/LibreNMS/Authentication/SSOAuthorizer.php +++ b/LibreNMS/Authentication/SSOAuthorizer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS\Authentication * @link https://librenms.org * @copyright 2017 Adam Bishop * @author Adam Bishop @@ -25,7 +24,6 @@ namespace LibreNMS\Authentication; -use Illuminate\Support\Arr; use LibreNMS\Config; use LibreNMS\Exceptions\AuthenticationException; use LibreNMS\Exceptions\InvalidIpException; diff --git a/LibreNMS/Authentication/TwoFactor.php b/LibreNMS/Authentication/TwoFactor.php index 808dfccacf..169eb47795 100644 --- a/LibreNMS/Authentication/TwoFactor.php +++ b/LibreNMS/Authentication/TwoFactor.php @@ -18,9 +18,7 @@ * along with this program. If not, see . * * @license GPL - * @package LibreNMS * @link http://librenms.org - * @subpackage Authentication * @author f0o * @copyright 2014 f0o, LibreNMS * @copyright 2017 Tony Murray @@ -28,10 +26,6 @@ namespace LibreNMS\Authentication; -use LibreNMS\Config; -use LibreNMS\Exceptions\AuthenticationException; -use Session; - class TwoFactor { /** diff --git a/LibreNMS/Cache/Device.php b/LibreNMS/Cache/Device.php index 36ddda5af2..90d877c35f 100644 --- a/LibreNMS/Cache/Device.php +++ b/LibreNMS/Cache/Device.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Component.php b/LibreNMS/Component.php index a10d52ebae..b0abeb7641 100644 --- a/LibreNMS/Component.php +++ b/LibreNMS/Component.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2015 Aaron Daniels * @author Aaron Daniels diff --git a/LibreNMS/ComposerHelper.php b/LibreNMS/ComposerHelper.php index c77d15ee66..8a15cf1260 100644 --- a/LibreNMS/ComposerHelper.php +++ b/LibreNMS/ComposerHelper.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Config.php b/LibreNMS/Config.php index 6182853a92..f8571be559 100644 --- a/LibreNMS/Config.php +++ b/LibreNMS/Config.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/DB/Eloquent.php b/LibreNMS/DB/Eloquent.php index a6f4b7ce76..9051a37c8b 100644 --- a/LibreNMS/DB/Eloquent.php +++ b/LibreNMS/DB/Eloquent.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -29,7 +28,6 @@ use Dotenv\Dotenv; use Illuminate\Database\Capsule\Manager as Capsule; use Illuminate\Database\Events\StatementPrepared; use Illuminate\Events\Dispatcher; -use LibreNMS\Exceptions\DatabaseConnectException; use LibreNMS\Util\Laravel; class Eloquent diff --git a/LibreNMS/DB/Schema.php b/LibreNMS/DB/Schema.php index b88b4180a4..00c77f2e94 100644 --- a/LibreNMS/DB/Schema.php +++ b/LibreNMS/DB/Schema.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/DB/SyncsModels.php b/LibreNMS/DB/SyncsModels.php index 93e7ffe0f0..e1fec20eae 100644 --- a/LibreNMS/DB/SyncsModels.php +++ b/LibreNMS/DB/SyncsModels.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Measure/Measurement.php b/LibreNMS/Data/Measure/Measurement.php index afd8e556b1..c6f07d1842 100644 --- a/LibreNMS/Data/Measure/Measurement.php +++ b/LibreNMS/Data/Measure/Measurement.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Measure/MeasurementCollection.php b/LibreNMS/Data/Measure/MeasurementCollection.php index 64752efe3a..78dd169bd3 100644 --- a/LibreNMS/Data/Measure/MeasurementCollection.php +++ b/LibreNMS/Data/Measure/MeasurementCollection.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Measure/MeasurementSummary.php b/LibreNMS/Data/Measure/MeasurementSummary.php index 234906521f..e75507f4de 100644 --- a/LibreNMS/Data/Measure/MeasurementSummary.php +++ b/LibreNMS/Data/Measure/MeasurementSummary.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Store/BaseDatastore.php b/LibreNMS/Data/Store/BaseDatastore.php index a557892439..233dd784b8 100644 --- a/LibreNMS/Data/Store/BaseDatastore.php +++ b/LibreNMS/Data/Store/BaseDatastore.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Store/Datastore.php b/LibreNMS/Data/Store/Datastore.php index 0cdf2c0428..31ff15f7b7 100644 --- a/LibreNMS/Data/Store/Datastore.php +++ b/LibreNMS/Data/Store/Datastore.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Data/Store/Graphite.php b/LibreNMS/Data/Store/Graphite.php index 9a23e50b3b..287b53f57f 100644 --- a/LibreNMS/Data/Store/Graphite.php +++ b/LibreNMS/Data/Store/Graphite.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @copyright 2017 Falk Stern diff --git a/LibreNMS/Data/Store/InfluxDB.php b/LibreNMS/Data/Store/InfluxDB.php index 834fef9821..950a202787 100644 --- a/LibreNMS/Data/Store/InfluxDB.php +++ b/LibreNMS/Data/Store/InfluxDB.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @copyright 2014 Neil Lathwood diff --git a/LibreNMS/Data/Store/OpenTSDB.php b/LibreNMS/Data/Store/OpenTSDB.php index 36a9c4884a..91088eaa9f 100644 --- a/LibreNMS/Data/Store/OpenTSDB.php +++ b/LibreNMS/Data/Store/OpenTSDB.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @copyright 2017 Yacine Benamsili diff --git a/LibreNMS/Data/Store/Prometheus.php b/LibreNMS/Data/Store/Prometheus.php index b0281e19d8..d1b40ce442 100644 --- a/LibreNMS/Data/Store/Prometheus.php +++ b/LibreNMS/Data/Store/Prometheus.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @copyright 2014 Neil Lathwood diff --git a/LibreNMS/Data/Store/Rrd.php b/LibreNMS/Data/Store/Rrd.php index 35a9f15d33..c92507e7cb 100644 --- a/LibreNMS/Data/Store/Rrd.php +++ b/LibreNMS/Data/Store/Rrd.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Device/Availability.php b/LibreNMS/Device/Availability.php index bcd32c1543..b7b0900221 100644 --- a/LibreNMS/Device/Availability.php +++ b/LibreNMS/Device/Availability.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/LibreNMS/Device/Processor.php b/LibreNMS/Device/Processor.php index 1bc1161321..1f85f4a021 100644 --- a/LibreNMS/Device/Processor.php +++ b/LibreNMS/Device/Processor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Device/Sensor.php b/LibreNMS/Device/Sensor.php index 257127f800..f622043fad 100644 --- a/LibreNMS/Device/Sensor.php +++ b/LibreNMS/Device/Sensor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Device/WirelessSensor.php b/LibreNMS/Device/WirelessSensor.php index 011d5a9f63..eeb5abbb0b 100644 --- a/LibreNMS/Device/WirelessSensor.php +++ b/LibreNMS/Device/WirelessSensor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Device/YamlDiscovery.php b/LibreNMS/Device/YamlDiscovery.php index 6b7eb4e883..1d7ea2c8d0 100644 --- a/LibreNMS/Device/YamlDiscovery.php +++ b/LibreNMS/Device/YamlDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Enum/Alert.php b/LibreNMS/Enum/Alert.php index a48b461650..9b85ad9de3 100644 --- a/LibreNMS/Enum/Alert.php +++ b/LibreNMS/Enum/Alert.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/LibreNMS/Enum/AlertState.php b/LibreNMS/Enum/AlertState.php index 5a145ad7fd..65dd6886f9 100644 --- a/LibreNMS/Enum/AlertState.php +++ b/LibreNMS/Enum/AlertState.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/LibreNMS/Exceptions/ApiException.php b/LibreNMS/Exceptions/ApiException.php index ca820020ab..2002dbdf4b 100644 --- a/LibreNMS/Exceptions/ApiException.php +++ b/LibreNMS/Exceptions/ApiException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/AuthenticationException.php b/LibreNMS/Exceptions/AuthenticationException.php index 48dd6b5280..669c6003ed 100644 --- a/LibreNMS/Exceptions/AuthenticationException.php +++ b/LibreNMS/Exceptions/AuthenticationException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/DatabaseConnectException.php b/LibreNMS/Exceptions/DatabaseConnectException.php index 9afd884d4d..051cd23947 100644 --- a/LibreNMS/Exceptions/DatabaseConnectException.php +++ b/LibreNMS/Exceptions/DatabaseConnectException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/DuskUnsafeException.php b/LibreNMS/Exceptions/DuskUnsafeException.php index 74128bb936..d1f333f921 100644 --- a/LibreNMS/Exceptions/DuskUnsafeException.php +++ b/LibreNMS/Exceptions/DuskUnsafeException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/FileExistsException.php b/LibreNMS/Exceptions/FileExistsException.php index ff2288291f..dd72502861 100644 --- a/LibreNMS/Exceptions/FileExistsException.php +++ b/LibreNMS/Exceptions/FileExistsException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/FileNotFoundException.php b/LibreNMS/Exceptions/FileNotFoundException.php index c590bbf795..99ec34dab6 100644 --- a/LibreNMS/Exceptions/FileNotFoundException.php +++ b/LibreNMS/Exceptions/FileNotFoundException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/FilePermissionsException.php b/LibreNMS/Exceptions/FilePermissionsException.php index 70aa4edeed..fcb9ceae45 100644 --- a/LibreNMS/Exceptions/FilePermissionsException.php +++ b/LibreNMS/Exceptions/FilePermissionsException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/FileWriteFailedException.php b/LibreNMS/Exceptions/FileWriteFailedException.php index 8e2c0519e0..50f29ce1b1 100644 --- a/LibreNMS/Exceptions/FileWriteFailedException.php +++ b/LibreNMS/Exceptions/FileWriteFailedException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/HostExistsException.php b/LibreNMS/Exceptions/HostExistsException.php index 7c4ed24dcd..f908dd1a30 100644 --- a/LibreNMS/Exceptions/HostExistsException.php +++ b/LibreNMS/Exceptions/HostExistsException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/HostIpExistsException.php b/LibreNMS/Exceptions/HostIpExistsException.php index f1f4f60de7..d55ea429b0 100644 --- a/LibreNMS/Exceptions/HostIpExistsException.php +++ b/LibreNMS/Exceptions/HostIpExistsException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/HostUnreachableException.php b/LibreNMS/Exceptions/HostUnreachableException.php index 835bf2c81b..bc6e1e086a 100644 --- a/LibreNMS/Exceptions/HostUnreachableException.php +++ b/LibreNMS/Exceptions/HostUnreachableException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/HostUnreachablePingException.php b/LibreNMS/Exceptions/HostUnreachablePingException.php index b94c2febb5..1945de6f38 100644 --- a/LibreNMS/Exceptions/HostUnreachablePingException.php +++ b/LibreNMS/Exceptions/HostUnreachablePingException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/HostUnreachableSnmpException.php b/LibreNMS/Exceptions/HostUnreachableSnmpException.php index 97f17e972d..dfd9d5ec59 100644 --- a/LibreNMS/Exceptions/HostUnreachableSnmpException.php +++ b/LibreNMS/Exceptions/HostUnreachableSnmpException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/InvalidIpException.php b/LibreNMS/Exceptions/InvalidIpException.php index c9e4aa24c4..baa16f2d29 100644 --- a/LibreNMS/Exceptions/InvalidIpException.php +++ b/LibreNMS/Exceptions/InvalidIpException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/InvalidModuleException.php b/LibreNMS/Exceptions/InvalidModuleException.php index 3078bd952f..b1250ce381 100644 --- a/LibreNMS/Exceptions/InvalidModuleException.php +++ b/LibreNMS/Exceptions/InvalidModuleException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/InvalidPortAssocModeException.php b/LibreNMS/Exceptions/InvalidPortAssocModeException.php index a58240681e..319422fa51 100644 --- a/LibreNMS/Exceptions/InvalidPortAssocModeException.php +++ b/LibreNMS/Exceptions/InvalidPortAssocModeException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/InvalidRrdTypeException.php b/LibreNMS/Exceptions/InvalidRrdTypeException.php index f4fe032484..0d2fb83645 100644 --- a/LibreNMS/Exceptions/InvalidRrdTypeException.php +++ b/LibreNMS/Exceptions/InvalidRrdTypeException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/LdapMissingException.php b/LibreNMS/Exceptions/LdapMissingException.php index a8a9d02695..282582318b 100644 --- a/LibreNMS/Exceptions/LdapMissingException.php +++ b/LibreNMS/Exceptions/LdapMissingException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/LockException.php b/LibreNMS/Exceptions/LockException.php index 19fb2be5bd..2b0fb94d11 100644 --- a/LibreNMS/Exceptions/LockException.php +++ b/LibreNMS/Exceptions/LockException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php b/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php index 72c52f4e2a..deda63a26d 100644 --- a/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php +++ b/LibreNMS/Exceptions/MaximumExecutionTimeExceeded.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php b/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php index 5a5a8a99b4..c285b43bf5 100644 --- a/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php +++ b/LibreNMS/Exceptions/SnmpVersionUnsupportedException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Exceptions/UnserializableRouteCache.php b/LibreNMS/Exceptions/UnserializableRouteCache.php index 5cfc9d9325..cd515d5e49 100644 --- a/LibreNMS/Exceptions/UnserializableRouteCache.php +++ b/LibreNMS/Exceptions/UnserializableRouteCache.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Fping.php b/LibreNMS/Fping.php index f66507088f..eb130573fa 100644 --- a/LibreNMS/Fping.php +++ b/LibreNMS/Fping.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Alert/Transport.php b/LibreNMS/Interfaces/Alert/Transport.php index 40246bd691..259a78de2d 100644 --- a/LibreNMS/Interfaces/Alert/Transport.php +++ b/LibreNMS/Interfaces/Alert/Transport.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Robrecht Plaisier * @author Robbrecht Plaisier diff --git a/LibreNMS/Interfaces/Data/Datastore.php b/LibreNMS/Interfaces/Data/Datastore.php index 2e17602d35..b72cc2d625 100644 --- a/LibreNMS/Interfaces/Data/Datastore.php +++ b/LibreNMS/Interfaces/Data/Datastore.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Discovery/DiscoveryModule.php b/LibreNMS/Interfaces/Discovery/DiscoveryModule.php index ecb6d0ff19..72b77b7f01 100644 --- a/LibreNMS/Interfaces/Discovery/DiscoveryModule.php +++ b/LibreNMS/Interfaces/Discovery/DiscoveryModule.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Discovery/MplsDiscovery.php b/LibreNMS/Interfaces/Discovery/MplsDiscovery.php index 625e3d4042..bfcab81e52 100644 --- a/LibreNMS/Interfaces/Discovery/MplsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/MplsDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Discovery/OSDetection.php b/LibreNMS/Interfaces/Discovery/OSDetection.php index d152b33c98..47c92ff5fa 100644 --- a/LibreNMS/Interfaces/Discovery/OSDetection.php +++ b/LibreNMS/Interfaces/Discovery/OSDetection.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Discovery/OSDiscovery.php b/LibreNMS/Interfaces/Discovery/OSDiscovery.php index 26cef9d6f8..2fdb85e725 100644 --- a/LibreNMS/Interfaces/Discovery/OSDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/OSDiscovery.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php b/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php index ce858e26ed..db0bfd64c3 100644 --- a/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/ProcessorDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2e8209b425..893fcb802d 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessApCountDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 18054c96d0..1ca976b939 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCapacityDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 59734dd459..f09d637040 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessCcqDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 844a94f64b..761822483d 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessClientsDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 56741395ea..c41a439cb3 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessDistanceDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 41fd7e923e..249465adea 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRateDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e8d8898ec8..2007f028ac 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorRatioDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b9799f9ba5..c2b69954e1 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessErrorsDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9c26484dd3..ebf9116127 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessFrequencyDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5d2bd091b5..d701075afa 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessMseDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 10fc5553c1..cf13902ba9 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessNoiseFloorDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 79606bf9ef..433d884401 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessPowerDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7f92dfe6c0..560fe95631 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessQualityDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 55a343c6d3..1ec7417372 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRateDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6bca80e0ed..a969ee5624 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrpDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3e5c1aac99..d1d6878d26 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRsrqDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 cb0bb20864..317a76eee0 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessRssiDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4e18a8cac6..fb624212af 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSinrDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 da3e630bfd..99cc51ac17 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSnrDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c520688b61..54c9c9aa7d 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessSsrDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d13c5ef9c1..cfd584a98b 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessUtilizationDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 baeb5115d4..842bd63b05 100644 --- a/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php +++ b/LibreNMS/Interfaces/Discovery/Sensors/WirelessXpiDiscovery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Exceptions/UpgradeableException.php b/LibreNMS/Interfaces/Exceptions/UpgradeableException.php index fc0a13dc91..a0f79b6d5e 100644 --- a/LibreNMS/Interfaces/Exceptions/UpgradeableException.php +++ b/LibreNMS/Interfaces/Exceptions/UpgradeableException.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Geocoder.php b/LibreNMS/Interfaces/Geocoder.php index 0ca023934f..19cbecdb56 100644 --- a/LibreNMS/Interfaces/Geocoder.php +++ b/LibreNMS/Interfaces/Geocoder.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/InstallerStep.php b/LibreNMS/Interfaces/InstallerStep.php index 913c58b0b8..f9de65f181 100644 --- a/LibreNMS/Interfaces/InstallerStep.php +++ b/LibreNMS/Interfaces/InstallerStep.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Lock.php b/LibreNMS/Interfaces/Lock.php index 3d6a35b563..ee61c2d063 100644 --- a/LibreNMS/Interfaces/Lock.php +++ b/LibreNMS/Interfaces/Lock.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Models/Keyable.php b/LibreNMS/Interfaces/Models/Keyable.php index 7ed545ba56..b15d8bdaa0 100644 --- a/LibreNMS/Interfaces/Models/Keyable.php +++ b/LibreNMS/Interfaces/Models/Keyable.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Module.php b/LibreNMS/Interfaces/Module.php index c6a2e19d0c..fbf4bcc8d8 100644 --- a/LibreNMS/Interfaces/Module.php +++ b/LibreNMS/Interfaces/Module.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Polling/MplsPolling.php b/LibreNMS/Interfaces/Polling/MplsPolling.php index 57e30cd0dc..786c8e6d9c 100644 --- a/LibreNMS/Interfaces/Polling/MplsPolling.php +++ b/LibreNMS/Interfaces/Polling/MplsPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Polling/NacPolling.php b/LibreNMS/Interfaces/Polling/NacPolling.php index 333d076f8c..66a7b88cf7 100644 --- a/LibreNMS/Interfaces/Polling/NacPolling.php +++ b/LibreNMS/Interfaces/Polling/NacPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Polling/OSPolling.php b/LibreNMS/Interfaces/Polling/OSPolling.php index 14a0386e53..ab677e3a82 100644 --- a/LibreNMS/Interfaces/Polling/OSPolling.php +++ b/LibreNMS/Interfaces/Polling/OSPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Polling/PollerModule.php b/LibreNMS/Interfaces/Polling/PollerModule.php index c5b8a38d79..6d4e44a2ac 100644 --- a/LibreNMS/Interfaces/Polling/PollerModule.php +++ b/LibreNMS/Interfaces/Polling/PollerModule.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/Polling/ProcessorPolling.php b/LibreNMS/Interfaces/Polling/ProcessorPolling.php index 4da5a2179f..e766d7cbc7 100644 --- a/LibreNMS/Interfaces/Polling/ProcessorPolling.php +++ b/LibreNMS/Interfaces/Polling/ProcessorPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 774c44fa53..7aa9065f14 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessApCountPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b6e827fdff..eafe0835c4 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessCapacityPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 76ebaa03f6..7a75e3b3e1 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessCcqPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6f47f94a25..04c1371edc 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessClientsPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b2e2bd2b92..9f17115f7b 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessDistancePolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8ec6b5bdec..70f0c75f6e 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatePolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f1dad49d01..994ee3c376 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorRatioPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 70e5442c86..306258058d 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessErrorsPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6199376a51..82dbf08208 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessFrequencyPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c12f152269..9298bef763 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessMsePolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4ff120eda2..626adf4da7 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessNoiseFloorPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e3c9b3978c..c27e77241b 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessPowerPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 dd3187cb04..e1927fe895 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessQualityPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 46c6c87ba7..c0371b74fa 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRatePolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f080ded53f..954c25f941 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrpPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 324144354d..4dd5fce097 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRsrqPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b9c67bc853..291118f3cb 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessRssiPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 067a0bb929..2b181cd84f 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSinrPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 10f8d98040..6fa2829829 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSnrPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 fc8a5942cb..c2e5a68354 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessSsrPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4bed146056..24bfa078d5 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessUtilizationPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 736638d6a2..e6c70149c8 100644 --- a/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php +++ b/LibreNMS/Interfaces/Polling/Sensors/WirelessXpiPolling.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/SnmptrapHandler.php b/LibreNMS/Interfaces/SnmptrapHandler.php index 33aab44b67..d7702e03c1 100644 --- a/LibreNMS/Interfaces/SnmptrapHandler.php +++ b/LibreNMS/Interfaces/SnmptrapHandler.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/UI/DeviceTab.php b/LibreNMS/Interfaces/UI/DeviceTab.php index e190483e81..d58476f6e5 100644 --- a/LibreNMS/Interfaces/UI/DeviceTab.php +++ b/LibreNMS/Interfaces/UI/DeviceTab.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Interfaces/ValidationGroup.php b/LibreNMS/Interfaces/ValidationGroup.php index 7c76b8cb38..5848905b24 100644 --- a/LibreNMS/Interfaces/ValidationGroup.php +++ b/LibreNMS/Interfaces/ValidationGroup.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Modules/Mpls.php b/LibreNMS/Modules/Mpls.php index a5e7f306a7..1efd0c7072 100644 --- a/LibreNMS/Modules/Mpls.php +++ b/LibreNMS/Modules/Mpls.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Vitali Kari * @copyright 2019 Tony Murray diff --git a/LibreNMS/Modules/Nac.php b/LibreNMS/Modules/Nac.php index 475cd551fd..45a5373c63 100644 --- a/LibreNMS/Modules/Nac.php +++ b/LibreNMS/Modules/Nac.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Modules/OS.php b/LibreNMS/Modules/OS.php index d115e7ce08..581c92d8b4 100644 --- a/LibreNMS/Modules/OS.php +++ b/LibreNMS/Modules/OS.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS.php b/LibreNMS/OS.php index b9ca2f4a16..e221070b23 100644 --- a/LibreNMS/OS.php +++ b/LibreNMS/OS.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Aen.php b/LibreNMS/OS/Aen.php index 39d2b21c93..34ff6e05b5 100644 --- a/LibreNMS/OS/Aen.php +++ b/LibreNMS/OS/Aen.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Airos.php b/LibreNMS/OS/Airos.php index e8040f5b77..661e3fc18a 100644 --- a/LibreNMS/OS/Airos.php +++ b/LibreNMS/OS/Airos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/AirosAf.php b/LibreNMS/OS/AirosAf.php index a1fe2006b0..f54eea5dce 100644 --- a/LibreNMS/OS/AirosAf.php +++ b/LibreNMS/OS/AirosAf.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Airport.php b/LibreNMS/OS/Airport.php index 41260d88b6..950ee694ac 100644 --- a/LibreNMS/OS/Airport.php +++ b/LibreNMS/OS/Airport.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Aix.php b/LibreNMS/OS/Aix.php index fe711ec2d0..ea14e17559 100644 --- a/LibreNMS/OS/Aix.php +++ b/LibreNMS/OS/Aix.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/AlcomaAlmp.php b/LibreNMS/OS/AlcomaAlmp.php index 704c81dbbf..cf4134b677 100644 --- a/LibreNMS/OS/AlcomaAlmp.php +++ b/LibreNMS/OS/AlcomaAlmp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Allied.php b/LibreNMS/OS/Allied.php index a33e5453c6..7dde679a67 100644 --- a/LibreNMS/OS/Allied.php +++ b/LibreNMS/OS/Allied.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/AllworxVoip.php b/LibreNMS/OS/AllworxVoip.php index 25ce46b638..41dab87c37 100644 --- a/LibreNMS/OS/AllworxVoip.php +++ b/LibreNMS/OS/AllworxVoip.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Aos.php b/LibreNMS/OS/Aos.php index 47e1f63799..38a734f432 100644 --- a/LibreNMS/OS/Aos.php +++ b/LibreNMS/OS/Aos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Apc.php b/LibreNMS/OS/Apc.php index 027981f9fd..60df17009d 100644 --- a/LibreNMS/OS/Apc.php +++ b/LibreNMS/OS/Apc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Aprisa.php b/LibreNMS/OS/Aprisa.php index eba4075dab..e96bc3dd06 100644 --- a/LibreNMS/OS/Aprisa.php +++ b/LibreNMS/OS/Aprisa.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d656ec2757..24194b5d6f 100644 --- a/LibreNMS/OS/Apsoluteos.php +++ b/LibreNMS/OS/Apsoluteos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Simone Fini * @author Simone Fini diff --git a/LibreNMS/OS/ArrisC4.php b/LibreNMS/OS/ArrisC4.php index 19845e0612..58847e0b67 100644 --- a/LibreNMS/OS/ArrisC4.php +++ b/LibreNMS/OS/ArrisC4.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/OS/ArubaInstant.php b/LibreNMS/OS/ArubaInstant.php index c4e8208ab9..3e88bb50eb 100644 --- a/LibreNMS/OS/ArubaInstant.php +++ b/LibreNMS/OS/ArubaInstant.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Timothy Willey * @author Timothy Willey diff --git a/LibreNMS/OS/Arubaos.php b/LibreNMS/OS/Arubaos.php index 0bac043954..282601600a 100644 --- a/LibreNMS/OS/Arubaos.php +++ b/LibreNMS/OS/Arubaos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/AsuswrtMerlin.php b/LibreNMS/OS/AsuswrtMerlin.php index 419e646a8b..e4cea9424f 100644 --- a/LibreNMS/OS/AsuswrtMerlin.php +++ b/LibreNMS/OS/AsuswrtMerlin.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/AviatWtm.php b/LibreNMS/OS/AviatWtm.php index e4b62ff4e6..5e481241b7 100644 --- a/LibreNMS/OS/AviatWtm.php +++ b/LibreNMS/OS/AviatWtm.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Josh Baird * @author Josh Baird diff --git a/LibreNMS/OS/Avocent.php b/LibreNMS/OS/Avocent.php index 5151c8d6e5..96d1ffabd5 100644 --- a/LibreNMS/OS/Avocent.php +++ b/LibreNMS/OS/Avocent.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Awplus.php b/LibreNMS/OS/Awplus.php index cd813096f1..dc2279c089 100644 --- a/LibreNMS/OS/Awplus.php +++ b/LibreNMS/OS/Awplus.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Barracudangfirewall.php b/LibreNMS/OS/Barracudangfirewall.php index 82eb058f7f..daf41f741a 100644 --- a/LibreNMS/OS/Barracudangfirewall.php +++ b/LibreNMS/OS/Barracudangfirewall.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Beagleboard.php b/LibreNMS/OS/Beagleboard.php index 2eb85f7b43..e39ea62aa5 100644 --- a/LibreNMS/OS/Beagleboard.php +++ b/LibreNMS/OS/Beagleboard.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Boss.php b/LibreNMS/OS/Boss.php index 862747bc32..ad40e8bc6f 100644 --- a/LibreNMS/OS/Boss.php +++ b/LibreNMS/OS/Boss.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Brother.php b/LibreNMS/OS/Brother.php index b56c35f9c8..ebd86f3dab 100644 --- a/LibreNMS/OS/Brother.php +++ b/LibreNMS/OS/Brother.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ceraos.php b/LibreNMS/OS/Ceraos.php index 9cf91f4c3b..c9ed25d33e 100644 --- a/LibreNMS/OS/Ceraos.php +++ b/LibreNMS/OS/Ceraos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ciscowlc.php b/LibreNMS/OS/Ciscowlc.php index 944e934005..a3e103512e 100644 --- a/LibreNMS/OS/Ciscowlc.php +++ b/LibreNMS/OS/Ciscowlc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Cnpilote.php b/LibreNMS/OS/Cnpilote.php index eecdd6cbc5..47f87a47cd 100644 --- a/LibreNMS/OS/Cnpilote.php +++ b/LibreNMS/OS/Cnpilote.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Comware.php b/LibreNMS/OS/Comware.php index f70b56c505..150c1acaa2 100644 --- a/LibreNMS/OS/Comware.php +++ b/LibreNMS/OS/Comware.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Deliberant.php b/LibreNMS/OS/Deliberant.php index 83075773ab..7d497ebc53 100644 --- a/LibreNMS/OS/Deliberant.php +++ b/LibreNMS/OS/Deliberant.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Dlinkap.php b/LibreNMS/OS/Dlinkap.php index de81700e72..2f22ea4984 100644 --- a/LibreNMS/OS/Dlinkap.php +++ b/LibreNMS/OS/Dlinkap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Dnos.php b/LibreNMS/OS/Dnos.php index f5ffb3ddf7..cad90b2d9f 100644 --- a/LibreNMS/OS/Dnos.php +++ b/LibreNMS/OS/Dnos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Edgecos.php b/LibreNMS/OS/Edgecos.php index e4e7a9e746..c8059be98b 100644 --- a/LibreNMS/OS/Edgecos.php +++ b/LibreNMS/OS/Edgecos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Edgeos.php b/LibreNMS/OS/Edgeos.php index d56015063a..5de53ee3d0 100644 --- a/LibreNMS/OS/Edgeos.php +++ b/LibreNMS/OS/Edgeos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Edgeswitch.php b/LibreNMS/OS/Edgeswitch.php index b5258e1eae..0f02271eac 100644 --- a/LibreNMS/OS/Edgeswitch.php +++ b/LibreNMS/OS/Edgeswitch.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,7 +24,6 @@ namespace LibreNMS\OS; -use LibreNMS\Device\Processor; use LibreNMS\Interfaces\Discovery\ProcessorDiscovery; use LibreNMS\Interfaces\Polling\ProcessorPolling; use LibreNMS\OS; diff --git a/LibreNMS/OS/Endrun.php b/LibreNMS/OS/Endrun.php index df31aa6eb1..f0bd9cebd2 100644 --- a/LibreNMS/OS/Endrun.php +++ b/LibreNMS/OS/Endrun.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Hans Erasmus * @author Hans Erasmus diff --git a/LibreNMS/OS/Epmp.php b/LibreNMS/OS/Epmp.php index dbd2be0a86..d579e1a228 100644 --- a/LibreNMS/OS/Epmp.php +++ b/LibreNMS/OS/Epmp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/EricssonMl.php b/LibreNMS/OS/EricssonMl.php index 6f31590fa1..f65a5ad364 100644 --- a/LibreNMS/OS/EricssonMl.php +++ b/LibreNMS/OS/EricssonMl.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray @@ -25,7 +24,6 @@ namespace LibreNMS\OS; -use LibreNMS\Device\Processor; use LibreNMS\Device\WirelessSensor; use LibreNMS\Interfaces\Discovery\ProcessorDiscovery; use LibreNMS\Interfaces\Discovery\Sensors\WirelessFrequencyDiscovery; diff --git a/LibreNMS/OS/Ewc.php b/LibreNMS/OS/Ewc.php index a07b88b992..f80678d13d 100644 --- a/LibreNMS/OS/Ewc.php +++ b/LibreNMS/OS/Ewc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 James Andrewartha * @author James Andrewartha diff --git a/LibreNMS/OS/Exa.php b/LibreNMS/OS/Exa.php index 040e8f8257..9113af0ee8 100644 --- a/LibreNMS/OS/Exa.php +++ b/LibreNMS/OS/Exa.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Extendair.php b/LibreNMS/OS/Extendair.php index d406b44379..e27487fdee 100644 --- a/LibreNMS/OS/Extendair.php +++ b/LibreNMS/OS/Extendair.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Fabos.php b/LibreNMS/OS/Fabos.php index 8ba7a3fc09..65a9cc72fe 100644 --- a/LibreNMS/OS/Fabos.php +++ b/LibreNMS/OS/Fabos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/FsGbn.php b/LibreNMS/OS/FsGbn.php index c698511758..d14a8579d1 100644 --- a/LibreNMS/OS/FsGbn.php +++ b/LibreNMS/OS/FsGbn.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja diff --git a/LibreNMS/OS/FsSwitch.php b/LibreNMS/OS/FsSwitch.php index 9ae768eeba..942b47aa28 100644 --- a/LibreNMS/OS/FsSwitch.php +++ b/LibreNMS/OS/FsSwitch.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja diff --git a/LibreNMS/OS/Ftos.php b/LibreNMS/OS/Ftos.php index 2279c7102b..0639015e4d 100644 --- a/LibreNMS/OS/Ftos.php +++ b/LibreNMS/OS/Ftos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Generic.php b/LibreNMS/OS/Generic.php index d42eada945..b05d7adbec 100644 --- a/LibreNMS/OS/Generic.php +++ b/LibreNMS/OS/Generic.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Gepulsar.php b/LibreNMS/OS/Gepulsar.php index f086cd9c8f..72733c8422 100644 --- a/LibreNMS/OS/Gepulsar.php +++ b/LibreNMS/OS/Gepulsar.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @author Craig Harris */ diff --git a/LibreNMS/OS/Helios.php b/LibreNMS/OS/Helios.php index 24b53c7a6e..d795ee820d 100644 --- a/LibreNMS/OS/Helios.php +++ b/LibreNMS/OS/Helios.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/HiveosWireless.php b/LibreNMS/OS/HiveosWireless.php index 55bc74bed4..cbf871df55 100644 --- a/LibreNMS/OS/HiveosWireless.php +++ b/LibreNMS/OS/HiveosWireless.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ diff --git a/LibreNMS/OS/Hpmsm.php b/LibreNMS/OS/Hpmsm.php index f842cf34e7..8d18c9b883 100644 --- a/LibreNMS/OS/Hpmsm.php +++ b/LibreNMS/OS/Hpmsm.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ifotec.php b/LibreNMS/OS/Ifotec.php index 65ef277d41..12fef4d38e 100644 --- a/LibreNMS/OS/Ifotec.php +++ b/LibreNMS/OS/Ifotec.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright LibreNMS contributors * @author Cedric MARMONIER diff --git a/LibreNMS/OS/Infinity.php b/LibreNMS/OS/Infinity.php index 0429a3504f..f9d216f118 100644 --- a/LibreNMS/OS/Infinity.php +++ b/LibreNMS/OS/Infinity.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ios.php b/LibreNMS/OS/Ios.php index 2ce674fc50..81fdb60329 100644 --- a/LibreNMS/OS/Ios.php +++ b/LibreNMS/OS/Ios.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Iosxe.php b/LibreNMS/OS/Iosxe.php index cf2b0079ff..1f2b4f8261 100644 --- a/LibreNMS/OS/Iosxe.php +++ b/LibreNMS/OS/Iosxe.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Iosxr.php b/LibreNMS/OS/Iosxr.php index a231f515f6..4a165f892a 100644 --- a/LibreNMS/OS/Iosxr.php +++ b/LibreNMS/OS/Iosxr.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ironware.php b/LibreNMS/OS/Ironware.php index 13d99ac22d..16cec4e457 100644 --- a/LibreNMS/OS/Ironware.php +++ b/LibreNMS/OS/Ironware.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Lcos.php b/LibreNMS/OS/Lcos.php index 06ea7f6949..63e2799b62 100644 --- a/LibreNMS/OS/Lcos.php +++ b/LibreNMS/OS/Lcos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Vitali Kari * @author Vitali Kari diff --git a/LibreNMS/OS/Mimosa.php b/LibreNMS/OS/Mimosa.php index 6c53b32959..7d92f0c9d3 100644 --- a/LibreNMS/OS/Mimosa.php +++ b/LibreNMS/OS/Mimosa.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/MoxaEtherdevice.php b/LibreNMS/OS/MoxaEtherdevice.php index fa2cc511f3..27031e86be 100644 --- a/LibreNMS/OS/MoxaEtherdevice.php +++ b/LibreNMS/OS/MoxaEtherdevice.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Netsure.php b/LibreNMS/OS/Netsure.php index 24cd3b50b3..747e2d17d0 100644 --- a/LibreNMS/OS/Netsure.php +++ b/LibreNMS/OS/Netsure.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @author Craig Harris */ diff --git a/LibreNMS/OS/Openwrt.php b/LibreNMS/OS/Openwrt.php index 6f9b19389e..4d1dcddfaf 100644 --- a/LibreNMS/OS/Openwrt.php +++ b/LibreNMS/OS/Openwrt.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Packetlight.php b/LibreNMS/OS/Packetlight.php index a7c9424491..4630e48f17 100644 --- a/LibreNMS/OS/Packetlight.php +++ b/LibreNMS/OS/Packetlight.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja diff --git a/LibreNMS/OS/Pbn.php b/LibreNMS/OS/Pbn.php index 6e6c5b6e18..aee37303b0 100644 --- a/LibreNMS/OS/Pbn.php +++ b/LibreNMS/OS/Pbn.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Pepwave.php b/LibreNMS/OS/Pepwave.php index 7fab50b674..f1bbc5a23c 100644 --- a/LibreNMS/OS/Pepwave.php +++ b/LibreNMS/OS/Pepwave.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Jozef Rebjak * @author Jozef Rebjak diff --git a/LibreNMS/OS/Pmp.php b/LibreNMS/OS/Pmp.php index 587cc56260..6c5b258e40 100644 --- a/LibreNMS/OS/Pmp.php +++ b/LibreNMS/OS/Pmp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Powerconnect.php b/LibreNMS/OS/Powerconnect.php index 7252409e26..739bb3f719 100644 --- a/LibreNMS/OS/Powerconnect.php +++ b/LibreNMS/OS/Powerconnect.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ptp250.php b/LibreNMS/OS/Ptp250.php index 1c627e39cc..5c0ab6d1c3 100644 --- a/LibreNMS/OS/Ptp250.php +++ b/LibreNMS/OS/Ptp250.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Ptp500.php b/LibreNMS/OS/Ptp500.php index 031393c498..1ff8766a3e 100644 --- a/LibreNMS/OS/Ptp500.php +++ b/LibreNMS/OS/Ptp500.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Ptp600.php b/LibreNMS/OS/Ptp600.php index e9c6aafdcc..6472c66c42 100644 --- a/LibreNMS/OS/Ptp600.php +++ b/LibreNMS/OS/Ptp600.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Ptp650.php b/LibreNMS/OS/Ptp650.php index bda9fae04b..c8e1e13e17 100644 --- a/LibreNMS/OS/Ptp650.php +++ b/LibreNMS/OS/Ptp650.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Ptp670.php b/LibreNMS/OS/Ptp670.php index 69fd060e04..a117ada0c8 100644 --- a/LibreNMS/OS/Ptp670.php +++ b/LibreNMS/OS/Ptp670.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Ptp800.php b/LibreNMS/OS/Ptp800.php index 668c3e8502..09f53570bb 100644 --- a/LibreNMS/OS/Ptp800.php +++ b/LibreNMS/OS/Ptp800.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs diff --git a/LibreNMS/OS/Qnap.php b/LibreNMS/OS/Qnap.php index cf45095ba6..a51c250ae0 100644 --- a/LibreNMS/OS/Qnap.php +++ b/LibreNMS/OS/Qnap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Daniel Baeza * @author Daniel Baeza diff --git a/LibreNMS/OS/Quanta.php b/LibreNMS/OS/Quanta.php index e44e216812..29d6a489fd 100644 --- a/LibreNMS/OS/Quanta.php +++ b/LibreNMS/OS/Quanta.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Quantastor.php b/LibreNMS/OS/Quantastor.php index 698200adfd..19d1d14dac 100644 --- a/LibreNMS/OS/Quantastor.php +++ b/LibreNMS/OS/Quantastor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Cercel Valentin * @author Cercel Valentin diff --git a/LibreNMS/OS/Radwin.php b/LibreNMS/OS/Radwin.php index 5e3eda341f..b7e69f7bab 100644 --- a/LibreNMS/OS/Radwin.php +++ b/LibreNMS/OS/Radwin.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran diff --git a/LibreNMS/OS/Ray.php b/LibreNMS/OS/Ray.php index 7ab50bbcc7..4ca0ed1ed4 100644 --- a/LibreNMS/OS/Ray.php +++ b/LibreNMS/OS/Ray.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Ray3.php b/LibreNMS/OS/Ray3.php index 0d809b27e8..5ab56ebd6c 100644 --- a/LibreNMS/OS/Ray3.php +++ b/LibreNMS/OS/Ray3.php @@ -17,14 +17,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @copyright 2020 Martin Kukal * @author Martin Kukal */ namespace LibreNMS\OS; -use LibreNMS\Device\Processor; use LibreNMS\Device\WirelessSensor; use LibreNMS\Interfaces\Discovery\ProcessorDiscovery; use LibreNMS\Interfaces\Discovery\Sensors\WirelessFrequencyDiscovery; diff --git a/LibreNMS/OS/Routeros.php b/LibreNMS/OS/Routeros.php index 4fadefad3c..2548e0d491 100644 --- a/LibreNMS/OS/Routeros.php +++ b/LibreNMS/OS/Routeros.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Rutos2xx.php b/LibreNMS/OS/Rutos2xx.php index aad85a7879..42746a251f 100644 --- a/LibreNMS/OS/Rutos2xx.php +++ b/LibreNMS/OS/Rutos2xx.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Jozef Rebjak * @author Jozef Rebjak diff --git a/LibreNMS/OS/Saf.php b/LibreNMS/OS/Saf.php index c9a7ad200a..a6b71cca25 100644 --- a/LibreNMS/OS/Saf.php +++ b/LibreNMS/OS/Saf.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/SafCfm.php b/LibreNMS/OS/SafCfm.php index 46ca4b33f0..1c00525b7c 100644 --- a/LibreNMS/OS/SafCfm.php +++ b/LibreNMS/OS/SafCfm.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Janno Schouwenburg * @author Janno Schouwenburg @@ -28,9 +27,7 @@ namespace LibreNMS\OS; use LibreNMS\Device\WirelessSensor; use LibreNMS\Interfaces\Discovery\Sensors\WirelessErrorsDiscovery; use LibreNMS\Interfaces\Discovery\Sensors\WirelessFrequencyDiscovery; -use LibreNMS\Interfaces\Discovery\Sensors\WirelessMseDiscovery; use LibreNMS\Interfaces\Discovery\Sensors\WirelessPowerDiscovery; -use LibreNMS\Interfaces\Discovery\Sensors\WirelessQualityDiscovery; use LibreNMS\OS; class SafCfm extends OS implements diff --git a/LibreNMS/OS/SafIntegraB.php b/LibreNMS/OS/SafIntegraB.php index 137355b07f..2ff9cc287d 100644 --- a/LibreNMS/OS/SafIntegraB.php +++ b/LibreNMS/OS/SafIntegraB.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/OS/SafIntegraE.php b/LibreNMS/OS/SafIntegraE.php index bc5ba357e2..de82d943cd 100644 --- a/LibreNMS/OS/SafIntegraE.php +++ b/LibreNMS/OS/SafIntegraE.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/OS/SafIntegraW.php b/LibreNMS/OS/SafIntegraW.php index ed1bff29a0..4d1e5ac2db 100644 --- a/LibreNMS/OS/SafIntegraW.php +++ b/LibreNMS/OS/SafIntegraW.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/OS/Serveriron.php b/LibreNMS/OS/Serveriron.php index 823fe962bc..7a21874106 100644 --- a/LibreNMS/OS/Serveriron.php +++ b/LibreNMS/OS/Serveriron.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Sgos.php b/LibreNMS/OS/Sgos.php index 9bedd7e49d..38d80aa528 100644 --- a/LibreNMS/OS/Sgos.php +++ b/LibreNMS/OS/Sgos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Shared/Cisco.php b/LibreNMS/OS/Shared/Cisco.php index 3438ff3c19..7a7ff7b3c1 100644 --- a/LibreNMS/OS/Shared/Cisco.php +++ b/LibreNMS/OS/Shared/Cisco.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Shared/Foundry.php b/LibreNMS/OS/Shared/Foundry.php index 6b644fe06f..99142d7b81 100644 --- a/LibreNMS/OS/Shared/Foundry.php +++ b/LibreNMS/OS/Shared/Foundry.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Shared/Zyxel.php b/LibreNMS/OS/Shared/Zyxel.php index d7b54d4d90..2b036e8c49 100644 --- a/LibreNMS/OS/Shared/Zyxel.php +++ b/LibreNMS/OS/Shared/Zyxel.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/OS/Siklu.php b/LibreNMS/OS/Siklu.php index ae77b0ec77..723707908d 100644 --- a/LibreNMS/OS/Siklu.php +++ b/LibreNMS/OS/Siklu.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Smartax.php b/LibreNMS/OS/Smartax.php index b4701cdaa3..dabc0b38cb 100644 --- a/LibreNMS/OS/Smartax.php +++ b/LibreNMS/OS/Smartax.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/LibreNMS/OS/Symbol.php b/LibreNMS/OS/Symbol.php index fbb5844a55..b915e30fbe 100644 --- a/LibreNMS/OS/Symbol.php +++ b/LibreNMS/OS/Symbol.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Terra.php b/LibreNMS/OS/Terra.php index 22a806f03a..2668226ed0 100644 --- a/LibreNMS/OS/Terra.php +++ b/LibreNMS/OS/Terra.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/ThreeCom.php b/LibreNMS/OS/ThreeCom.php index 47d8795b2d..317e8e71e6 100644 --- a/LibreNMS/OS/ThreeCom.php +++ b/LibreNMS/OS/ThreeCom.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Timos.php b/LibreNMS/OS/Timos.php index 0cf0444e57..962367a513 100644 --- a/LibreNMS/OS/Timos.php +++ b/LibreNMS/OS/Timos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Vitali Kari * @copyright 2019 Tony Murray diff --git a/LibreNMS/OS/Traits/CiscoCellular.php b/LibreNMS/OS/Traits/CiscoCellular.php index 557db6d92a..c7d15c2ffb 100644 --- a/LibreNMS/OS/Traits/CiscoCellular.php +++ b/LibreNMS/OS/Traits/CiscoCellular.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Traits/FrogfootResources.php b/LibreNMS/OS/Traits/FrogfootResources.php index bffcd39574..8a77b487f4 100644 --- a/LibreNMS/OS/Traits/FrogfootResources.php +++ b/LibreNMS/OS/Traits/FrogfootResources.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Traits/HostResources.php b/LibreNMS/OS/Traits/HostResources.php index 785bbabaa6..c7a707fc9c 100644 --- a/LibreNMS/OS/Traits/HostResources.php +++ b/LibreNMS/OS/Traits/HostResources.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Traits/UcdResources.php b/LibreNMS/OS/Traits/UcdResources.php index 3e8d1c8083..304afc922e 100644 --- a/LibreNMS/OS/Traits/UcdResources.php +++ b/LibreNMS/OS/Traits/UcdResources.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Traits/VxworksProcessorUsage.php b/LibreNMS/OS/Traits/VxworksProcessorUsage.php index 041b46d24d..591d083d2d 100644 --- a/LibreNMS/OS/Traits/VxworksProcessorUsage.php +++ b/LibreNMS/OS/Traits/VxworksProcessorUsage.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Unifi.php b/LibreNMS/OS/Unifi.php index 7dff08562c..2043892d50 100644 --- a/LibreNMS/OS/Unifi.php +++ b/LibreNMS/OS/Unifi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Vrp.php b/LibreNMS/OS/Vrp.php index f0ca77d6de..c798cab88e 100644 --- a/LibreNMS/OS/Vrp.php +++ b/LibreNMS/OS/Vrp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/XirrusAos.php b/LibreNMS/OS/XirrusAos.php index e6574ddb20..64b98824b4 100644 --- a/LibreNMS/OS/XirrusAos.php +++ b/LibreNMS/OS/XirrusAos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Zynos.php b/LibreNMS/OS/Zynos.php index 3a34e58bd5..35956c9ac7 100644 --- a/LibreNMS/OS/Zynos.php +++ b/LibreNMS/OS/Zynos.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/OS/Zywall.php b/LibreNMS/OS/Zywall.php index 3273af97f2..2694a40b15 100644 --- a/LibreNMS/OS/Zywall.php +++ b/LibreNMS/OS/Zywall.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/ObjectCache.php b/LibreNMS/ObjectCache.php index cc24ac519c..f2929f10b1 100644 --- a/LibreNMS/ObjectCache.php +++ b/LibreNMS/ObjectCache.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2015 Daniel Preussker * @copyright 2015 LibreNMS diff --git a/LibreNMS/Permissions.php b/LibreNMS/Permissions.php index bb55ebb73f..c11563ee10 100644 --- a/LibreNMS/Permissions.php +++ b/LibreNMS/Permissions.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -31,7 +30,6 @@ use App\Models\Port; use App\Models\User; use Auth; use DB; -use LibreNMS\Config; class Permissions { diff --git a/LibreNMS/Plugins.php b/LibreNMS/Plugins.php index 68bfac3082..1ec4562f0e 100644 --- a/LibreNMS/Plugins.php +++ b/LibreNMS/Plugins.php @@ -17,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see * - * @package LibreNMS - * @subpackage Plugins * @author LibreNMS Group * @link http://librenms.org * @copyright 2016 @@ -32,8 +30,6 @@ use Log; /** * Handles loading of plugins * - * @package LibreNMS - * @subpackage Plugins * @author LibreNMS Group * @link http://librenms.org * @copyright 2016 diff --git a/LibreNMS/Proc.php b/LibreNMS/Proc.php index bcfb5b5040..d4b1abff2f 100644 --- a/LibreNMS/Proc.php +++ b/LibreNMS/Proc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/LibreNMS/RRD/RrdDefinition.php b/LibreNMS/RRD/RrdDefinition.php index c33c689dbb..b78293ec71 100644 --- a/LibreNMS/RRD/RrdDefinition.php +++ b/LibreNMS/RRD/RrdDefinition.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/RRDRecursiveFilterIterator.php b/LibreNMS/RRDRecursiveFilterIterator.php index f846699b05..cb79052b2c 100644 --- a/LibreNMS/RRDRecursiveFilterIterator.php +++ b/LibreNMS/RRDRecursiveFilterIterator.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 * @author diff --git a/LibreNMS/Snmptrap/Dispatcher.php b/LibreNMS/Snmptrap/Dispatcher.php index 4767c14876..81678eee37 100644 --- a/LibreNMS/Snmptrap/Dispatcher.php +++ b/LibreNMS/Snmptrap/Dispatcher.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php b/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php index 3852b61012..6f00d39318 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaAccThresholdCrossingAlert.php @@ -19,7 +19,6 @@ * * Adva Threshold Exceeded Alarms. * - * @package LibreNMS * @link http://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 0751f9824b..373c2544a3 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaAttributeChange.php @@ -21,7 +21,6 @@ * This handler only catches some of those changes and aims to provide the user with * information about what configuration module was modified. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php b/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php index 0976e69618..c361939d5e 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaNetThresholdCrossingAlert.php @@ -19,7 +19,6 @@ * * Adva Threshold Exceeded Alarms. * - * @package LibreNMS * @link http://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 80a49e5dfb..6c51e150e7 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaNetworkElementAlmTrap.php @@ -20,7 +20,6 @@ * Adva network element is in an alarm state. Gets the alarm description * and severity assigned by the Adva. * - * @package LibreNMS * @link http://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 a06ea4f640..4954ca1e72 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaObjectCreation.php @@ -20,7 +20,6 @@ * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @package LibreNMS * @link http://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 98453a27db..ee83ab1ff2 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaObjectDeletion.php @@ -20,7 +20,6 @@ * Traps when Adva objects are deleted. This includes Remote User Login object, * Flow Deletion object, LAG Member Port Removed object, and Lag Deletion object. * - * @package LibreNMS * @link http://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 32f2c1c03e..36e9a6a9b1 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaSnmpDyingGaspTrap.php @@ -20,7 +20,6 @@ * Adva SNMP Dying Gasp Trap. Trap that is sent when the Adva loses * power and about to shut off. * - * @package LibreNMS * @link http://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 26c0abfd90..438b3a2cdf 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaStateChangeTrap.php @@ -22,7 +22,6 @@ * CM-SYSTEM-MIB::cmStateChangeTrap. This handler creates log entries based * on the unit that sent the trap. * - * @package LibreNMS * @link http://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 925841c5c5..8ccff1e0c7 100644 --- a/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php +++ b/LibreNMS/Snmptrap/Handlers/AdvaSysAlmTrap.php @@ -20,7 +20,6 @@ * Adva system alarm traps. This handler will log the description and a * description of the alarm. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php index e2a4250831..175bced6c9 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOff.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php index 190676a738..793f26ee04 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletOn.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php b/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php index b858c5ad54..4fa8bc6db6 100644 --- a/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php +++ b/LibreNMS/Snmptrap/Handlers/ApcPduOutletReboot.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php b/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php index 473a5f545c..56757c35ea 100644 --- a/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php +++ b/LibreNMS/Snmptrap/Handlers/AuthenticationFailure.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php b/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php index b175ea3d7c..43f68faa34 100644 --- a/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php +++ b/LibreNMS/Snmptrap/Handlers/BgpBackwardTransition.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/BgpEstablished.php b/LibreNMS/Snmptrap/Handlers/BgpEstablished.php index 3e25bcf5b2..6e201d84c3 100644 --- a/LibreNMS/Snmptrap/Handlers/BgpEstablished.php +++ b/LibreNMS/Snmptrap/Handlers/BgpEstablished.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php b/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php index 74579bdc1c..ff577cb25f 100644 --- a/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php +++ b/LibreNMS/Snmptrap/Handlers/BridgeNewRoot.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php b/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php index db46baba18..ed65684f7d 100644 --- a/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php +++ b/LibreNMS/Snmptrap/Handlers/BridgeTopologyChanged.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/ColdBoot.php b/LibreNMS/Snmptrap/Handlers/ColdBoot.php index 0b20e8eae7..8fe3f81a05 100644 --- a/LibreNMS/Snmptrap/Handlers/ColdBoot.php +++ b/LibreNMS/Snmptrap/Handlers/ColdBoot.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/CpLowBattery.php b/LibreNMS/Snmptrap/Handlers/CpLowBattery.php index 0eea2fc081..6a7fe55db4 100644 --- a/LibreNMS/Snmptrap/Handlers/CpLowBattery.php +++ b/LibreNMS/Snmptrap/Handlers/CpLowBattery.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php b/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php index 5956d139b3..20b386024b 100644 --- a/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php +++ b/LibreNMS/Snmptrap/Handlers/CpPowerRestored.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php b/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php index e75e871d54..e41c002a8a 100644 --- a/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php +++ b/LibreNMS/Snmptrap/Handlers/CpRtnDischarge.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php b/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php index e9902191df..bbab83a1cf 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsBatteryNotPresent.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php b/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php index 5a0c44aaad..0c323d29da 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsChargerFailure.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php b/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php index a4f94cc1eb..d998dc66b3 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDiagFailed.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php b/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php index 14b7b41d28..6f72839f58 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDiagPassed.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php b/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php index 36c7daa5c5..6be0eeba2e 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsDischarged.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php b/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php index 2a8d1b8897..784575f446 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOnBattery.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php b/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php index ec73439ea4..5e4e52e0bc 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOverTemp.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php b/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php index 6ebf38a8e8..1cf6ba1454 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsOverload.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php b/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php index b8f28e8657..7459971d04 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRebootStarted.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php index 7da8db1a0d..8dc4d974e2 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnChargerFailure.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php index cfd6392d18..a0a799fa7f 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnDischarged.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Kanren Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php index 8ccee828bd..8590b7ad2a 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverTemp.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php index 7f0d5a25b9..5aa99756d4 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsRtnOverload.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php b/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php index fabcd6dd33..d53d2100b9 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsSleeping.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php b/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php index a4257105b3..aac1f2317f 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsStartBatteryTest.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php b/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php index b8ab59498c..21e65c30b9 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsTurnedOff.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php b/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php index 8264a2be60..571e15066f 100644 --- a/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php +++ b/LibreNMS/Snmptrap/Handlers/CpUpsWokeUp.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\CyberPowerUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php b/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php index 59b5775396..35fd7d87fa 100644 --- a/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php +++ b/LibreNMS/Snmptrap/Handlers/CyberPowerUtil.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php b/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php index 4c1795d0e4..fdd037a7eb 100644 --- a/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php +++ b/LibreNMS/Snmptrap/Handlers/EntityDatabaseConfigChanged.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php b/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php index 9fc3e351f1..e1e59127c8 100644 --- a/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php +++ b/LibreNMS/Snmptrap/Handlers/EquipStatusTrap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Vitali Kari * @author Vitali Kari diff --git a/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php b/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php index a78979bdda..eeca9307cf 100644 --- a/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php +++ b/LibreNMS/Snmptrap/Handlers/FailedUserLogin.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Handlers/Fallback.php b/LibreNMS/Snmptrap/Handlers/Fallback.php index fddf6f5ead..78584921ea 100644 --- a/LibreNMS/Snmptrap/Handlers/Fallback.php +++ b/LibreNMS/Snmptrap/Handlers/Fallback.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php b/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php index 788ca98512..c4ce3cc25b 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapAvOversize.php @@ -20,7 +20,6 @@ * The Fortigate received a file that is larger than the proxy buffer for * AV scanning. Nothing to do. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Heath Barnhart * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php index 117dd433a4..ec0c75d575 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsAnomaly.php @@ -19,7 +19,6 @@ * * Fortigate DDoS Policy tripped. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php index 4c4247ed30..568e2b34f6 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsPkgUpdate.php @@ -19,7 +19,6 @@ * * Trap sent when Fortigate IPS signature database was updated. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php b/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php index 6885800583..8688380ffc 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapIpsSignature.php @@ -19,7 +19,6 @@ * * Traffic pattern matches Fortigate IPS signature. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Heath Barnhart * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php index 77c59002c4..dad4eed7d7 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunDown.php @@ -19,7 +19,6 @@ * * Fortigate VPN IPSec Tunnel UP. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php index 4abf31381c..3811f71ae2 100644 --- a/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php +++ b/LibreNMS/Snmptrap/Handlers/FgTrapVpnTunUp.php @@ -19,7 +19,6 @@ * * Fortigate VPN IPSec Tunnel UP. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php b/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php index fecfb48d36..02514fb498 100644 --- a/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php +++ b/LibreNMS/Snmptrap/Handlers/FmTrapLogRateThreshold.php @@ -20,7 +20,6 @@ * FortiAnalyzer will send this trap when the received log rate * exceeds the suggested rate for the daily rate license. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php b/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php index 1df39fb626..17ff0510e2 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php +++ b/LibreNMS/Snmptrap/Handlers/JnxBgpM2BackwardTransition.php @@ -21,7 +21,6 @@ * when the BGP FSM moves from a higher numbered * state to a lower numbered state. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php b/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php index f195a27136..782baeec11 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php +++ b/LibreNMS/Snmptrap/Handlers/JnxBgpM2Established.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php b/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php index 01aa381f60..9c11ccfbb0 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php +++ b/LibreNMS/Snmptrap/Handlers/JnxCmCfgChange.php @@ -22,7 +22,6 @@ * If a commit confirmed is rolled back the source is "other" and the * user is "root". * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php index 7c920b247b..5e61f06849 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmCleared.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle @@ -27,7 +26,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\JnxDomAlarmId; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php index d60e7207e0..ab1244c776 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmId.php @@ -21,7 +21,6 @@ * Used covert alarm ID in the JnxDomAlarm traps from Hex to a * descriptive string. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php index e255c36eea..d3ab6dc277 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomAlarmSet.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle @@ -27,7 +26,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\JnxDomAlarmId; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php index 7d07a7316e..303ca2cb14 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmCleared.php @@ -19,7 +19,6 @@ * * Trap sent when a Juniper transciever lambda reaches an alert level threshold. * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\JnxDomLaneAlarmId; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php index 41ae8a2272..4c98948472 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmId.php @@ -21,7 +21,6 @@ * Used covert alarm ID in the JnxDomLaneAlarm traps from Hex to a * descriptive string. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php index 16ac109635..ab87e1aab8 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php +++ b/LibreNMS/Snmptrap/Handlers/JnxDomLaneAlarmSet.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Heath Barnhart @@ -27,7 +26,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\JnxDomLaneAlarmId; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php b/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php index c20ec57efa..798e9bcc29 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpLspDown.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php b/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php index 036b3d7cca..aae2ae0e84 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpLspUp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php b/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php index b3de111b35..82e336527f 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpSesDown.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php b/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php index 089464dcff..335d3a8185 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxLdpSesUp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php index dfc2d3018e..c0400da0cd 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php +++ b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyFailure.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author diff --git a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php index 216c076d21..5488b0dd85 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php +++ b/LibreNMS/Snmptrap/Handlers/JnxPowerSupplyOk.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart . diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php b/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php index 008749298f..e47321b2fa 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnIfDown.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php b/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php index 4c4376c7fa..c117cf0210 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnIfUp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php b/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php index d873460b4d..97fe98a55f 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnPwDown.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php b/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php index ee85903b71..89a6238025 100644 --- a/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php +++ b/LibreNMS/Snmptrap/Handlers/JnxVpnPwUp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 KanREN, Inc. * @author Neil Kahle diff --git a/LibreNMS/Snmptrap/Handlers/LinkDown.php b/LibreNMS/Snmptrap/Handlers/LinkDown.php index 4443158287..d3cf6a722e 100644 --- a/LibreNMS/Snmptrap/Handlers/LinkDown.php +++ b/LibreNMS/Snmptrap/Handlers/LinkDown.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/LinkUp.php b/LibreNMS/Snmptrap/Handlers/LinkUp.php index ea0880a4f7..4ffc093030 100644 --- a/LibreNMS/Snmptrap/Handlers/LinkUp.php +++ b/LibreNMS/Snmptrap/Handlers/LinkUp.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Snmptrap/Handlers/LogTrap.php b/LibreNMS/Snmptrap/Handlers/LogTrap.php index 860c4be54a..71d442c1de 100644 --- a/LibreNMS/Snmptrap/Handlers/LogTrap.php +++ b/LibreNMS/Snmptrap/Handlers/LogTrap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Vitali Kari * @author Vitali Kari diff --git a/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php b/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php index 7ca09b48e1..efe2baf002 100644 --- a/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php +++ b/LibreNMS/Snmptrap/Handlers/OspfIfStateChange.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php b/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php index 96f92a3f72..b4516d55ae 100644 --- a/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php +++ b/LibreNMS/Snmptrap/Handlers/OspfNbrStateChange.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN Inc * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php b/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php index d1e01009bb..c644de45df 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusAssocTrap.php @@ -20,7 +20,6 @@ * ruckusEventAssocTrap is sent when a client associated to the AP. * Contains the clients MAC addr. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php index 0c4b91cf4e..1d776a2af5 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApConf.php @@ -21,7 +21,6 @@ * configuration of an access point. Contains a configuration ID * number string. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -31,7 +30,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\RuckusSzSeverity; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php index 6b1cacca6d..6b7f723f8c 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApConnect.php @@ -20,7 +20,6 @@ * Ruckus ruckusSZAPConnectedTrap is sent when an access point connects * to a Smartzone controller. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\RuckusSzSeverity; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php index 0c560c5158..a8a4b0ff91 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApMiscEvent.php @@ -20,7 +20,6 @@ * Ruckus ruckusSZAPMiscEventTrap occurs when the SmartZone receives * an event from a connected access point. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\RuckusSzSeverity; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php b/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php index 56a321716a..df4261f0a7 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzApReboot.php @@ -20,7 +20,6 @@ * Ruckus ruckusSZAPRebootTrap occurs when an access point connected * to the SmartZone reboots. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\RuckusSzSeverity; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php index 0f1bdb2620..0638c57a6a 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInMaintenance.php @@ -23,7 +23,6 @@ * Ruckus ruckusSZClusterInMaintenanceStateTrap is sent when the * Smartzone Cluster enters a maintenance state. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php index c02e7fb95b..74d6c8e3cd 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzClusterInService.php @@ -20,7 +20,6 @@ * Ruckus ruckusSZClusterInServiceStateTrap is sent whtn a * Virtual Smartzone cluster state changed to "in service" * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php b/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php index 31ff07ce15..bd11fa7584 100644 --- a/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php +++ b/LibreNMS/Snmptrap/Handlers/RuckusSzSeverity.php @@ -20,7 +20,6 @@ * Sets the LibreNMS alert level based on ruckusSZEventSeverity in the * trap. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php b/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php index b796af002a..c410e36112 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php +++ b/LibreNMS/Snmptrap/Handlers/UpsTrapsOnBattery.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @author TheGreatDoc */ diff --git a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php index efb78ded0b..613847374c 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php +++ b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityFailure.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja diff --git a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php index 2112975da5..70e80171c0 100644 --- a/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php +++ b/LibreNMS/Snmptrap/Handlers/UpsmgUtilityRestored.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 PipoCanaja * @author PipoCanaja diff --git a/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php b/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php index eec1578a77..bff520a064 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php +++ b/LibreNMS/Snmptrap/Handlers/VmwTrapUtil.php @@ -24,7 +24,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php b/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php index 04e8fdb897..e79730ab47 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmHBDetected.php @@ -22,7 +22,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -32,7 +31,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\VmwTrapUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php b/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php index c6c0a408d3..2ab9a0f978 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmHBLost.php @@ -21,7 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -31,7 +30,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\VmwTrapUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php index e98c7bff53..f49b7ba147 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOff.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\VmwTrapUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php index 77ac0a5141..96cb8fa579 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmPoweredOn.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\VmwTrapUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php b/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php index 24000dfbe3..af109ffab2 100644 --- a/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php +++ b/LibreNMS/Snmptrap/Handlers/VmwVmSuspended.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc. * @author Heath Barnhart @@ -29,7 +28,6 @@ namespace LibreNMS\Snmptrap\Handlers; use App\Models\Device; use LibreNMS\Interfaces\SnmptrapHandler; -use LibreNMS\Snmptrap\Handlers\VmwTrapUtil; use LibreNMS\Snmptrap\Trap; use Log; diff --git a/LibreNMS/Snmptrap/Handlers/WarmBoot.php b/LibreNMS/Snmptrap/Handlers/WarmBoot.php index 64cac44bab..07554f03dc 100644 --- a/LibreNMS/Snmptrap/Handlers/WarmBoot.php +++ b/LibreNMS/Snmptrap/Handlers/WarmBoot.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/LibreNMS/Snmptrap/Trap.php b/LibreNMS/Snmptrap/Trap.php index ed13c2e032..79b05d007b 100644 --- a/LibreNMS/Snmptrap/Trap.php +++ b/LibreNMS/Snmptrap/Trap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -28,9 +27,7 @@ namespace LibreNMS\Snmptrap; use App\Models\Device; use Illuminate\Support\Collection; use Illuminate\Support\Str; -use LibreNMS\Snmptrap\Handlers\Fallback; use LibreNMS\Util\IP; -use Log; class Trap { diff --git a/LibreNMS/Util/Categorizer.php b/LibreNMS/Util/Categorizer.php index 083a4b9cc1..2913a9b1a5 100644 --- a/LibreNMS/Util/Categorizer.php +++ b/LibreNMS/Util/Categorizer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/CiHelper.php b/LibreNMS/Util/CiHelper.php index da2d7e1659..645621554e 100644 --- a/LibreNMS/Util/CiHelper.php +++ b/LibreNMS/Util/CiHelper.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Clean.php b/LibreNMS/Util/Clean.php index a2a75bc7d3..85975236d9 100644 --- a/LibreNMS/Util/Clean.php +++ b/LibreNMS/Util/Clean.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/CliColorFormatter.php b/LibreNMS/Util/CliColorFormatter.php index fb41b013cb..81d126402c 100644 --- a/LibreNMS/Util/CliColorFormatter.php +++ b/LibreNMS/Util/CliColorFormatter.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Colors.php b/LibreNMS/Util/Colors.php index ee9245d0ad..b4ae6ca5bd 100644 --- a/LibreNMS/Util/Colors.php +++ b/LibreNMS/Util/Colors.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/DynamicConfig.php b/LibreNMS/Util/DynamicConfig.php index c7a9e1726f..fe08929120 100644 --- a/LibreNMS/Util/DynamicConfig.php +++ b/LibreNMS/Util/DynamicConfig.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/DynamicConfigItem.php b/LibreNMS/Util/DynamicConfigItem.php index eeb95ba27f..acb65659b1 100644 --- a/LibreNMS/Util/DynamicConfigItem.php +++ b/LibreNMS/Util/DynamicConfigItem.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -25,7 +24,6 @@ namespace LibreNMS\Util; -use App\Models\Dashboard; use LibreNMS\Config; use Validator; diff --git a/LibreNMS/Util/EnvHelper.php b/LibreNMS/Util/EnvHelper.php index 3f8237ee42..c0b8bb1506 100644 --- a/LibreNMS/Util/EnvHelper.php +++ b/LibreNMS/Util/EnvHelper.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/FileCategorizer.php b/LibreNMS/Util/FileCategorizer.php index fbc0909ecf..32dbe878f1 100644 --- a/LibreNMS/Util/FileCategorizer.php +++ b/LibreNMS/Util/FileCategorizer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/FileLock.php b/LibreNMS/Util/FileLock.php index d0724bd9fe..ff03249f3d 100644 --- a/LibreNMS/Util/FileLock.php +++ b/LibreNMS/Util/FileLock.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Git.php b/LibreNMS/Util/Git.php index 820267b574..d132d55960 100644 --- a/LibreNMS/Util/Git.php +++ b/LibreNMS/Util/Git.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index a7d843acd4..2c83fe5f06 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/LibreNMS/Util/Graph.php b/LibreNMS/Util/Graph.php index f27af8192d..01525e3703 100644 --- a/LibreNMS/Util/Graph.php +++ b/LibreNMS/Util/Graph.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Html.php b/LibreNMS/Util/Html.php index 2d5accade9..df7719d1d8 100644 --- a/LibreNMS/Util/Html.php +++ b/LibreNMS/Util/Html.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,8 +24,6 @@ namespace LibreNMS\Util; -use HTMLPurifier; -use HTMLPurifier_Config; use LibreNMS\Config; class Html diff --git a/LibreNMS/Util/IP.php b/LibreNMS/Util/IP.php index 9559b636bc..160c529605 100644 --- a/LibreNMS/Util/IP.php +++ b/LibreNMS/Util/IP.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/IPv4.php b/LibreNMS/Util/IPv4.php index d4cf73f678..b0be966f99 100644 --- a/LibreNMS/Util/IPv4.php +++ b/LibreNMS/Util/IPv4.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/IPv6.php b/LibreNMS/Util/IPv6.php index c2580dae3f..2a2f1d45fd 100644 --- a/LibreNMS/Util/IPv6.php +++ b/LibreNMS/Util/IPv6.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Laravel.php b/LibreNMS/Util/Laravel.php index 773dbd60b1..e990baf4bb 100644 --- a/LibreNMS/Util/Laravel.php +++ b/LibreNMS/Util/Laravel.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/MemcacheLock.php b/LibreNMS/Util/MemcacheLock.php index 15a6db5321..d75e1418e8 100644 --- a/LibreNMS/Util/MemcacheLock.php +++ b/LibreNMS/Util/MemcacheLock.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/ModuleModelObserver.php b/LibreNMS/Util/ModuleModelObserver.php index 1a3fd9f7aa..debdc75510 100644 --- a/LibreNMS/Util/ModuleModelObserver.php +++ b/LibreNMS/Util/ModuleModelObserver.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/ModuleTestHelper.php b/LibreNMS/Util/ModuleTestHelper.php index e54aeaa480..72be081d21 100644 --- a/LibreNMS/Util/ModuleTestHelper.php +++ b/LibreNMS/Util/ModuleTestHelper.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/OS.php b/LibreNMS/Util/OS.php index 28fe9fc0e2..11dec589c6 100644 --- a/LibreNMS/Util/OS.php +++ b/LibreNMS/Util/OS.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/ObjectCache.php b/LibreNMS/Util/ObjectCache.php index e94d2daf2b..b9c61687b8 100644 --- a/LibreNMS/Util/ObjectCache.php +++ b/LibreNMS/Util/ObjectCache.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -37,7 +36,6 @@ use App\Models\Pseudowire; use App\Models\Sensor; use App\Models\Service; use App\Models\Toner; -use App\Models\User; use App\Models\Vrf; use Cache; diff --git a/LibreNMS/Util/Rewrite.php b/LibreNMS/Util/Rewrite.php index 104064c707..cd2d08ac40 100644 --- a/LibreNMS/Util/Rewrite.php +++ b/LibreNMS/Util/Rewrite.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Smokeping.php b/LibreNMS/Util/Smokeping.php index bec938c100..772a0f1100 100644 --- a/LibreNMS/Util/Smokeping.php +++ b/LibreNMS/Util/Smokeping.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Snmpsim.php b/LibreNMS/Util/Snmpsim.php index 5b29c8557c..eb7f4003b3 100644 --- a/LibreNMS/Util/Snmpsim.php +++ b/LibreNMS/Util/Snmpsim.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/StringHelpers.php b/LibreNMS/Util/StringHelpers.php index 67e3cb8a47..39bbcc2c50 100644 --- a/LibreNMS/Util/StringHelpers.php +++ b/LibreNMS/Util/StringHelpers.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Time.php b/LibreNMS/Util/Time.php index c463aac69d..45d290a80e 100644 --- a/LibreNMS/Util/Time.php +++ b/LibreNMS/Util/Time.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Url.php b/LibreNMS/Util/Url.php index e6f86bef02..115c52f6f0 100644 --- a/LibreNMS/Util/Url.php +++ b/LibreNMS/Util/Url.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Validate.php b/LibreNMS/Util/Validate.php index ee966e600c..61408e756c 100644 --- a/LibreNMS/Util/Validate.php +++ b/LibreNMS/Util/Validate.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Util/Version.php b/LibreNMS/Util/Version.php index 1d06365079..95deb5936f 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/LibreNMS/ValidationResult.php b/LibreNMS/ValidationResult.php index cf03cecf04..13dda9ac87 100644 --- a/LibreNMS/ValidationResult.php +++ b/LibreNMS/ValidationResult.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/BaseValidation.php b/LibreNMS/Validations/BaseValidation.php index b7509bb9c8..cab99c7773 100644 --- a/LibreNMS/Validations/BaseValidation.php +++ b/LibreNMS/Validations/BaseValidation.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Configuration.php b/LibreNMS/Validations/Configuration.php index 6aaa91b5d4..a4c400c63a 100644 --- a/LibreNMS/Validations/Configuration.php +++ b/LibreNMS/Validations/Configuration.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Database.php b/LibreNMS/Validations/Database.php index 18cdf6a4e2..60679ad12b 100644 --- a/LibreNMS/Validations/Database.php +++ b/LibreNMS/Validations/Database.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Dependencies.php b/LibreNMS/Validations/Dependencies.php index ad34e75ce1..daaa459c89 100644 --- a/LibreNMS/Validations/Dependencies.php +++ b/LibreNMS/Validations/Dependencies.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Disk.php b/LibreNMS/Validations/Disk.php index c0efda1752..9bdec03d76 100644 --- a/LibreNMS/Validations/Disk.php +++ b/LibreNMS/Validations/Disk.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/DistributedPoller.php b/LibreNMS/Validations/DistributedPoller.php index a6d7c8a60c..0c10cb176b 100644 --- a/LibreNMS/Validations/DistributedPoller.php +++ b/LibreNMS/Validations/DistributedPoller.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Mail.php b/LibreNMS/Validations/Mail.php index 16e18b7492..bc2698b095 100644 --- a/LibreNMS/Validations/Mail.php +++ b/LibreNMS/Validations/Mail.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Php.php b/LibreNMS/Validations/Php.php index 9c8555974c..c8365de451 100644 --- a/LibreNMS/Validations/Php.php +++ b/LibreNMS/Validations/Php.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Programs.php b/LibreNMS/Validations/Programs.php index c0d36775e0..16dcd0433d 100644 --- a/LibreNMS/Validations/Programs.php +++ b/LibreNMS/Validations/Programs.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Python.php b/LibreNMS/Validations/Python.php index e3470418ae..16e308b3fa 100644 --- a/LibreNMS/Validations/Python.php +++ b/LibreNMS/Validations/Python.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/LibreNMS/Validations/Rrd.php b/LibreNMS/Validations/Rrd.php index bc2d9368c2..582b922d7f 100644 --- a/LibreNMS/Validations/Rrd.php +++ b/LibreNMS/Validations/Rrd.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/RrdCheck.php b/LibreNMS/Validations/RrdCheck.php index 8ebf111e77..bd3723a9ee 100644 --- a/LibreNMS/Validations/RrdCheck.php +++ b/LibreNMS/Validations/RrdCheck.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/Updates.php b/LibreNMS/Validations/Updates.php index b4003bc1bd..a85fc6b963 100644 --- a/LibreNMS/Validations/Updates.php +++ b/LibreNMS/Validations/Updates.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validations/User.php b/LibreNMS/Validations/User.php index 5d387ef40f..2f150e105d 100644 --- a/LibreNMS/Validations/User.php +++ b/LibreNMS/Validations/User.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/LibreNMS/Validator.php b/LibreNMS/Validator.php index 5726aab8ad..541cc188a2 100644 --- a/LibreNMS/Validator.php +++ b/LibreNMS/Validator.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/addhost.php b/addhost.php index 6dac44da9a..a4b469c94e 100755 --- a/addhost.php +++ b/addhost.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage cli * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/app/Api/Controllers/LegacyApiController.php b/app/Api/Controllers/LegacyApiController.php index 19453fdc11..53039f5031 100644 --- a/app/Api/Controllers/LegacyApiController.php +++ b/app/Api/Controllers/LegacyApiController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/BaseApi.php b/app/ApiClients/BaseApi.php index 6186f3fce6..5f62b9baeb 100644 --- a/app/ApiClients/BaseApi.php +++ b/app/ApiClients/BaseApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/BingApi.php b/app/ApiClients/BingApi.php index 849848aac8..e192c9ca93 100644 --- a/app/ApiClients/BingApi.php +++ b/app/ApiClients/BingApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/GeocodingHelper.php b/app/ApiClients/GeocodingHelper.php index 232364f964..5eb9c22355 100644 --- a/app/ApiClients/GeocodingHelper.php +++ b/app/ApiClients/GeocodingHelper.php @@ -16,7 +16,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/GoogleMapsApi.php b/app/ApiClients/GoogleMapsApi.php index ac526b3e98..f62b4beb39 100644 --- a/app/ApiClients/GoogleMapsApi.php +++ b/app/ApiClients/GoogleMapsApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/GraylogApi.php b/app/ApiClients/GraylogApi.php index 392fca7b5a..ad6b80b46a 100644 --- a/app/ApiClients/GraylogApi.php +++ b/app/ApiClients/GraylogApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/MapquestApi.php b/app/ApiClients/MapquestApi.php index 72a8c6fa35..43582ac496 100644 --- a/app/ApiClients/MapquestApi.php +++ b/app/ApiClients/MapquestApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/NominatimApi.php b/app/ApiClients/NominatimApi.php index 10a4a89f91..fd84f2e6f9 100644 --- a/app/ApiClients/NominatimApi.php +++ b/app/ApiClients/NominatimApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/ApiClients/RipeApi.php b/app/ApiClients/RipeApi.php index e78be3f5ca..63a24b56ae 100644 --- a/app/ApiClients/RipeApi.php +++ b/app/ApiClients/RipeApi.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Application.php b/app/Application.php index f5be2b4db2..7813093476 100644 --- a/app/Application.php +++ b/app/Application.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Checks.php b/app/Checks.php index 52372ba56a..96ddccd7d9 100644 --- a/app/Checks.php +++ b/app/Checks.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Console/Commands/AddUserCommand.php b/app/Console/Commands/AddUserCommand.php index 4fcdc0ec57..2f879dad9f 100644 --- a/app/Console/Commands/AddUserCommand.php +++ b/app/Console/Commands/AddUserCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Console/Commands/DevCheckCommand.php b/app/Console/Commands/DevCheckCommand.php index 1314726146..196d5c4705 100644 --- a/app/Console/Commands/DevCheckCommand.php +++ b/app/Console/Commands/DevCheckCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/app/Console/Commands/SmokepingGenerateCommand.php b/app/Console/Commands/SmokepingGenerateCommand.php index add1271424..b8f712e1b1 100644 --- a/app/Console/Commands/SmokepingGenerateCommand.php +++ b/app/Console/Commands/SmokepingGenerateCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop @@ -28,7 +27,6 @@ namespace App\Console\Commands; use App\Console\LnmsCommand; use App\Models\Device; use LibreNMS\Config; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputOption; class SmokepingGenerateCommand extends LnmsCommand diff --git a/app/Console/Commands/Traits/CompletesConfigArgument.php b/app/Console/Commands/Traits/CompletesConfigArgument.php index 48d3aada14..aa11f2bf17 100644 --- a/app/Console/Commands/Traits/CompletesConfigArgument.php +++ b/app/Console/Commands/Traits/CompletesConfigArgument.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/app/Console/Commands/TranslationGenerateCommand.php b/app/Console/Commands/TranslationGenerateCommand.php index 4f2824b997..bc570a9d1d 100644 --- a/app/Console/Commands/TranslationGenerateCommand.php +++ b/app/Console/Commands/TranslationGenerateCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -26,7 +25,6 @@ namespace App\Console\Commands; use App\Console\LnmsCommand; -use Storage; use Symfony\Component\Process\Process; class TranslationGenerateCommand extends LnmsCommand diff --git a/app/Console/LnmsCommand.php b/app/Console/LnmsCommand.php index e988356fa2..5c09b0253b 100644 --- a/app/Console/LnmsCommand.php +++ b/app/Console/LnmsCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Console/MigrateInstallCommand.php b/app/Console/MigrateInstallCommand.php index 4b598d6f54..ffeed3e0c1 100644 --- a/app/Console/MigrateInstallCommand.php +++ b/app/Console/MigrateInstallCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Console/ModelMakeCommand.php b/app/Console/ModelMakeCommand.php index 6b134e5c23..e13c26548e 100644 --- a/app/Console/ModelMakeCommand.php +++ b/app/Console/ModelMakeCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 581edd750a..fa7474eeca 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -3,7 +3,6 @@ namespace App\Exceptions; use Exception; -use Illuminate\Auth\AuthenticationException; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use Throwable; diff --git a/app/Facades/DeviceCache.php b/app/Facades/DeviceCache.php index 55c30d8d2d..8be9c181e2 100644 --- a/app/Facades/DeviceCache.php +++ b/app/Facades/DeviceCache.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Facades/LogManager.php b/app/Facades/LogManager.php index 7865748e00..4ee0e4cb39 100644 --- a/app/Facades/LogManager.php +++ b/app/Facades/LogManager.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Facades/Permissions.php b/app/Facades/Permissions.php index f6b7caefa6..0d73e16711 100644 --- a/app/Facades/Permissions.php +++ b/app/Facades/Permissions.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Facades/Rrd.php b/app/Facades/Rrd.php index 6833ae7449..6298dc6f0a 100644 --- a/app/Facades/Rrd.php +++ b/app/Facades/Rrd.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Guards/ApiTokenGuard.php b/app/Guards/ApiTokenGuard.php index 592b3c1bb9..3c1f2cbca7 100644 --- a/app/Guards/ApiTokenGuard.php +++ b/app/Guards/ApiTokenGuard.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/AboutController.php b/app/Http/Controllers/AboutController.php index c804d94cce..2846e124e4 100644 --- a/app/Http/Controllers/AboutController.php +++ b/app/Http/Controllers/AboutController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6fa2c73446..26b036676c 100644 --- a/app/Http/Controllers/Ajax/AvailabilityMapController.php +++ b/app/Http/Controllers/Ajax/AvailabilityMapController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1350ada24f..6b7d8d403f 100644 --- a/app/Http/Controllers/Ajax/NetCommand.php +++ b/app/Http/Controllers/Ajax/NetCommand.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e4786fd169..73e425028b 100644 --- a/app/Http/Controllers/Ajax/ResolutionController.php +++ b/app/Http/Controllers/Ajax/ResolutionController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a2511c3137..74a23ffbed 100644 --- a/app/Http/Controllers/Ajax/RipeNccApiController.php +++ b/app/Http/Controllers/Ajax/RipeNccApiController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9450100d76..8027efd7f1 100644 --- a/app/Http/Controllers/Auth/TwoFactorController.php +++ b/app/Http/Controllers/Auth/TwoFactorController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b2d3e28108..dde04ea97a 100644 --- a/app/Http/Controllers/Auth/TwoFactorManagementController.php +++ b/app/Http/Controllers/Auth/TwoFactorManagementController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6bcee6cb05..1200ae419d 100644 --- a/app/Http/Controllers/Device/Tabs/AccessPointsController.php +++ b/app/Http/Controllers/Device/Tabs/AccessPointsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7c17820e94..1768b33527 100644 --- a/app/Http/Controllers/Device/Tabs/AlertStatsController.php +++ b/app/Http/Controllers/Device/Tabs/AlertStatsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 31e53e71b6..9434a7c0d0 100644 --- a/app/Http/Controllers/Device/Tabs/AlertsController.php +++ b/app/Http/Controllers/Device/Tabs/AlertsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 67cdf0ed85..aa3f7516dc 100644 --- a/app/Http/Controllers/Device/Tabs/AppsController.php +++ b/app/Http/Controllers/Device/Tabs/AppsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 83e0ad624b..88aab9b096 100644 --- a/app/Http/Controllers/Device/Tabs/CaptureController.php +++ b/app/Http/Controllers/Device/Tabs/CaptureController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 dc452528b6..041ecf7590 100644 --- a/app/Http/Controllers/Device/Tabs/CollectdController.php +++ b/app/Http/Controllers/Device/Tabs/CollectdController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bfb5959c30..b7cfa28ac3 100644 --- a/app/Http/Controllers/Device/Tabs/EditController.php +++ b/app/Http/Controllers/Device/Tabs/EditController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d062d48ea0..1e245735ac 100644 --- a/app/Http/Controllers/Device/Tabs/GraphsController.php +++ b/app/Http/Controllers/Device/Tabs/GraphsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0fd3b4e0d7..bd09aeeecb 100644 --- a/app/Http/Controllers/Device/Tabs/HealthController.php +++ b/app/Http/Controllers/Device/Tabs/HealthController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9ef27f2878..2a41f4d016 100644 --- a/app/Http/Controllers/Device/Tabs/InventoryController.php +++ b/app/Http/Controllers/Device/Tabs/InventoryController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4d79163c23..3bbcefae63 100644 --- a/app/Http/Controllers/Device/Tabs/LatencyController.php +++ b/app/Http/Controllers/Device/Tabs/LatencyController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a93362f356..1e817a8227 100644 --- a/app/Http/Controllers/Device/Tabs/LoadBalancerController.php +++ b/app/Http/Controllers/Device/Tabs/LoadBalancerController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f0da969138..88d4220da1 100644 --- a/app/Http/Controllers/Device/Tabs/LogsController.php +++ b/app/Http/Controllers/Device/Tabs/LogsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e3ece3c6e1..4c469c2675 100644 --- a/app/Http/Controllers/Device/Tabs/MefController.php +++ b/app/Http/Controllers/Device/Tabs/MefController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 84a16e3f9f..ad0e64708f 100644 --- a/app/Http/Controllers/Device/Tabs/MibController.php +++ b/app/Http/Controllers/Device/Tabs/MibController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a6d5023f9c..3d12b2bde9 100644 --- a/app/Http/Controllers/Device/Tabs/MuninController.php +++ b/app/Http/Controllers/Device/Tabs/MuninController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d2ef7768de..7405db2062 100644 --- a/app/Http/Controllers/Device/Tabs/NacController.php +++ b/app/Http/Controllers/Device/Tabs/NacController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8c5c5b62dd..915c14a689 100644 --- a/app/Http/Controllers/Device/Tabs/NeighboursController.php +++ b/app/Http/Controllers/Device/Tabs/NeighboursController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7d63b52eda..0b6ce9f490 100644 --- a/app/Http/Controllers/Device/Tabs/NetflowController.php +++ b/app/Http/Controllers/Device/Tabs/NetflowController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e940264f11..51d53ae449 100644 --- a/app/Http/Controllers/Device/Tabs/NotesController.php +++ b/app/Http/Controllers/Device/Tabs/NotesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6d74a942af..04d7aa68ac 100644 --- a/app/Http/Controllers/Device/Tabs/OverviewController.php +++ b/app/Http/Controllers/Device/Tabs/OverviewController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c7c43ff86b..7894bc8d6e 100644 --- a/app/Http/Controllers/Device/Tabs/PackagesController.php +++ b/app/Http/Controllers/Device/Tabs/PackagesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 58ae4d4e3e..22ec2acb53 100644 --- a/app/Http/Controllers/Device/Tabs/PortController.php +++ b/app/Http/Controllers/Device/Tabs/PortController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2e9a8da27a..d59e1eee43 100644 --- a/app/Http/Controllers/Device/Tabs/PortsController.php +++ b/app/Http/Controllers/Device/Tabs/PortsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3fccf79a77..e1b5d95145 100644 --- a/app/Http/Controllers/Device/Tabs/PrinterController.php +++ b/app/Http/Controllers/Device/Tabs/PrinterController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1267b03e69..6657f9a8d9 100644 --- a/app/Http/Controllers/Device/Tabs/ProcessesController.php +++ b/app/Http/Controllers/Device/Tabs/ProcessesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e6ac5c1ac6..454c7cad90 100644 --- a/app/Http/Controllers/Device/Tabs/PseudowiresController.php +++ b/app/Http/Controllers/Device/Tabs/PseudowiresController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 fe48cac4e9..173499967d 100644 --- a/app/Http/Controllers/Device/Tabs/RoutingController.php +++ b/app/Http/Controllers/Device/Tabs/RoutingController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0613cc00d5..6b4a9a3525 100644 --- a/app/Http/Controllers/Device/Tabs/ServicesController.php +++ b/app/Http/Controllers/Device/Tabs/ServicesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0970870154..add991842a 100644 --- a/app/Http/Controllers/Device/Tabs/ShowConfigController.php +++ b/app/Http/Controllers/Device/Tabs/ShowConfigController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray @@ -28,7 +27,6 @@ namespace App\Http\Controllers\Device\Tabs; use App\Facades\DeviceCache; use App\Http\Controllers\Controller; use App\Models\Device; -use Gate; use LibreNMS\Config; use LibreNMS\Interfaces\UI\DeviceTab; diff --git a/app/Http/Controllers/Device/Tabs/SlasController.php b/app/Http/Controllers/Device/Tabs/SlasController.php index 77e2e7c8bd..9a97e5858d 100644 --- a/app/Http/Controllers/Device/Tabs/SlasController.php +++ b/app/Http/Controllers/Device/Tabs/SlasController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 11d0e3d49d..98012ce341 100644 --- a/app/Http/Controllers/Device/Tabs/StpController.php +++ b/app/Http/Controllers/Device/Tabs/StpController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 788611ea45..5f258ca0f2 100644 --- a/app/Http/Controllers/Device/Tabs/TnmsneController.php +++ b/app/Http/Controllers/Device/Tabs/TnmsneController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 90627da35e..2a3071f16b 100644 --- a/app/Http/Controllers/Device/Tabs/VlansController.php +++ b/app/Http/Controllers/Device/Tabs/VlansController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray @@ -26,7 +25,6 @@ namespace App\Http\Controllers\Device\Tabs; use App\Models\Device; -use App\Models\Vlan; use LibreNMS\Interfaces\UI\DeviceTab; class VlansController implements DeviceTab diff --git a/app/Http/Controllers/Device/Tabs/VmInfoController.php b/app/Http/Controllers/Device/Tabs/VmInfoController.php index 7d43d489a8..9d6b6533e9 100644 --- a/app/Http/Controllers/Device/Tabs/VmInfoController.php +++ b/app/Http/Controllers/Device/Tabs/VmInfoController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 927f6cfbc0..6d650accc1 100644 --- a/app/Http/Controllers/Device/Tabs/WirelessController.php +++ b/app/Http/Controllers/Device/Tabs/WirelessController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/DeviceController.php b/app/Http/Controllers/DeviceController.php index a503670068..febcc6910e 100644 --- a/app/Http/Controllers/DeviceController.php +++ b/app/Http/Controllers/DeviceController.php @@ -4,7 +4,6 @@ namespace App\Http\Controllers; use App\Facades\DeviceCache; use App\Models\Device; -use App\Models\Port; use App\Models\Vminfo; use Auth; use Carbon\Carbon; diff --git a/app/Http/Controllers/Form/WidgetSettingsController.php b/app/Http/Controllers/Form/WidgetSettingsController.php index ab6f1f63a7..7351fcf071 100644 --- a/app/Http/Controllers/Form/WidgetSettingsController.php +++ b/app/Http/Controllers/Form/WidgetSettingsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0132898441..ae6b216f0d 100644 --- a/app/Http/Controllers/Install/ChecksController.php +++ b/app/Http/Controllers/Install/ChecksController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e7f2e92992..369341eae4 100644 --- a/app/Http/Controllers/Install/DatabaseController.php +++ b/app/Http/Controllers/Install/DatabaseController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 af39d99f5d..05e88a118e 100644 --- a/app/Http/Controllers/Install/FinalizeController.php +++ b/app/Http/Controllers/Install/FinalizeController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 198865055c..fd8a392472 100644 --- a/app/Http/Controllers/Install/InstallationController.php +++ b/app/Http/Controllers/Install/InstallationController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5546c31d14..9c20e92d35 100644 --- a/app/Http/Controllers/Install/MakeUserController.php +++ b/app/Http/Controllers/Install/MakeUserController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 97063bb681..abb97260c3 100644 --- a/app/Http/Controllers/Maps/DeviceDependencyController.php +++ b/app/Http/Controllers/Maps/DeviceDependencyController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d03274cf88..732eb5302a 100644 --- a/app/Http/Controllers/Maps/MapController.php +++ b/app/Http/Controllers/Maps/MapController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Thomas Berberich * @author Thomas Berberich diff --git a/app/Http/Controllers/OverviewController.php b/app/Http/Controllers/OverviewController.php index 3db0463120..bc847238d0 100644 --- a/app/Http/Controllers/OverviewController.php +++ b/app/Http/Controllers/OverviewController.php @@ -9,7 +9,6 @@ use App\Models\Port; use App\Models\Service; use App\Models\Syslog; use App\Models\UserPref; -use App\Models\UserWidget; use App\Models\Widget; use Auth; use Illuminate\Http\Request; diff --git a/app/Http/Controllers/PaginatedAjaxController.php b/app/Http/Controllers/PaginatedAjaxController.php index 48ebcb820c..cf8e7c4efb 100644 --- a/app/Http/Controllers/PaginatedAjaxController.php +++ b/app/Http/Controllers/PaginatedAjaxController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/PollerSettingsController.php b/app/Http/Controllers/PollerSettingsController.php index 1710297b27..811529512a 100644 --- a/app/Http/Controllers/PollerSettingsController.php +++ b/app/Http/Controllers/PollerSettingsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9d1b40dfe3..fc3aede923 100644 --- a/app/Http/Controllers/Select/ApplicationController.php +++ b/app/Http/Controllers/Select/ApplicationController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8b6514daa3..105f15fc39 100644 --- a/app/Http/Controllers/Select/BillController.php +++ b/app/Http/Controllers/Select/BillController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 dcf9da5e55..08660d726f 100644 --- a/app/Http/Controllers/Select/DashboardController.php +++ b/app/Http/Controllers/Select/DashboardController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c1210a3f28..a126912da2 100644 --- a/app/Http/Controllers/Select/DeviceController.php +++ b/app/Http/Controllers/Select/DeviceController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d9962f6509..d102d5763b 100644 --- a/app/Http/Controllers/Select/DeviceFieldController.php +++ b/app/Http/Controllers/Select/DeviceFieldController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 29132092b3..040a927d06 100644 --- a/app/Http/Controllers/Select/DeviceGroupController.php +++ b/app/Http/Controllers/Select/DeviceGroupController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 383e94e829..e02a5b9ec3 100644 --- a/app/Http/Controllers/Select/EventlogController.php +++ b/app/Http/Controllers/Select/EventlogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 11131e1ce6..5f6692d989 100644 --- a/app/Http/Controllers/Select/GraphAggregateController.php +++ b/app/Http/Controllers/Select/GraphAggregateController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 cb8452d131..84ccd4a0ea 100644 --- a/app/Http/Controllers/Select/GraphController.php +++ b/app/Http/Controllers/Select/GraphController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 821255b250..522d7d4ddf 100644 --- a/app/Http/Controllers/Select/GraylogStreamsController.php +++ b/app/Http/Controllers/Select/GraylogStreamsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f7d41f8800..86c80d6c48 100644 --- a/app/Http/Controllers/Select/LocationController.php +++ b/app/Http/Controllers/Select/LocationController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e7081b887e..dd03ea6d2a 100644 --- a/app/Http/Controllers/Select/MuninPluginController.php +++ b/app/Http/Controllers/Select/MuninPluginController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 04b6b0d911..910ddf3688 100644 --- a/app/Http/Controllers/Select/PortController.php +++ b/app/Http/Controllers/Select/PortController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 318764a286..19f3831150 100644 --- a/app/Http/Controllers/Select/PortFieldController.php +++ b/app/Http/Controllers/Select/PortFieldController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 660787555d..5e230822c0 100644 --- a/app/Http/Controllers/Select/SelectController.php +++ b/app/Http/Controllers/Select/SelectController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e41d6c447b..78c7f6bfb8 100644 --- a/app/Http/Controllers/Select/ServiceController.php +++ b/app/Http/Controllers/Select/ServiceController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/Select/SyslogController.php b/app/Http/Controllers/Select/SyslogController.php index 3ddfe533eb..ba6cca3881 100644 --- a/app/Http/Controllers/Select/SyslogController.php +++ b/app/Http/Controllers/Select/SyslogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index fc831ee0d9..86fed50449 100644 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -2,12 +2,9 @@ namespace App\Http\Controllers; -use Illuminate\Database\Eloquent\ModelNotFoundException; use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; -use Illuminate\Support\Collection; use LibreNMS\Util\DynamicConfig; -use LibreNMS\Util\DynamicConfigItem; class SettingsController extends Controller { diff --git a/app/Http/Controllers/Table/AlertScheduleController.php b/app/Http/Controllers/Table/AlertScheduleController.php index 5b61746a16..867e2df4a0 100644 --- a/app/Http/Controllers/Table/AlertScheduleController.php +++ b/app/Http/Controllers/Table/AlertScheduleController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 06e34bf58c..0e65f03921 100644 --- a/app/Http/Controllers/Table/CustomersController.php +++ b/app/Http/Controllers/Table/CustomersController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0cb244a88b..c363138f22 100644 --- a/app/Http/Controllers/Table/DeviceController.php +++ b/app/Http/Controllers/Table/DeviceController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 99bfb6c891..98a5f4baaf 100644 --- a/app/Http/Controllers/Table/EventlogController.php +++ b/app/Http/Controllers/Table/EventlogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 79dbede942..cbffed3b29 100644 --- a/app/Http/Controllers/Table/FdbTablesController.php +++ b/app/Http/Controllers/Table/FdbTablesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f504c5884c..149384f97a 100644 --- a/app/Http/Controllers/Table/GraylogController.php +++ b/app/Http/Controllers/Table/GraylogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -27,7 +26,6 @@ namespace App\Http\Controllers\Table; use App\ApiClients\GraylogApi; use App\Models\Device; -use App\Models\Port; use DateInterval; use DateTime; use DateTimeZone; diff --git a/app/Http/Controllers/Table/LocationController.php b/app/Http/Controllers/Table/LocationController.php index 57350216d9..98514fc3a1 100644 --- a/app/Http/Controllers/Table/LocationController.php +++ b/app/Http/Controllers/Table/LocationController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/Table/OutagesController.php b/app/Http/Controllers/Table/OutagesController.php index b100be85b1..0fbc726072 100644 --- a/app/Http/Controllers/Table/OutagesController.php +++ b/app/Http/Controllers/Table/OutagesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich @@ -26,11 +25,8 @@ namespace App\Http\Controllers\Table; use App\Models\DeviceOutage; -use App\Models\Eventlog; use Carbon\Carbon; -use Illuminate\Database\Eloquent\Builder; use LibreNMS\Config; -use LibreNMS\Enum\Alert; use LibreNMS\Util\Url; class OutagesController extends TableController diff --git a/app/Http/Controllers/Table/PortNacController.php b/app/Http/Controllers/Table/PortNacController.php index 25644792d5..56f270e69a 100644 --- a/app/Http/Controllers/Table/PortNacController.php +++ b/app/Http/Controllers/Table/PortNacController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ef5252fb0c..bdf0c50685 100644 --- a/app/Http/Controllers/Table/RoutesTablesController.php +++ b/app/Http/Controllers/Table/RoutesTablesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 PipoCanaja * @author PipoCanaja @@ -26,17 +25,10 @@ namespace App\Http\Controllers\Table; use App\Models\Device; -use App\Models\Ipv4Address; -use App\Models\Ipv4Network; -use App\Models\Ipv6Address; -use App\Models\Port; use App\Models\Route; use Illuminate\Database\Eloquent\Builder; use Illuminate\Http\Request; -use Illuminate\Support\Facades\DB; -use LibreNMS\Exceptions\InvalidIpException; use LibreNMS\Util\IP; -use LibreNMS\Util\Rewrite; use LibreNMS\Util\Url; class RoutesTablesController extends TableController diff --git a/app/Http/Controllers/Table/SimpleTableController.php b/app/Http/Controllers/Table/SimpleTableController.php index cc4e012449..41313bf909 100644 --- a/app/Http/Controllers/Table/SimpleTableController.php +++ b/app/Http/Controllers/Table/SimpleTableController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a287a6093e..3f9015f948 100644 --- a/app/Http/Controllers/Table/SyslogController.php +++ b/app/Http/Controllers/Table/SyslogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a17ff6a9da..4acf87d2ac 100644 --- a/app/Http/Controllers/Table/TableController.php +++ b/app/Http/Controllers/Table/TableController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 0daec75337..0d5ae1c603 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Controllers/UserPreferencesController.php b/app/Http/Controllers/UserPreferencesController.php index 6235318a7e..db1fd6a5da 100644 --- a/app/Http/Controllers/UserPreferencesController.php +++ b/app/Http/Controllers/UserPreferencesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 335b2ff8e7..3c692e986e 100644 --- a/app/Http/Controllers/Widgets/AlertlogController.php +++ b/app/Http/Controllers/Widgets/AlertlogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d935ad70e3..106f8d1487 100644 --- a/app/Http/Controllers/Widgets/AlertlogStatsController.php +++ b/app/Http/Controllers/Widgets/AlertlogStatsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 98daa7e871..8806b6b28e 100644 --- a/app/Http/Controllers/Widgets/AlertsController.php +++ b/app/Http/Controllers/Widgets/AlertsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6e3aba4308..80b4f178cb 100644 --- a/app/Http/Controllers/Widgets/AvailabilityMapController.php +++ b/app/Http/Controllers/Widgets/AvailabilityMapController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 179c6f370f..0c295461b9 100644 --- a/app/Http/Controllers/Widgets/ComponentStatusController.php +++ b/app/Http/Controllers/Widgets/ComponentStatusController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7bd3e9766c..ba65884ea0 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,9 +24,6 @@ namespace App\Http\Controllers\Widgets; -use App\Models\Device; -use App\Models\Port; -use App\Models\Service; use Illuminate\Http\Request; use LibreNMS\Config; use LibreNMS\Util\ObjectCache; diff --git a/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php b/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php index 1c9cd1332a..78523ced6d 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryHorizController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b97218b047..937e34bf3c 100644 --- a/app/Http/Controllers/Widgets/DeviceSummaryVertController.php +++ b/app/Http/Controllers/Widgets/DeviceSummaryVertController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c2bb9c0525..2fabb57416 100644 --- a/app/Http/Controllers/Widgets/EventlogController.php +++ b/app/Http/Controllers/Widgets/EventlogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3f489992c4..6829c51415 100644 --- a/app/Http/Controllers/Widgets/GlobeController.php +++ b/app/Http/Controllers/Widgets/GlobeController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0eea6e1cf2..831acfa700 100644 --- a/app/Http/Controllers/Widgets/GraphController.php +++ b/app/Http/Controllers/Widgets/GraphController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5fab3ddbf5..6723bcced7 100644 --- a/app/Http/Controllers/Widgets/GraylogController.php +++ b/app/Http/Controllers/Widgets/GraylogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f052f9a320..53449c4626 100644 --- a/app/Http/Controllers/Widgets/ImageController.php +++ b/app/Http/Controllers/Widgets/ImageController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 915a7475e9..f4e3377fc6 100644 --- a/app/Http/Controllers/Widgets/NotesController.php +++ b/app/Http/Controllers/Widgets/NotesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -27,7 +26,6 @@ namespace App\Http\Controllers\Widgets; use Illuminate\Http\Request; use Illuminate\View\View; -use LibreNMS\Util\Html; class NotesController extends WidgetController { diff --git a/app/Http/Controllers/Widgets/PlaceholderController.php b/app/Http/Controllers/Widgets/PlaceholderController.php index 4b9fc82c8e..d42fc2a691 100644 --- a/app/Http/Controllers/Widgets/PlaceholderController.php +++ b/app/Http/Controllers/Widgets/PlaceholderController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ce292e9c95..268383e2c7 100644 --- a/app/Http/Controllers/Widgets/ServerStatsController.php +++ b/app/Http/Controllers/Widgets/ServerStatsController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 55229f6417..56dc5256f3 100644 --- a/app/Http/Controllers/Widgets/SyslogController.php +++ b/app/Http/Controllers/Widgets/SyslogController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3fda2e0909..de02f7537d 100644 --- a/app/Http/Controllers/Widgets/TopDevicesController.php +++ b/app/Http/Controllers/Widgets/TopDevicesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 00a1b44bf4..1344ff7342 100644 --- a/app/Http/Controllers/Widgets/TopInterfacesController.php +++ b/app/Http/Controllers/Widgets/TopInterfacesController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2ed66cad01..2f3a1901ab 100644 --- a/app/Http/Controllers/Widgets/WidgetController.php +++ b/app/Http/Controllers/Widgets/WidgetController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c9addf545a..88d773af21 100644 --- a/app/Http/Controllers/Widgets/WorldMapController.php +++ b/app/Http/Controllers/Widgets/WorldMapController.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -26,9 +25,7 @@ namespace App\Http\Controllers\Widgets; use App\Models\Device; -use App\Models\Location; use Illuminate\Http\Request; -use Illuminate\Support\Collection; use LibreNMS\Config; class WorldMapController extends WidgetController diff --git a/app/Http/Middleware/CheckInstalled.php b/app/Http/Middleware/CheckInstalled.php index 6f2ebd57ee..8cb1db4256 100644 --- a/app/Http/Middleware/CheckInstalled.php +++ b/app/Http/Middleware/CheckInstalled.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/Middleware/HandleCors.php b/app/Http/Middleware/HandleCors.php index b4158385e6..992081430f 100644 --- a/app/Http/Middleware/HandleCors.php +++ b/app/Http/Middleware/HandleCors.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/app/Http/Middleware/LegacyExternalAuth.php b/app/Http/Middleware/LegacyExternalAuth.php index cce176b2ad..e7c3a8ba87 100644 --- a/app/Http/Middleware/LegacyExternalAuth.php +++ b/app/Http/Middleware/LegacyExternalAuth.php @@ -6,9 +6,6 @@ use App\Models\User; use Auth; use Closure; use LibreNMS\Authentication\LegacyAuth; -use LibreNMS\Config; -use LibreNMS\Exceptions\AuthenticationException; -use Log; class LegacyExternalAuth { diff --git a/app/Http/Middleware/LoadUserPreferences.php b/app/Http/Middleware/LoadUserPreferences.php index 9cdbfc83ad..f182fc729e 100644 --- a/app/Http/Middleware/LoadUserPreferences.php +++ b/app/Http/Middleware/LoadUserPreferences.php @@ -2,7 +2,6 @@ namespace App\Http\Middleware; -use Auth; use Closure; use LibreNMS\Config; diff --git a/app/Http/Requests/TwoFactorManagementRequest.php b/app/Http/Requests/TwoFactorManagementRequest.php index 28dc942a1a..032f2cd0f6 100644 --- a/app/Http/Requests/TwoFactorManagementRequest.php +++ b/app/Http/Requests/TwoFactorManagementRequest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/ViewComposers/LayoutComposer.php b/app/Http/ViewComposers/LayoutComposer.php index cb08b4b3ef..0e3f5dfee0 100644 --- a/app/Http/ViewComposers/LayoutComposer.php +++ b/app/Http/ViewComposers/LayoutComposer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Http/ViewComposers/MenuComposer.php b/app/Http/ViewComposers/MenuComposer.php index 9b695453b6..78c9c31afe 100644 --- a/app/Http/ViewComposers/MenuComposer.php +++ b/app/Http/ViewComposers/MenuComposer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Jobs/PingCheck.php b/app/Jobs/PingCheck.php index 14247b4165..111e9c2929 100644 --- a/app/Jobs/PingCheck.php +++ b/app/Jobs/PingCheck.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Alert.php b/app/Models/Alert.php index 2e990a8f2e..ac9627b778 100644 --- a/app/Models/Alert.php +++ b/app/Models/Alert.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/app/Models/AlertRule.php b/app/Models/AlertRule.php index fbb25e9454..dfadee3b0e 100644 --- a/app/Models/AlertRule.php +++ b/app/Models/AlertRule.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/app/Models/AlertSchedule.php b/app/Models/AlertSchedule.php index dd4a5c30dd..fcbd8e4962 100644 --- a/app/Models/AlertSchedule.php +++ b/app/Models/AlertSchedule.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/AlertTemplate.php b/app/Models/AlertTemplate.php index fe1a46ba33..693eff3995 100644 --- a/app/Models/AlertTemplate.php +++ b/app/Models/AlertTemplate.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/app/Models/AlertTemplateMap.php b/app/Models/AlertTemplateMap.php index c4bc67a1c3..c08a61beec 100644 --- a/app/Models/AlertTemplateMap.php +++ b/app/Models/AlertTemplateMap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/app/Models/ApiToken.php b/app/Models/ApiToken.php index f9e971ea05..9a59f23eba 100644 --- a/app/Models/ApiToken.php +++ b/app/Models/ApiToken.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,8 +24,6 @@ namespace App\Models; -use Illuminate\Support\Str; - class ApiToken extends BaseModel { public $timestamps = false; diff --git a/app/Models/Application.php b/app/Models/Application.php index 1284e86dde..8f4f8cc919 100644 --- a/app/Models/Application.php +++ b/app/Models/Application.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/AuthLog.php b/app/Models/AuthLog.php index 261679ec69..7c2e57f0e7 100644 --- a/app/Models/AuthLog.php +++ b/app/Models/AuthLog.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Availability.php b/app/Models/Availability.php index 703aa5d600..82280643ac 100644 --- a/app/Models/Availability.php +++ b/app/Models/Availability.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/BaseModel.php b/app/Models/BaseModel.php index d8a78f5d98..8d74dd4e3d 100644 --- a/app/Models/BaseModel.php +++ b/app/Models/BaseModel.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/BgpPeer.php b/app/Models/BgpPeer.php index 612b159a77..c4e6c405ea 100644 --- a/app/Models/BgpPeer.php +++ b/app/Models/BgpPeer.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Bill.php b/app/Models/Bill.php index b3a5ef825d..7772ea01c7 100644 --- a/app/Models/Bill.php +++ b/app/Models/Bill.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Callback.php b/app/Models/Callback.php index 158d1544bf..fa7169186c 100644 --- a/app/Models/Callback.php +++ b/app/Models/Callback.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/CefSwitching.php b/app/Models/CefSwitching.php index 29f0061751..61b5faa9ed 100644 --- a/app/Models/CefSwitching.php +++ b/app/Models/CefSwitching.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Component.php b/app/Models/Component.php index 847a408f69..7feb5e4f90 100644 --- a/app/Models/Component.php +++ b/app/Models/Component.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Config.php b/app/Models/Config.php index 829b33b68e..0039fd5895 100644 --- a/app/Models/Config.php +++ b/app/Models/Config.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Device.php b/app/Models/Device.php index 7d6fe7762e..fc0101dff1 100644 --- a/app/Models/Device.php +++ b/app/Models/Device.php @@ -2,7 +2,6 @@ namespace App\Models; -use DB; use Fico7489\Laravel\Pivot\Traits\PivotEventTrait; use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\ModelNotFoundException; diff --git a/app/Models/DeviceAttrib.php b/app/Models/DeviceAttrib.php index 72eaa924ed..d7fa3709ce 100644 --- a/app/Models/DeviceAttrib.php +++ b/app/Models/DeviceAttrib.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Models/DeviceGroup.php b/app/Models/DeviceGroup.php index 131b666787..3fb5a545b9 100644 --- a/app/Models/DeviceGroup.php +++ b/app/Models/DeviceGroup.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/app/Models/DeviceOutage.php b/app/Models/DeviceOutage.php index c025d90a99..8ca51727ca 100644 --- a/app/Models/DeviceOutage.php +++ b/app/Models/DeviceOutage.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/DevicePerf.php b/app/Models/DevicePerf.php index 274ed35146..dbf3e259e0 100644 --- a/app/Models/DevicePerf.php +++ b/app/Models/DevicePerf.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,8 +24,6 @@ namespace App\Models; -use Illuminate\Database\Eloquent\Model; - class DevicePerf extends DeviceRelatedModel { protected $table = 'device_perf'; diff --git a/app/Models/DeviceRelatedModel.php b/app/Models/DeviceRelatedModel.php index 08b4202f87..b3d58a5f68 100644 --- a/app/Models/DeviceRelatedModel.php +++ b/app/Models/DeviceRelatedModel.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Models/Eventlog.php b/app/Models/Eventlog.php index 6a3989be01..a3493c89c9 100644 --- a/app/Models/Eventlog.php +++ b/app/Models/Eventlog.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/GraphType.php b/app/Models/GraphType.php index 5ef5014364..5d5fe50e3d 100644 --- a/app/Models/GraphType.php +++ b/app/Models/GraphType.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Ipv4Address.php b/app/Models/Ipv4Address.php index 8575b006c9..7ce28708c1 100644 --- a/app/Models/Ipv4Address.php +++ b/app/Models/Ipv4Address.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Ipv4Network.php b/app/Models/Ipv4Network.php index f2e109a254..69454142b0 100644 --- a/app/Models/Ipv4Network.php +++ b/app/Models/Ipv4Network.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Ipv6Address.php b/app/Models/Ipv6Address.php index bc9abb8ca1..3884da47d3 100644 --- a/app/Models/Ipv6Address.php +++ b/app/Models/Ipv6Address.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Ipv6Network.php b/app/Models/Ipv6Network.php index 03eaed75ae..41a6d8aed8 100644 --- a/app/Models/Ipv6Network.php +++ b/app/Models/Ipv6Network.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Location.php b/app/Models/Location.php index cc6a134a31..a78d21fe60 100644 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Mpls.php b/app/Models/Mpls.php index 8a1507fe8d..af2e78429d 100644 --- a/app/Models/Mpls.php +++ b/app/Models/Mpls.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Vitali Kari * @author Vitali Kari diff --git a/app/Models/MuninPlugin.php b/app/Models/MuninPlugin.php index bc6b0925f1..a64e9f918e 100644 --- a/app/Models/MuninPlugin.php +++ b/app/Models/MuninPlugin.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/OspfArea.php b/app/Models/OspfArea.php index 184f2ad33a..b3022316c5 100644 --- a/app/Models/OspfArea.php +++ b/app/Models/OspfArea.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/OspfInstance.php b/app/Models/OspfInstance.php index 68262370eb..7001ab8233 100644 --- a/app/Models/OspfInstance.php +++ b/app/Models/OspfInstance.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/OspfNbr.php b/app/Models/OspfNbr.php index 5599d11536..7f52d38707 100644 --- a/app/Models/OspfNbr.php +++ b/app/Models/OspfNbr.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/OspfPort.php b/app/Models/OspfPort.php index dd41f46f1d..ffdfa1b928 100644 --- a/app/Models/OspfPort.php +++ b/app/Models/OspfPort.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Package.php b/app/Models/Package.php index 175094bfa2..a348e79b53 100644 --- a/app/Models/Package.php +++ b/app/Models/Package.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Plugin.php b/app/Models/Plugin.php index cb7d6534ce..b6a1321856 100644 --- a/app/Models/Plugin.php +++ b/app/Models/Plugin.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Poller.php b/app/Models/Poller.php index dcc2f32bf7..8652a6db1a 100644 --- a/app/Models/Poller.php +++ b/app/Models/Poller.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/PollerCluster.php b/app/Models/PollerCluster.php index 2a8332b54b..c640fe578e 100644 --- a/app/Models/PollerCluster.php +++ b/app/Models/PollerCluster.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/PollerClusterStat.php b/app/Models/PollerClusterStat.php index b1ecc62682..e60ab05b65 100644 --- a/app/Models/PollerClusterStat.php +++ b/app/Models/PollerClusterStat.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/PollerGroup.php b/app/Models/PollerGroup.php index 826eb5dd1e..23ea686cf9 100644 --- a/app/Models/PollerGroup.php +++ b/app/Models/PollerGroup.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich diff --git a/app/Models/PortRelatedModel.php b/app/Models/PortRelatedModel.php index c052313736..537d33da00 100644 --- a/app/Models/PortRelatedModel.php +++ b/app/Models/PortRelatedModel.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Models/PortsNac.php b/app/Models/PortsNac.php index 9ff7653365..eb5d61bdc4 100644 --- a/app/Models/PortsNac.php +++ b/app/Models/PortsNac.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Pseudowire.php b/app/Models/Pseudowire.php index a7d3b09191..18a4a82955 100644 --- a/app/Models/Pseudowire.php +++ b/app/Models/Pseudowire.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/Syslog.php b/app/Models/Syslog.php index d67c284a2f..139bd8c588 100644 --- a/app/Models/Syslog.php +++ b/app/Models/Syslog.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/UserPref.php b/app/Models/UserPref.php index c2d07d2486..32fc6c1528 100644 --- a/app/Models/UserPref.php +++ b/app/Models/UserPref.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/UserWidget.php b/app/Models/UserWidget.php index f888496914..608b686fbe 100644 --- a/app/Models/UserWidget.php +++ b/app/Models/UserWidget.php @@ -2,7 +2,6 @@ namespace App\Models; -use Auth; use Illuminate\Database\Eloquent\Model; class UserWidget extends Model diff --git a/app/Models/Vrf.php b/app/Models/Vrf.php index 1bd3394b58..278770d52f 100644 --- a/app/Models/Vrf.php +++ b/app/Models/Vrf.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/VrfLite.php b/app/Models/VrfLite.php index a00a488a85..cbe30de1f5 100644 --- a/app/Models/VrfLite.php +++ b/app/Models/VrfLite.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/app/Models/Widget.php b/app/Models/Widget.php index ed23b061f7..b9ac2593f8 100644 --- a/app/Models/Widget.php +++ b/app/Models/Widget.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Models/WirelessSensor.php b/app/Models/WirelessSensor.php index 87b98b1dbf..33bdaa9eba 100644 --- a/app/Models/WirelessSensor.php +++ b/app/Models/WirelessSensor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Providers/ComposerServiceProvider.php b/app/Providers/ComposerServiceProvider.php index ee6851da77..12c1a99654 100644 --- a/app/Providers/ComposerServiceProvider.php +++ b/app/Providers/ComposerServiceProvider.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Providers/DatastoreServiceProvider.php b/app/Providers/DatastoreServiceProvider.php index e1b03d358f..863db70a2d 100644 --- a/app/Providers/DatastoreServiceProvider.php +++ b/app/Providers/DatastoreServiceProvider.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/Providers/LegacyUserProvider.php b/app/Providers/LegacyUserProvider.php index ae95c23c1a..25cdb6eed8 100644 --- a/app/Providers/LegacyUserProvider.php +++ b/app/Providers/LegacyUserProvider.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -25,7 +24,6 @@ namespace App\Providers; -use App\Models\ApiToken; use App\Models\User; use DB; use Illuminate\Contracts\Auth\Authenticatable; diff --git a/app/Providers/TokenUserProvider.php b/app/Providers/TokenUserProvider.php index 8826098355..31d0eff045 100644 --- a/app/Providers/TokenUserProvider.php +++ b/app/Providers/TokenUserProvider.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/app/StreamedOutput.php b/app/StreamedOutput.php index e589f0b3cc..c88635dbea 100644 --- a/app/StreamedOutput.php +++ b/app/StreamedOutput.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/billing-calculate.php b/billing-calculate.php index 4ac6db44f1..f00196d7fd 100755 --- a/billing-calculate.php +++ b/billing-calculate.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage billing * @copyright (C) 2006 - 2012 Adam Armstrong */ $init_modules = []; diff --git a/build-base.php b/build-base.php index b4975b7035..5c5cdc0fe4 100755 --- a/build-base.php +++ b/build-base.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray 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 ee5941e5cc..b095783a0d 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 @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7aadffd972..342d774a67 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 @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 634de5299e..790a1dca7a 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 @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0ca455ac2a..67519a1ffa 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 @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/database/migrations/2019_02_10_220000_add_dates_to_fdb.php b/database/migrations/2019_02_10_220000_add_dates_to_fdb.php index 069fec308a..1e196744ae 100644 --- a/database/migrations/2019_02_10_220000_add_dates_to_fdb.php +++ b/database/migrations/2019_02_10_220000_add_dates_to_fdb.php @@ -1,7 +1,6 @@ . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/delhost.php b/delhost.php index eae23d2f50..1b3906b3d7 100755 --- a/delhost.php +++ b/delhost.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage cli * @copyright (C) 2006 - 2012 Adam Armstrong */ $init_modules = []; diff --git a/discovery.php b/discovery.php index efdde3e4b0..0498888e16 100755 --- a/discovery.php +++ b/discovery.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage discovery * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/ajax_listports.php b/html/ajax_listports.php index 85af41f582..f2975e47d6 100644 --- a/html/ajax_listports.php +++ b/html/ajax_listports.php @@ -5,8 +5,6 @@ * * This file is part of LibreNMS. * - * @package librenms - * @subpackage ajax * @copyright (C) 2006 - 2012 Adam Armstrong */ $init_modules = ['web', 'auth']; diff --git a/html/api_v0.php b/html/api_v0.php index e9d9ac465a..8043a2a847 100644 --- a/html/api_v0.php +++ b/html/api_v0.php @@ -3,7 +3,6 @@ /** * Laravel - A PHP Framework For Web Artisans * - * @package Laravel * @author Taylor Otwell */ diff --git a/html/bandwidth-graph.php b/html/bandwidth-graph.php index f038dbea04..c297f1cd45 100644 --- a/html/bandwidth-graph.php +++ b/html/bandwidth-graph.php @@ -4,8 +4,6 @@ * * This file is part of LibreNMS. * - * @package librenms - * @subpackage webinterface * @copyright (C) 2006 - 2012 Adam Armstrong */ ini_set('allow_url_fopen', 0); diff --git a/html/data.php b/html/data.php index 29c085c978..80fd3465f2 100644 --- a/html/data.php +++ b/html/data.php @@ -5,8 +5,6 @@ * * This file is part of LibreNMS. * - * @package librenms - * @subpackage webinterface * @copyright (C) 2006 - 2012 Adam Armstrong */ $init_modules = ['web', 'auth']; diff --git a/html/graph-realtime.php b/html/graph-realtime.php index f426835762..a9ec7fedbd 100644 --- a/html/graph-realtime.php +++ b/html/graph-realtime.php @@ -5,8 +5,6 @@ * * This file is included with LibreNMS. It was originally part of m0n0wall * - * @package librenms - * @subpackage graphing * @author T. Lechat , Manuel Kasper , Jonathan Watt * @copyright 2004-2006 T. Lechat , Manuel Kasper , Jonathan Watt * @license BSD diff --git a/html/graph.php b/html/graph.php index 073094c5ef..30210c9644 100644 --- a/html/graph.php +++ b/html/graph.php @@ -4,12 +4,9 @@ * * This file is part of LibreNMS. * - * @package librenms - * @subpackage graphing * @copyright (C) 2006 - 2012 Adam Armstrong */ -use LibreNMS\Authentication\LegacyAuth; use LibreNMS\Data\Store\Datastore; $start = microtime(true); diff --git a/html/index.php b/html/index.php index 2b72b44d56..68ee02ba83 100644 --- a/html/index.php +++ b/html/index.php @@ -3,7 +3,6 @@ /** * Laravel - A PHP Framework For Web Artisans * - * @package Laravel * @author Taylor Otwell */ diff --git a/html/network-map.php b/html/network-map.php index 709987bb0a..cc174f0c54 100644 --- a/html/network-map.php +++ b/html/network-map.php @@ -5,8 +5,6 @@ * * This file is part of LibreNMS. * - * @package librenms - * @subpackage map * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/includes/caches/notifications.inc.php b/includes/caches/notifications.inc.php index 2c36fe85bc..b37d82687b 100644 --- a/includes/caches/notifications.inc.php +++ b/includes/caches/notifications.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Notifications */ $data['count'] = [ 'query' => 'select count(notifications.notifications_id) from notifications where not exists( select 1 from notifications_attribs where notifications.notifications_id = notifications_attribs.notifications_id and notifications_attribs.user_id = ?)', diff --git a/includes/discovery/applications.inc.php b/includes/discovery/applications.inc.php index 3bdb659698..412e51662a 100644 --- a/includes/discovery/applications.inc.php +++ b/includes/discovery/applications.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 704aa0d7b3..55297fd526 100644 --- a/includes/discovery/arp-table.inc.php +++ b/includes/discovery/arp-table.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a61400427e..13ddbe12d6 100644 --- a/includes/discovery/arp-table/edgeswitch.inc.php +++ b/includes/discovery/arp-table/edgeswitch.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9c49a322bc..5072a82772 100644 --- a/includes/discovery/arp-table/screenos.inc.php +++ b/includes/discovery/arp-table/screenos.inc.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8153518cea..17fec4ef70 100644 --- a/includes/discovery/bgp-peers/timos.inc.php +++ b/includes/discovery/bgp-peers/timos.inc.php @@ -18,14 +18,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 LibreNMS Contributors * @author LibreNMS Contributors */ use LibreNMS\Config; -use LibreNMS\Exceptions\InvalidIpException; use LibreNMS\Util\IP; if (Config::get('enable_bgp')) { diff --git a/includes/discovery/bgp-peers/vrp.inc.php b/includes/discovery/bgp-peers/vrp.inc.php index 610d7d4bd6..63f93dc7c5 100644 --- a/includes/discovery/bgp-peers/vrp.inc.php +++ b/includes/discovery/bgp-peers/vrp.inc.php @@ -18,14 +18,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 PipoCanaja * @author PipoCanaja */ use LibreNMS\Config; -use LibreNMS\Exceptions\InvalidIpException; use LibreNMS\Util\IP; if (Config::get('enable_bgp')) { diff --git a/includes/discovery/cisco-qfp.inc.php b/includes/discovery/cisco-qfp.inc.php index c9a9717216..b12ddddfec 100644 --- a/includes/discovery/cisco-qfp.inc.php +++ b/includes/discovery/cisco-qfp.inc.php @@ -8,8 +8,6 @@ * * LibreNMS module to capture Cisco QFP Statistics * - * @package LibreNMS - * @subpackage discovery * @link http://librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic diff --git a/includes/discovery/entity-state.inc.php b/includes/discovery/entity-state.inc.php index c3969315ef..1781306ee5 100644 --- a/includes/discovery/entity-state.inc.php +++ b/includes/discovery/entity-state.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 dd81a605c5..bb7178ba4f 100644 --- a/includes/discovery/fdb-table/aos6.inc.php +++ b/includes/discovery/fdb-table/aos6.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright LibreNMS contributors * @author Tony Murray diff --git a/includes/discovery/fdb-table/aos7.inc.php b/includes/discovery/fdb-table/aos7.inc.php index 29e6d07f2c..6c4d286352 100644 --- a/includes/discovery/fdb-table/aos7.inc.php +++ b/includes/discovery/fdb-table/aos7.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright LibreNMS contributors * @author Tony Murray diff --git a/includes/discovery/fdb-table/arubaos.inc.php b/includes/discovery/fdb-table/arubaos.inc.php index e815c98876..96c340311e 100644 --- a/includes/discovery/fdb-table/arubaos.inc.php +++ b/includes/discovery/fdb-table/arubaos.inc.php @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS - * @subpackage discovery/fdb-table * @link http://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 6895e155ac..332d24a953 100644 --- a/includes/discovery/fdb-table/bridge.inc.php +++ b/includes/discovery/fdb-table/bridge.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright LibreNMS contributors * @author Tony Murray diff --git a/includes/discovery/fdb-table/edgeswitch.inc.php b/includes/discovery/fdb-table/edgeswitch.inc.php index f18a386e04..ecd2af466e 100644 --- a/includes/discovery/fdb-table/edgeswitch.inc.php +++ b/includes/discovery/fdb-table/edgeswitch.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/discovery/mempools/3com.inc.php b/includes/discovery/mempools/3com.inc.php index 8a451587e1..b8cb84201d 100644 --- a/includes/discovery/mempools/3com.inc.php +++ b/includes/discovery/mempools/3com.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/acos.inc.php b/includes/discovery/mempools/acos.inc.php index 8e49103d2a..8a18477377 100644 --- a/includes/discovery/mempools/acos.inc.php +++ b/includes/discovery/mempools/acos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/aruba-instant.inc.php b/includes/discovery/mempools/aruba-instant.inc.php index 238901e09c..bdb806ee28 100644 --- a/includes/discovery/mempools/aruba-instant.inc.php +++ b/includes/discovery/mempools/aruba-instant.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Timothy Willey * @author Timothy Willey diff --git a/includes/discovery/mempools/comware.inc.php b/includes/discovery/mempools/comware.inc.php index 3e04c97a65..9dec448249 100644 --- a/includes/discovery/mempools/comware.inc.php +++ b/includes/discovery/mempools/comware.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/cyberoam-utm.inc.php b/includes/discovery/mempools/cyberoam-utm.inc.php index 6c677dab73..14f1870af3 100644 --- a/includes/discovery/mempools/cyberoam-utm.inc.php +++ b/includes/discovery/mempools/cyberoam-utm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/dasan-nos.inc.php b/includes/discovery/mempools/dasan-nos.inc.php index 24eddc3642..c5bc3f6bbf 100644 --- a/includes/discovery/mempools/dasan-nos.inc.php +++ b/includes/discovery/mempools/dasan-nos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/dnos.inc.php b/includes/discovery/mempools/dnos.inc.php index 2d5b94a512..9c78117996 100644 --- a/includes/discovery/mempools/dnos.inc.php +++ b/includes/discovery/mempools/dnos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler diff --git a/includes/discovery/mempools/fabos.inc.php b/includes/discovery/mempools/fabos.inc.php index c15a2c9293..ecbd72129e 100644 --- a/includes/discovery/mempools/fabos.inc.php +++ b/includes/discovery/mempools/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/fortiswitch.inc.php b/includes/discovery/mempools/fortiswitch.inc.php index c3119d84ca..2a8944231f 100644 --- a/includes/discovery/mempools/fortiswitch.inc.php +++ b/includes/discovery/mempools/fortiswitch.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/hikvision-cam.inc.php b/includes/discovery/mempools/hikvision-cam.inc.php index 55165152ec..7dc9751931 100644 --- a/includes/discovery/mempools/hikvision-cam.inc.php +++ b/includes/discovery/mempools/hikvision-cam.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler diff --git a/includes/discovery/mempools/hikvision-nvr.inc.php b/includes/discovery/mempools/hikvision-nvr.inc.php index 119467b0bf..2be26fa2c0 100644 --- a/includes/discovery/mempools/hikvision-nvr.inc.php +++ b/includes/discovery/mempools/hikvision-nvr.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Spencer Butler * @author Spencer Butler diff --git a/includes/discovery/mempools/hiveos-wireless.inc.php b/includes/discovery/mempools/hiveos-wireless.inc.php index 2cf31eda1c..836957736d 100644 --- a/includes/discovery/mempools/hiveos-wireless.inc.php +++ b/includes/discovery/mempools/hiveos-wireless.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ diff --git a/includes/discovery/mempools/jetstream.inc.php b/includes/discovery/mempools/jetstream.inc.php index d30ced6ae1..4b28ff6f25 100644 --- a/includes/discovery/mempools/jetstream.inc.php +++ b/includes/discovery/mempools/jetstream.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/netonix.inc.php b/includes/discovery/mempools/netonix.inc.php index 2cf4cdb3ad..e756096d39 100644 --- a/includes/discovery/mempools/netonix.inc.php +++ b/includes/discovery/mempools/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/discovery/mempools/smartax.inc.php b/includes/discovery/mempools/smartax.inc.php index 67c52abdd3..1bc9b2fb64 100644 --- a/includes/discovery/mempools/smartax.inc.php +++ b/includes/discovery/mempools/smartax.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Jozef Rebjak * @author Jozef Rebjak diff --git a/includes/discovery/mempools/timos.inc.php b/includes/discovery/mempools/timos.inc.php index f7ce75a2cd..a4fb9a749d 100644 --- a/includes/discovery/mempools/timos.inc.php +++ b/includes/discovery/mempools/timos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mempools/zyxel.inc.php b/includes/discovery/mempools/zyxel.inc.php index bc5a9a035c..4994cc87f8 100644 --- a/includes/discovery/mempools/zyxel.inc.php +++ b/includes/discovery/mempools/zyxel.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/mpls.inc.php b/includes/discovery/mpls.inc.php index 13c58e5b6d..9e439444d2 100644 --- a/includes/discovery/mpls.inc.php +++ b/includes/discovery/mpls.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 20169 Vitali Kari * @author Vitali Kari diff --git a/includes/discovery/ntp/awplus.inc.php b/includes/discovery/ntp/awplus.inc.php index edb4834bff..ea483f0809 100644 --- a/includes/discovery/ntp/awplus.inc.php +++ b/includes/discovery/ntp/awplus.inc.php @@ -11,8 +11,6 @@ * the source code distribution for details. */ -use LibreNMS\Util\IP; - $module = 'ntp'; $component = new LibreNMS\Component(); diff --git a/includes/discovery/ports/airos-af-ltu.inc.php b/includes/discovery/ports/airos-af-ltu.inc.php index b191bc5f11..3d8f651b70 100644 --- a/includes/discovery/ports/airos-af-ltu.inc.php +++ b/includes/discovery/ports/airos-af-ltu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe diff --git a/includes/discovery/processors.inc.php b/includes/discovery/processors.inc.php index 223af64b3f..2036ea7604 100644 --- a/includes/discovery/processors.inc.php +++ b/includes/discovery/processors.inc.php @@ -1,6 +1,5 @@ . * - * @package LibreNMS * @link http://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 5c8259d545..80a77469bb 100644 --- a/includes/discovery/sensors/airflow/geist-watchdog.inc.php +++ b/includes/discovery/sensors/airflow/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1ac468c166..57e1fde8e9 100644 --- a/includes/discovery/sensors/ber/infinera-groove.inc.php +++ b/includes/discovery/sensors/ber/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6a00a6713c..56fbed7f78 100644 --- a/includes/discovery/sensors/charge/compas.inc.php +++ b/includes/discovery/sensors/charge/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d66b1a3825..ebf848f567 100644 --- a/includes/discovery/sensors/charge/netagent2.inc.php +++ b/includes/discovery/sensors/charge/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d2139a137f..e675bad0f9 100644 --- a/includes/discovery/sensors/charge/sinetica.inc.php +++ b/includes/discovery/sensors/charge/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8481e61af0..4b847c3f29 100644 --- a/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php +++ b/includes/discovery/sensors/chromatic_dispersion/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Nick Hilliard * @author Nick Hilliard diff --git a/includes/discovery/sensors/current/adva_fsp150.inc.php b/includes/discovery/sensors/current/adva_fsp150.inc.php index 87b4e9326f..4c6430b1e7 100644 --- a/includes/discovery/sensors/current/adva_fsp150.inc.php +++ b/includes/discovery/sensors/current/adva_fsp150.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Current * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/current/adva_fsp3kr7.inc.php b/includes/discovery/sensors/current/adva_fsp3kr7.inc.php index 4ceefde5ed..24bc652c7c 100644 --- a/includes/discovery/sensors/current/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/current/adva_fsp3kr7.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Current * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/current/commander-plus.inc.php b/includes/discovery/sensors/current/commander-plus.inc.php index c2dd33990c..d528218b63 100644 --- a/includes/discovery/sensors/current/commander-plus.inc.php +++ b/includes/discovery/sensors/current/commander-plus.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f98185786f..4f108e2b92 100644 --- a/includes/discovery/sensors/current/compas.inc.php +++ b/includes/discovery/sensors/current/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b2b21afbb1..a9f0247510 100644 --- a/includes/discovery/sensors/current/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/current/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bd2231af19..c26be72c84 100644 --- a/includes/discovery/sensors/current/fs-net-pdu.inc.php +++ b/includes/discovery/sensors/current/fs-net-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 fe371a4b59..f0cff88af4 100644 --- a/includes/discovery/sensors/current/geist-pdu.inc.php +++ b/includes/discovery/sensors/current/geist-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1cbf70a511..7313f31fc6 100644 --- a/includes/discovery/sensors/current/ict-pdu.inc.php +++ b/includes/discovery/sensors/current/ict-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6775e6f62f..0338a8e598 100644 --- a/includes/discovery/sensors/current/ict-psu.inc.php +++ b/includes/discovery/sensors/current/ict-psu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f265ea5b3b..253fd31878 100644 --- a/includes/discovery/sensors/current/liebert.inc.php +++ b/includes/discovery/sensors/current/liebert.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ad88a0d097..418da6d82d 100644 --- a/includes/discovery/sensors/current/netagent2.inc.php +++ b/includes/discovery/sensors/current/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 91cdaa96c8..b64b88f7cb 100644 --- a/includes/discovery/sensors/current/netonix.inc.php +++ b/includes/discovery/sensors/current/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0d9bdd73b8..d262bc526d 100644 --- a/includes/discovery/sensors/current/powerlogic.inc.php +++ b/includes/discovery/sensors/current/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 82253a25e8..f7caf3cb95 100644 --- a/includes/discovery/sensors/current/raritan-pdu.inc.php +++ b/includes/discovery/sensors/current/raritan-pdu.inc.php @@ -98,7 +98,6 @@ if ($outlet_oids) { * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 fa65956f3b..f517e7e586 100644 --- a/includes/discovery/sensors/current/sinetica.inc.php +++ b/includes/discovery/sensors/current/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 286207eedc..eaab86e08d 100644 --- a/includes/discovery/sensors/current/sitemonitor.inc.php +++ b/includes/discovery/sensors/current/sitemonitor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1d65a40a6a..e949b8a605 100644 --- a/includes/discovery/sensors/current/tpdin.inc.php +++ b/includes/discovery/sensors/current/tpdin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7b97377e45..f402872847 100644 --- a/includes/discovery/sensors/dbm/adva_fsp150.inc.php +++ b/includes/discovery/sensors/dbm/adva_fsp150.inc.php @@ -26,7 +26,6 @@ * Traps when Adva objects are created. This includes Remote User Login object, * Flow Creation object, and LAG Creation object. * - * @package LibreNMS * @link http://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 bce3d1194f..a31bde4505 100644 --- a/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/dbm/adva_fsp3kr7.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Pre-Cache for Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/dbm/ciscoepc.inc.php b/includes/discovery/sensors/dbm/ciscoepc.inc.php index e1b9e12fbf..9dbe91097a 100644 --- a/includes/discovery/sensors/dbm/ciscoepc.inc.php +++ b/includes/discovery/sensors/dbm/ciscoepc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2a40b58e59..e2a00b331a 100644 --- a/includes/discovery/sensors/dbm/fs-nmu.inc.php +++ b/includes/discovery/sensors/dbm/fs-nmu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 eba9bf5cca..05447a7a8c 100644 --- a/includes/discovery/sensors/dbm/infinera-groove.inc.php +++ b/includes/discovery/sensors/dbm/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3f4474b322..d8d9abc321 100644 --- a/includes/discovery/sensors/delay/infinera-groove.inc.php +++ b/includes/discovery/sensors/delay/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e09faaa93e..ed163bd478 100644 --- a/includes/discovery/sensors/fanspeed/apc.inc.php +++ b/includes/discovery/sensors/fanspeed/apc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 15e1470376..8644e46c88 100644 --- a/includes/discovery/sensors/fanspeed/eltex-olt.inc.php +++ b/includes/discovery/sensors/fanspeed/eltex-olt.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ad058da4f1..3377c0bc0d 100644 --- a/includes/discovery/sensors/fanspeed/fabos.inc.php +++ b/includes/discovery/sensors/fanspeed/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 acf2588126..b7e4d18a05 100644 --- a/includes/discovery/sensors/fanspeed/netonix.inc.php +++ b/includes/discovery/sensors/fanspeed/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bba92da8b7..2ea03843de 100644 --- a/includes/discovery/sensors/fanspeed/onefs.inc.php +++ b/includes/discovery/sensors/fanspeed/onefs.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/frequency/netagent2.inc.php b/includes/discovery/sensors/frequency/netagent2.inc.php index 4e407600de..527353b3d7 100644 --- a/includes/discovery/sensors/frequency/netagent2.inc.php +++ b/includes/discovery/sensors/frequency/netagent2.inc.php @@ -18,7 +18,6 @@ * along with this program. If not, see . * * Original file - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/discovery/sensors/frequency/powerlogic.inc.php b/includes/discovery/sensors/frequency/powerlogic.inc.php index 4907fed71c..99d2e86713 100644 --- a/includes/discovery/sensors/frequency/powerlogic.inc.php +++ b/includes/discovery/sensors/frequency/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 358816acad..5447ecfb13 100644 --- a/includes/discovery/sensors/frequency/sinetica.inc.php +++ b/includes/discovery/sensors/frequency/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 daad44d09d..394133c2e7 100644 --- a/includes/discovery/sensors/gw-eydfa.inc.php +++ b/includes/discovery/sensors/gw-eydfa.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9b62624e55..bf3a54ec3c 100644 --- a/includes/discovery/sensors/humidity/aos-emu2.inc.php +++ b/includes/discovery/sensors/humidity/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5ddcf63d9c..8dcdf8a229 100644 --- a/includes/discovery/sensors/humidity/geist-watchdog.inc.php +++ b/includes/discovery/sensors/humidity/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 cc969bbc50..7dcbefb17e 100644 --- a/includes/discovery/sensors/humidity/liebert.inc.php +++ b/includes/discovery/sensors/humidity/liebert.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 997fe93a4b..3412bed75f 100644 --- a/includes/discovery/sensors/humidity/raritan-pdu.inc.php +++ b/includes/discovery/sensors/humidity/raritan-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f259b91fed..a4de3e886c 100644 --- a/includes/discovery/sensors/humidity/sentry4.inc.php +++ b/includes/discovery/sensors/humidity/sentry4.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bd984292cf..9b3b3c2669 100644 --- a/includes/discovery/sensors/humidity/serverscheck.inc.php +++ b/includes/discovery/sensors/humidity/serverscheck.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/humidity/websensor.inc.php b/includes/discovery/sensors/humidity/websensor.inc.php index ae3e2dd854..d3165beb5e 100644 --- a/includes/discovery/sensors/humidity/websensor.inc.php +++ b/includes/discovery/sensors/humidity/websensor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 95a909c760..7f0741d6f5 100644 --- a/includes/discovery/sensors/load/infinera-groove.inc.php +++ b/includes/discovery/sensors/load/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5a8bd7be42..e74f9979e0 100644 --- a/includes/discovery/sensors/load/netagent2.inc.php +++ b/includes/discovery/sensors/load/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/discovery/sensors/load/sinetica.inc.php b/includes/discovery/sensors/load/sinetica.inc.php index c881674924..dcc656006a 100644 --- a/includes/discovery/sensors/load/sinetica.inc.php +++ b/includes/discovery/sensors/load/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7ef384725b..08a25578ac 100644 --- a/includes/discovery/sensors/power/apc.inc.php +++ b/includes/discovery/sensors/power/apc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 883b58c931..1dc42f6232 100644 --- a/includes/discovery/sensors/power/dell.inc.php +++ b/includes/discovery/sensors/power/dell.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6f97319a8c..d4f3f03a8c 100644 --- a/includes/discovery/sensors/power/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/power/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 55a695f246..176a00fbbf 100644 --- a/includes/discovery/sensors/power/geist-pdu.inc.php +++ b/includes/discovery/sensors/power/geist-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8f5391fb6b..f907307558 100644 --- a/includes/discovery/sensors/power/netonix.inc.php +++ b/includes/discovery/sensors/power/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4239406063..c4986917c8 100644 --- a/includes/discovery/sensors/power/powerlogic.inc.php +++ b/includes/discovery/sensors/power/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 895b775aeb..e1da612f59 100644 --- a/includes/discovery/sensors/power/sinetica.inc.php +++ b/includes/discovery/sensors/power/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6359cc3daa..b1ac4137b6 100644 --- a/includes/discovery/sensors/power/smartax.inc.php +++ b/includes/discovery/sensors/power/smartax.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0367a8be81..8abf9d1f3e 100644 --- a/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php +++ b/includes/discovery/sensors/pre-cache/adva_fsp150.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Pre-Cache for Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php b/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php index fd39dee8f9..e92177a767 100644 --- a/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/pre-cache/adva_fsp3kr7.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Pre-Cache for Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/pre-cache/aos-emu2.inc.php b/includes/discovery/sensors/pre-cache/aos-emu2.inc.php index f04505b48e..0536da9037 100644 --- a/includes/discovery/sensors/pre-cache/aos-emu2.inc.php +++ b/includes/discovery/sensors/pre-cache/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b36d1069b6..9f1b5f1c20 100644 --- a/includes/discovery/sensors/pre-cache/apc.inc.php +++ b/includes/discovery/sensors/pre-cache/apc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bc92bfe87d..ee3ba1b744 100644 --- a/includes/discovery/sensors/pre-cache/arris-c3.inc.php +++ b/includes/discovery/sensors/pre-cache/arris-c3.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/includes/discovery/sensors/pre-cache/arris-c4.inc.php b/includes/discovery/sensors/pre-cache/arris-c4.inc.php index 438266edc4..d20b88285b 100644 --- a/includes/discovery/sensors/pre-cache/arris-c4.inc.php +++ b/includes/discovery/sensors/pre-cache/arris-c4.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/includes/discovery/sensors/pre-cache/avtech.inc.php b/includes/discovery/sensors/pre-cache/avtech.inc.php index 6c92841f20..19926afbad 100644 --- a/includes/discovery/sensors/pre-cache/avtech.inc.php +++ b/includes/discovery/sensors/pre-cache/avtech.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 303c5ef256..398a74a813 100644 --- a/includes/discovery/sensors/pre-cache/ciscoepc.inc.php +++ b/includes/discovery/sensors/pre-cache/ciscoepc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ed944049a3..c45d45d333 100644 --- a/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 56b8e90c1e..2adf8131bf 100644 --- a/includes/discovery/sensors/pre-cache/fabos.inc.php +++ b/includes/discovery/sensors/pre-cache/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 110ca753fe..5cce12bdd3 100644 --- a/includes/discovery/sensors/pre-cache/geist-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/geist-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b53727afbb..2bf8d8e886 100644 --- a/includes/discovery/sensors/pre-cache/ifotec.inc.php +++ b/includes/discovery/sensors/pre-cache/ifotec.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 62a8048ab3..d94cb3c994 100644 --- a/includes/discovery/sensors/pre-cache/infinera-groove.inc.php +++ b/includes/discovery/sensors/pre-cache/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 13ca27c57b..d4270818da 100644 --- a/includes/discovery/sensors/pre-cache/linux.inc.php +++ b/includes/discovery/sensors/pre-cache/linux.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a525bb317d..cf0eea49ed 100644 --- a/includes/discovery/sensors/pre-cache/powerlogic.inc.php +++ b/includes/discovery/sensors/pre-cache/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8305856ca3..0139a07a5c 100644 --- a/includes/discovery/sensors/pre-cache/procurve.inc.php +++ b/includes/discovery/sensors/pre-cache/procurve.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b396502748..d266bfab53 100644 --- a/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php +++ b/includes/discovery/sensors/pre-cache/raritan-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5662961f47..afdd347255 100644 --- a/includes/discovery/sensors/pre-cache/sentry4.inc.php +++ b/includes/discovery/sensors/pre-cache/sentry4.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1c7c03a561..8952136d6c 100644 --- a/includes/discovery/sensors/pre-cache/serverscheck.inc.php +++ b/includes/discovery/sensors/pre-cache/serverscheck.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ed6a1f7beb..9b447ae50b 100644 --- a/includes/discovery/sensors/pre-cache/tpdin.inc.php +++ b/includes/discovery/sensors/pre-cache/tpdin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1cbeb77ae0..4c35e21da0 100644 --- a/includes/discovery/sensors/pre-cache/websensor.inc.php +++ b/includes/discovery/sensors/pre-cache/websensor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/runtime/compas.inc.php b/includes/discovery/sensors/runtime/compas.inc.php index 5dafff63e7..58ca57955d 100644 --- a/includes/discovery/sensors/runtime/compas.inc.php +++ b/includes/discovery/sensors/runtime/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 1284d437dc..cf856e7775 100644 --- a/includes/discovery/sensors/runtime/sinetica.inc.php +++ b/includes/discovery/sensors/runtime/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 dfc13b4647..a867c24a13 100644 --- a/includes/discovery/sensors/snr/arris-c3.inc.php +++ b/includes/discovery/sensors/snr/arris-c3.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/includes/discovery/sensors/snr/arris-c4.inc.php b/includes/discovery/sensors/snr/arris-c4.inc.php index fde569d4cf..4a52337187 100644 --- a/includes/discovery/sensors/snr/arris-c4.inc.php +++ b/includes/discovery/sensors/snr/arris-c4.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/includes/discovery/sensors/snr/ciscoepc.inc.php b/includes/discovery/sensors/snr/ciscoepc.inc.php index 591a4526b4..b1568f3a38 100644 --- a/includes/discovery/sensors/snr/ciscoepc.inc.php +++ b/includes/discovery/sensors/snr/ciscoepc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 46cb0a2bf9..b5e977dc05 100644 --- a/includes/discovery/sensors/snr/infinera-groove.inc.php +++ b/includes/discovery/sensors/snr/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 314fe2d37a..a2fadbd9fd 100644 --- a/includes/discovery/sensors/state/airos-af-ltu.inc.php +++ b/includes/discovery/sensors/state/airos-af-ltu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5527a1a94f..3aa6fe1a02 100644 --- a/includes/discovery/sensors/state/aos-emu2.inc.php +++ b/includes/discovery/sensors/state/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a155eb5a27..2437e9ab58 100644 --- a/includes/discovery/sensors/state/aruba-instant.inc.php +++ b/includes/discovery/sensors/state/aruba-instant.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b851ddfc85..0f03ea2237 100644 --- a/includes/discovery/sensors/state/commander-plus.inc.php +++ b/includes/discovery/sensors/state/commander-plus.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 eeecffea85..f560a69829 100644 --- a/includes/discovery/sensors/state/compas.inc.php +++ b/includes/discovery/sensors/state/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d170ea7542..1aa4473ab8 100644 --- a/includes/discovery/sensors/state/ctm.inc.php +++ b/includes/discovery/sensors/state/ctm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6a4111f8ec..3a079839f6 100644 --- a/includes/discovery/sensors/state/eltek-webpower.inc.php +++ b/includes/discovery/sensors/state/eltek-webpower.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5b4ddaae7e..1e0ae48498 100644 --- a/includes/discovery/sensors/state/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/state/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8492215ea1..ccb66f0064 100644 --- a/includes/discovery/sensors/state/extendair.inc.php +++ b/includes/discovery/sensors/state/extendair.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 aec6291243..124db1c21a 100644 --- a/includes/discovery/sensors/state/fabos.inc.php +++ b/includes/discovery/sensors/state/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/state/fs-nmu.inc.php b/includes/discovery/sensors/state/fs-nmu.inc.php index 70aed61fb7..efef40decc 100644 --- a/includes/discovery/sensors/state/fs-nmu.inc.php +++ b/includes/discovery/sensors/state/fs-nmu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5f1eaa607c..233763108c 100644 --- a/includes/discovery/sensors/state/hp.inc.php +++ b/includes/discovery/sensors/state/hp.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e0db619e54..e97ab97bc2 100644 --- a/includes/discovery/sensors/state/ict-pdu.inc.php +++ b/includes/discovery/sensors/state/ict-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 6324860655..f7f5a58621 100644 --- a/includes/discovery/sensors/state/infinera-groove.inc.php +++ b/includes/discovery/sensors/state/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2ea86965ff..85f569a1c3 100644 --- a/includes/discovery/sensors/state/innovaphone.inc.php +++ b/includes/discovery/sensors/state/innovaphone.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 30fdd255f9..071dd422a6 100644 --- a/includes/discovery/sensors/state/netagent2.inc.php +++ b/includes/discovery/sensors/state/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/discovery/sensors/state/procurve.inc.php b/includes/discovery/sensors/state/procurve.inc.php index de512a376b..62b0f3a0d2 100644 --- a/includes/discovery/sensors/state/procurve.inc.php +++ b/includes/discovery/sensors/state/procurve.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e0e646b024..2029f6cbac 100644 --- a/includes/discovery/sensors/state/serverscheck.inc.php +++ b/includes/discovery/sensors/state/serverscheck.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8d19299c21..66c0ef145e 100644 --- a/includes/discovery/sensors/state/sitemonitor.inc.php +++ b/includes/discovery/sensors/state/sitemonitor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 746405bb76..21f362e730 100644 --- a/includes/discovery/sensors/state/vrp.inc.php +++ b/includes/discovery/sensors/state/vrp.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b9d5bc99a9..c1987f434a 100644 --- a/includes/discovery/sensors/temperature/adva_fsp150.inc.php +++ b/includes/discovery/sensors/temperature/adva_fsp150.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Temperature Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php b/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php index 445cf336b1..dc2cf9da10 100644 --- a/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/temperature/adva_fsp3kr7.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Temperature Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/temperature/aos-emu2.inc.php b/includes/discovery/sensors/temperature/aos-emu2.inc.php index ecec8c5210..394a70fe5f 100644 --- a/includes/discovery/sensors/temperature/aos-emu2.inc.php +++ b/includes/discovery/sensors/temperature/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/temperature/beagleboard.inc.php b/includes/discovery/sensors/temperature/beagleboard.inc.php index 3874acf345..79be20d547 100644 --- a/includes/discovery/sensors/temperature/beagleboard.inc.php +++ b/includes/discovery/sensors/temperature/beagleboard.inc.php @@ -4,9 +4,6 @@ * Requires snmp extend agent script from librenms-agent */ -use Illuminate\Support\Str; -use LibreNMS\Config; - $type = "beagleboardTemp"; // $oid = 'NET-SNMP-EXTEND-MIB::nsExtendOutLine."beagleboard"'; diff --git a/includes/discovery/sensors/temperature/commander-plus.inc.php b/includes/discovery/sensors/temperature/commander-plus.inc.php index d6a7d9f5f8..41606123d1 100644 --- a/includes/discovery/sensors/temperature/commander-plus.inc.php +++ b/includes/discovery/sensors/temperature/commander-plus.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2aca161d02..d34009e550 100644 --- a/includes/discovery/sensors/temperature/compas.inc.php +++ b/includes/discovery/sensors/temperature/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Paul Parsons * @author Paul Parsons diff --git a/includes/discovery/sensors/temperature/drac.inc.php b/includes/discovery/sensors/temperature/drac.inc.php index 6be6b8e9bd..2587c43747 100644 --- a/includes/discovery/sensors/temperature/drac.inc.php +++ b/includes/discovery/sensors/temperature/drac.inc.php @@ -4,8 +4,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage discovery * @copyright (C) 2006 - 2012 Adam Armstrong */ $oids = snmp_walk($device, 'temperatureProbeStatus', '-Osqn', 'IDRAC-MIB-SMIv2'); diff --git a/includes/discovery/sensors/temperature/eltex-olt.inc.php b/includes/discovery/sensors/temperature/eltex-olt.inc.php index 9295ead15f..b7a5f0ec7e 100644 --- a/includes/discovery/sensors/temperature/eltex-olt.inc.php +++ b/includes/discovery/sensors/temperature/eltex-olt.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bdfafae9a6..53dd51bcbe 100644 --- a/includes/discovery/sensors/temperature/extendair.inc.php +++ b/includes/discovery/sensors/temperature/extendair.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 95705b85f7..3a1d95bbbc 100644 --- a/includes/discovery/sensors/temperature/fabos.inc.php +++ b/includes/discovery/sensors/temperature/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 97fb86e5e8..eec004af70 100644 --- a/includes/discovery/sensors/temperature/geist-watchdog.inc.php +++ b/includes/discovery/sensors/temperature/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 74172f8ae4..aff0c29b15 100644 --- a/includes/discovery/sensors/temperature/ifotec.inc.php +++ b/includes/discovery/sensors/temperature/ifotec.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4a0def3b19..c48635e8d3 100644 --- a/includes/discovery/sensors/temperature/liebert.inc.php +++ b/includes/discovery/sensors/temperature/liebert.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4edacd624f..7edbe81f6f 100644 --- a/includes/discovery/sensors/temperature/microsemipdsine.inc.php +++ b/includes/discovery/sensors/temperature/microsemipdsine.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 02b8ce575c..b33beed6dc 100644 --- a/includes/discovery/sensors/temperature/netagent2.inc.php +++ b/includes/discovery/sensors/temperature/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4cbba1a058..97a6a51a58 100644 --- a/includes/discovery/sensors/temperature/netonix.inc.php +++ b/includes/discovery/sensors/temperature/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 515711f70a..788ec491cf 100644 --- a/includes/discovery/sensors/temperature/onefs.inc.php +++ b/includes/discovery/sensors/temperature/onefs.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 576ffb1b21..74a1759bb0 100644 --- a/includes/discovery/sensors/temperature/raritan-pdu.inc.php +++ b/includes/discovery/sensors/temperature/raritan-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d6e6727310..c9aac9ddc9 100644 --- a/includes/discovery/sensors/temperature/serverscheck.inc.php +++ b/includes/discovery/sensors/temperature/serverscheck.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4944a0e922..d8c3634eec 100644 --- a/includes/discovery/sensors/temperature/sitemonitor.inc.php +++ b/includes/discovery/sensors/temperature/sitemonitor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2ad7ac8544..06649f4cce 100644 --- a/includes/discovery/sensors/temperature/smartax.inc.php +++ b/includes/discovery/sensors/temperature/smartax.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d06334c95b..8981486aca 100644 --- a/includes/discovery/sensors/temperature/tpdin.inc.php +++ b/includes/discovery/sensors/temperature/tpdin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/voltage/adva_fsp150.inc.php b/includes/discovery/sensors/voltage/adva_fsp150.inc.php index 61c9a1fac7..73219d855b 100644 --- a/includes/discovery/sensors/voltage/adva_fsp150.inc.php +++ b/includes/discovery/sensors/voltage/adva_fsp150.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Voltage Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php b/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php index 80c96f06ea..9d1f63bc2c 100644 --- a/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php +++ b/includes/discovery/sensors/voltage/adva_fsp3kr7.inc.php @@ -3,8 +3,6 @@ * LibreNMS - ADVA device support - Voltage Sensors * * @category Network_Monitoring - * @package LibreNMS - * @subpackage ADVA device support * @author Christoph Zilian * @license http://gnu.org/copyleft/gpl.html GNU GPL * @link https://github.com/librenms/librenms/ diff --git a/includes/discovery/sensors/voltage/commander-plus.inc.php b/includes/discovery/sensors/voltage/commander-plus.inc.php index 1d356cf178..ce821f7905 100644 --- a/includes/discovery/sensors/voltage/commander-plus.inc.php +++ b/includes/discovery/sensors/voltage/commander-plus.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 29f7a26ff5..4d543b53c0 100644 --- a/includes/discovery/sensors/voltage/compas.inc.php +++ b/includes/discovery/sensors/voltage/compas.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d90d48f661..cce9bd1df3 100644 --- a/includes/discovery/sensors/voltage/dell.inc.php +++ b/includes/discovery/sensors/voltage/dell.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/discovery/sensors/voltage/enlogic-pdu.inc.php b/includes/discovery/sensors/voltage/enlogic-pdu.inc.php index c6a940ceb1..6777d95d5b 100644 --- a/includes/discovery/sensors/voltage/enlogic-pdu.inc.php +++ b/includes/discovery/sensors/voltage/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 18af0ff2ac..b29ac41150 100644 --- a/includes/discovery/sensors/voltage/fs-net-pdu.inc.php +++ b/includes/discovery/sensors/voltage/fs-net-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8c971d0b21..b31649cded 100644 --- a/includes/discovery/sensors/voltage/geist-pdu.inc.php +++ b/includes/discovery/sensors/voltage/geist-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2f847f230e..7adae172c7 100644 --- a/includes/discovery/sensors/voltage/geist-watchdog.inc.php +++ b/includes/discovery/sensors/voltage/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ef466b2001..40ef7c8856 100644 --- a/includes/discovery/sensors/voltage/ict-pdu.inc.php +++ b/includes/discovery/sensors/voltage/ict-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 cbca25f528..c227c55d54 100644 --- a/includes/discovery/sensors/voltage/ict-psu.inc.php +++ b/includes/discovery/sensors/voltage/ict-psu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 313790811c..40a6e528d6 100644 --- a/includes/discovery/sensors/voltage/microsemipdsine.inc.php +++ b/includes/discovery/sensors/voltage/microsemipdsine.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9e69cfcef7..12bd9c814d 100644 --- a/includes/discovery/sensors/voltage/netagent2.inc.php +++ b/includes/discovery/sensors/voltage/netagent2.inc.php @@ -18,7 +18,6 @@ * along with this program. If not, see . * * Original file - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/discovery/sensors/voltage/netonix.inc.php b/includes/discovery/sensors/voltage/netonix.inc.php index 6febfe077e..6148ed7c20 100644 --- a/includes/discovery/sensors/voltage/netonix.inc.php +++ b/includes/discovery/sensors/voltage/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b258622114..19e0f3c044 100644 --- a/includes/discovery/sensors/voltage/onefs.inc.php +++ b/includes/discovery/sensors/voltage/onefs.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 978aa84a57..5de09309a1 100644 --- a/includes/discovery/sensors/voltage/powerlogic.inc.php +++ b/includes/discovery/sensors/voltage/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 784df0a0ce..a56e6f01e5 100644 --- a/includes/discovery/sensors/voltage/raritan-pdu.inc.php +++ b/includes/discovery/sensors/voltage/raritan-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 be0b4fda8c..6db5dd1744 100644 --- a/includes/discovery/sensors/voltage/sinetica.inc.php +++ b/includes/discovery/sensors/voltage/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d34599348d..5e66ac6f36 100644 --- a/includes/discovery/sensors/voltage/sitemonitor.inc.php +++ b/includes/discovery/sensors/voltage/sitemonitor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 bf00776390..d2a3d6bd28 100644 --- a/includes/discovery/sensors/voltage/tpdin.inc.php +++ b/includes/discovery/sensors/voltage/tpdin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 409627f3cf..19add2087a 100644 --- a/includes/discovery/vlans/jetstream.inc.php +++ b/includes/discovery/vlans/jetstream.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @author peca.nesovanovic@sattrakt.com * @author mtammasss@gmail.com diff --git a/includes/discovery/wireless.inc.php b/includes/discovery/wireless.inc.php index fa0417ccb0..aae9618185 100644 --- a/includes/discovery/wireless.inc.php +++ b/includes/discovery/wireless.inc.php @@ -17,13 +17,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ use LibreNMS\Device\WirelessSensor; -use LibreNMS\OS; WirelessSensor::runDiscovery($os); diff --git a/includes/functions.php b/includes/functions.php index a086983686..09cfb9a9a7 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -5,8 +5,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage functions * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/includes/helpers.php b/includes/helpers.php index 30d1286ec6..d4ae66b42d 100644 --- a/includes/helpers.php +++ b/includes/helpers.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/includes/html/collectd/CollectdColor.php b/includes/html/collectd/CollectdColor.php index 87ffe370dc..52369dd73b 100644 --- a/includes/html/collectd/CollectdColor.php +++ b/includes/html/collectd/CollectdColor.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/includes/html/common/worldmap.inc.php b/includes/html/common/worldmap.inc.php index 572f3d6352..7b1a6c808f 100644 --- a/includes/html/common/worldmap.inc.php +++ b/includes/html/common/worldmap.inc.php @@ -18,8 +18,6 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Frontpage */ use Auth; diff --git a/includes/html/dev-overview-data.inc.php b/includes/html/dev-overview-data.inc.php index 192745aa49..c285200077 100644 --- a/includes/html/dev-overview-data.inc.php +++ b/includes/html/dev-overview-data.inc.php @@ -1,6 +1,5 @@ . * - * @package LibreNMS * @link http://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 7496cd0dc8..92d573ff41 100644 --- a/includes/html/forms/add-dashboard.inc.php +++ b/includes/html/forms/add-dashboard.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Dashboards */ header('Content-type: application/json'); diff --git a/includes/html/forms/alert-notes.inc.php b/includes/html/forms/alert-notes.inc.php index 14821f29f4..a20ad2fc39 100644 --- a/includes/html/forms/alert-notes.inc.php +++ b/includes/html/forms/alert-notes.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4427a3fd9f..58c069584e 100644 --- a/includes/html/forms/alert-rules.inc.php +++ b/includes/html/forms/alert-rules.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ad2e4d1297..a7e0f13046 100644 --- a/includes/html/forms/alert-templates.inc.php +++ b/includes/html/forms/alert-templates.inc.php @@ -18,8 +18,6 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Alerts */ $status = 'error'; diff --git a/includes/html/forms/alert-transports.inc.php b/includes/html/forms/alert-transports.inc.php index ea26f0f325..5283872b89 100644 --- a/includes/html/forms/alert-transports.inc.php +++ b/includes/html/forms/alert-transports.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7e6de1c7e1..6b8c57fb30 100644 --- a/includes/html/forms/application-update.inc.php +++ b/includes/html/forms/application-update.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c04625b50c..cc662265ba 100644 --- a/includes/html/forms/convert-template.inc.php +++ b/includes/html/forms/convert-template.inc.php @@ -20,7 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @copyright 2018 Tony Murray diff --git a/includes/html/forms/delete-cluster-poller.inc.php b/includes/html/forms/delete-cluster-poller.inc.php index e53c95221a..a8f1b10be5 100644 --- a/includes/html/forms/delete-cluster-poller.inc.php +++ b/includes/html/forms/delete-cluster-poller.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 cf6287cebc..eed77b0644 100644 --- a/includes/html/forms/delete-dashboard.inc.php +++ b/includes/html/forms/delete-dashboard.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Dashboards */ header('Content-type: application/json'); diff --git a/includes/html/forms/delete-poller.inc.php b/includes/html/forms/delete-poller.inc.php index 380b890439..c0f8ade96f 100644 --- a/includes/html/forms/delete-poller.inc.php +++ b/includes/html/forms/delete-poller.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e6688a3c32..c924cab8c4 100644 --- a/includes/html/forms/edit-dashboard.inc.php +++ b/includes/html/forms/edit-dashboard.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Dashboards */ header('Content-type: application/json'); diff --git a/includes/html/forms/notifications.inc.php b/includes/html/forms/notifications.inc.php index ea27a07716..05bb6d4d9d 100644 --- a/includes/html/forms/notifications.inc.php +++ b/includes/html/forms/notifications.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Notifications */ header('Content-type: application/json'); diff --git a/includes/html/forms/sql-from-alert-collection.inc.php b/includes/html/forms/sql-from-alert-collection.inc.php index 17f673bfd7..6e87e9fd92 100644 --- a/includes/html/forms/sql-from-alert-collection.inc.php +++ b/includes/html/forms/sql-from-alert-collection.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 28f80b0337..2996b0ff67 100644 --- a/includes/html/forms/sql-from-alert-rules.inc.php +++ b/includes/html/forms/sql-from-alert-rules.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b5755af4d4..ff5019e230 100644 --- a/includes/html/forms/transport-groups.inc.php +++ b/includes/html/forms/transport-groups.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Vivia Nguyen-Tran * @author Vivia Nguyen-Tran diff --git a/includes/html/functions.inc.php b/includes/html/functions.inc.php index 20cd38bb94..dd44bb174f 100644 --- a/includes/html/functions.inc.php +++ b/includes/html/functions.inc.php @@ -5,8 +5,6 @@ * * This file is part of LibreNMS * - * @package librenms - * @subpackage functions * @author LibreNMS Contributors * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) * @copyright (C) 2013 LibreNMS Group diff --git a/includes/html/graphs/application/powerdns-recursor.inc.php b/includes/html/graphs/application/powerdns-recursor.inc.php index af9d0f898d..35cb47c718 100644 --- a/includes/html/graphs/application/powerdns-recursor.inc.php +++ b/includes/html/graphs/application/powerdns-recursor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7b5f060b7d..aea5f2012e 100644 --- a/includes/html/graphs/application/powerdns-recursor_answers.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_answers.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 aa8ade1a4d..71f8204bb3 100644 --- a/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_cache_performance.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ee3fc2228b..7be21e9680 100644 --- a/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_cache_size.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5655150e95..2333dde066 100644 --- a/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_outqueries.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5335a004c9..0d4d045fa1 100644 --- a/includes/html/graphs/application/powerdns-recursor_questions.inc.php +++ b/includes/html/graphs/application/powerdns-recursor_questions.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/html/graphs/application/rrdcached.inc.php b/includes/html/graphs/application/rrdcached.inc.php index 7b5cc5175e..4989792512 100644 --- a/includes/html/graphs/application/rrdcached.inc.php +++ b/includes/html/graphs/application/rrdcached.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d8d3acb978..13cf57e14a 100644 --- a/includes/html/graphs/application/rrdcached_events.inc.php +++ b/includes/html/graphs/application/rrdcached_events.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0036efa35a..403c740b83 100644 --- a/includes/html/graphs/application/rrdcached_journal.inc.php +++ b/includes/html/graphs/application/rrdcached_journal.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7e440da383..46eaf3a7b4 100644 --- a/includes/html/graphs/application/rrdcached_queue_length.inc.php +++ b/includes/html/graphs/application/rrdcached_queue_length.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 24839c26fb..8409ddb0ad 100644 --- a/includes/html/graphs/application/rrdcached_tree.inc.php +++ b/includes/html/graphs/application/rrdcached_tree.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/html/graphs/device/qfp.inc.php b/includes/html/graphs/device/qfp.inc.php index a4e3243225..3fad7ef1a6 100644 --- a/includes/html/graphs/device/qfp.inc.php +++ b/includes/html/graphs/device/qfp.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic diff --git a/includes/html/graphs/device/wireless-sensor.inc.php b/includes/html/graphs/device/wireless-sensor.inc.php index 9d6a57a2c7..7cafe56fc5 100644 --- a/includes/html/graphs/device/wireless-sensor.inc.php +++ b/includes/html/graphs/device/wireless-sensor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/html/graphs/global/poller_modules_perf.inc.php b/includes/html/graphs/global/poller_modules_perf.inc.php index d49942f7d4..c945e0c13d 100644 --- a/includes/html/graphs/global/poller_modules_perf.inc.php +++ b/includes/html/graphs/global/poller_modules_perf.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b517298dc1..edd894388f 100644 --- a/includes/html/graphs/global/poller_perf.inc.php +++ b/includes/html/graphs/global/poller_perf.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 585878abca..67f62267c2 100644 --- a/includes/html/graphs/port/cie.inc.php +++ b/includes/html/graphs/port/cie.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 585b7e45cf..b20362ed06 100644 --- a/includes/html/graphs/qfp/auth.inc.php +++ b/includes/html/graphs/qfp/auth.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage Authentication * @link http://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 d7aff44001..0623edddbe 100644 --- a/includes/html/graphs/qfp/avgpktsize.inc.php +++ b/includes/html/graphs/qfp/avgpktsize.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 909d783ed6..f4b8b3902c 100644 --- a/includes/html/graphs/qfp/memory.inc.php +++ b/includes/html/graphs/qfp/memory.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 8187723548..59e69244f1 100644 --- a/includes/html/graphs/qfp/packets.inc.php +++ b/includes/html/graphs/qfp/packets.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 c2447289c4..fac85d8b3c 100644 --- a/includes/html/graphs/qfp/relativeutil.inc.php +++ b/includes/html/graphs/qfp/relativeutil.inc.php @@ -8,8 +8,6 @@ * * Display relative QFP utilization (in %) to kpps processed * - * @package LibreNMS - * @subpackage webui * @link http://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 298d0ba134..3043f5b62e 100644 --- a/includes/html/graphs/qfp/throughput.inc.php +++ b/includes/html/graphs/qfp/throughput.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 72b535acdd..cfe4e4e6ad 100644 --- a/includes/html/graphs/qfp/util.inc.php +++ b/includes/html/graphs/qfp/util.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://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 101e89dd47..daeba4f895 100644 --- a/includes/html/graphs/sensor/airflow.inc.php +++ b/includes/html/graphs/sensor/airflow.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0bb353c23e..f51b5edcdd 100644 --- a/includes/html/graphs/wireless/clients.inc.php +++ b/includes/html/graphs/wireless/clients.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7263998d35..f5f061ff2b 100644 --- a/includes/html/graphs/wireless/rsrp.inc.php +++ b/includes/html/graphs/wireless/rsrp.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 3df1a077ef..d7b75ed9cd 100644 --- a/includes/html/graphs/wireless/rsrq.inc.php +++ b/includes/html/graphs/wireless/rsrq.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4aae5ea930..7f857bc82a 100644 --- a/includes/html/graphs/wireless/rssi.inc.php +++ b/includes/html/graphs/wireless/rssi.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7dad33fd6f..5fd16f0581 100644 --- a/includes/html/graphs/wireless/sinr.inc.php +++ b/includes/html/graphs/wireless/sinr.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 d9755889f6..dc82140c37 100644 --- a/includes/html/graphs/wireless/wireless-sensor.inc.php +++ b/includes/html/graphs/wireless/wireless-sensor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 faa7298c47..c1dd13fa55 100644 --- a/includes/html/list/devices.inc.php +++ b/includes/html/list/devices.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f48e6f1514..c38b1d2edd 100644 --- a/includes/html/list/devices_groups.inc.php +++ b/includes/html/list/devices_groups.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7cd9575a58..e6b7c4f631 100644 --- a/includes/html/list/devices_groups_locations.inc.php +++ b/includes/html/list/devices_groups_locations.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5292f162b6..c8adf039fe 100644 --- a/includes/html/list/groups.inc.php +++ b/includes/html/list/groups.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0e0a688336..3d498878da 100644 --- a/includes/html/list/locations.inc.php +++ b/includes/html/list/locations.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 88f46374ad..e31268a373 100644 --- a/includes/html/list/transport_groups.inc.php +++ b/includes/html/list/transport_groups.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 fc72bb4779..70fbac2f07 100644 --- a/includes/html/list/transports.inc.php +++ b/includes/html/list/transports.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 366f1abd99..5b12dfc552 100644 --- a/includes/html/modal/alert_rule_collection.inc.php +++ b/includes/html/modal/alert_rule_collection.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e12817029f..0400e5eca0 100644 --- a/includes/html/modal/alert_rule_list.inc.php +++ b/includes/html/modal/alert_rule_list.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2b63961639..b2b3bd677d 100644 --- a/includes/html/modal/delete_poller.inc.php +++ b/includes/html/modal/delete_poller.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 31adc478ce..4a3b335863 100644 --- a/includes/html/modal/device_maintenance.inc.php +++ b/includes/html/modal/device_maintenance.inc.php @@ -17,14 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Thomas Berberich * @author Thomas Berberich */ - -use LibreNMS\Alerting\QueryBuilderParser; - if (! Auth::user()->hasGlobalAdmin()) { exit('ERROR: You need to be admin'); } diff --git a/includes/html/output/capture.inc.php b/includes/html/output/capture.inc.php index d135e176fd..3bb56ef077 100644 --- a/includes/html/output/capture.inc.php +++ b/includes/html/output/capture.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5a39d7e945..223d9c98bf 100644 --- a/includes/html/output/query.inc.php +++ b/includes/html/output/query.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/html/pages/device/apps/powerdns-recursor.inc.php b/includes/html/pages/device/apps/powerdns-recursor.inc.php index 09c4945d74..3bb0895875 100644 --- a/includes/html/pages/device/apps/powerdns-recursor.inc.php +++ b/includes/html/pages/device/apps/powerdns-recursor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/html/pages/device/apps/rrdcached.inc.php b/includes/html/pages/device/apps/rrdcached.inc.php index 0b18c1c65d..d02d53c587 100644 --- a/includes/html/pages/device/apps/rrdcached.inc.php +++ b/includes/html/pages/device/apps/rrdcached.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/html/pages/device/capture.inc.php b/includes/html/pages/device/capture.inc.php index b8a419c20a..c7490abc83 100644 --- a/includes/html/pages/device/capture.inc.php +++ b/includes/html/pages/device/capture.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ebfb5f66aa..9fce2a4d08 100644 --- a/includes/html/pages/device/health/airflow.inc.php +++ b/includes/html/pages/device/health/airflow.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 799011a911..abec64942c 100644 --- a/includes/html/pages/device/health/qfp.inc.php +++ b/includes/html/pages/device/health/qfp.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage webui * @link http://librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic diff --git a/includes/html/pages/device/overview/puppet_agent.inc.php b/includes/html/pages/device/overview/puppet_agent.inc.php index 13eb17397c..96082b0faf 100644 --- a/includes/html/pages/device/overview/puppet_agent.inc.php +++ b/includes/html/pages/device/overview/puppet_agent.inc.php @@ -1,7 +1,5 @@ where('device_id', $device['device_id'])->where('app_type', 'puppet-agent')->get('app_id')[0]; // show only if Puppet Agent Application discovered diff --git a/includes/html/pages/device/overview/sensors/airflow.inc.php b/includes/html/pages/device/overview/sensors/airflow.inc.php index a4b48ceaf7..84cad7f281 100644 --- a/includes/html/pages/device/overview/sensors/airflow.inc.php +++ b/includes/html/pages/device/overview/sensors/airflow.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 28a7476212..941311be85 100644 --- a/includes/html/pages/device/overview/tracepath.inc.php +++ b/includes/html/pages/device/overview/tracepath.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/includes/html/pages/devices.inc.php b/includes/html/pages/devices.inc.php index c8a9d73da8..d3cb001400 100644 --- a/includes/html/pages/devices.inc.php +++ b/includes/html/pages/devices.inc.php @@ -13,8 +13,6 @@ * @author LibreNMS Contributors */ -use LibreNMS\Alert\AlertUtil; - $pagetitle[] = "Devices"; if (! isset($vars['format'])) { diff --git a/includes/html/pages/fullscreenmap.inc.php b/includes/html/pages/fullscreenmap.inc.php index ec3cf4e1ae..b47d2021a1 100644 --- a/includes/html/pages/fullscreenmap.inc.php +++ b/includes/html/pages/fullscreenmap.inc.php @@ -17,8 +17,6 @@ * @author f0o * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Frontpage */ /** * Fullscreen variant diff --git a/includes/html/pages/notifications.inc.php b/includes/html/pages/notifications.inc.php index ac1478261b..701aecc48b 100644 --- a/includes/html/pages/notifications.inc.php +++ b/includes/html/pages/notifications.inc.php @@ -18,8 +18,6 @@ * @author Daniel Preussker * @copyright 2015 Daniel Preussker, QuxLabs UG * @license GPL - * @package LibreNMS - * @subpackage Notifications */ use App\Models\User; diff --git a/includes/html/pages/peering.inc.php b/includes/html/pages/peering.inc.php index 31ddceed43..588b840115 100644 --- a/includes/html/pages/peering.inc.php +++ b/includes/html/pages/peering.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 380ed089df..c24bdb029b 100644 --- a/includes/html/pages/peering/as-selection.inc.php +++ b/includes/html/pages/peering/as-selection.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b9423a1621..57f7bb4877 100644 --- a/includes/html/pages/peering/ix-list.inc.php +++ b/includes/html/pages/peering/ix-list.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ac46f12a63..5a7ba37439 100644 --- a/includes/html/pages/peering/ix-peers.inc.php +++ b/includes/html/pages/peering/ix-peers.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/html/pages/routing.inc.php b/includes/html/pages/routing.inc.php index 4f973dfce2..e6db15dcb7 100644 --- a/includes/html/pages/routing.inc.php +++ b/includes/html/pages/routing.inc.php @@ -1,11 +1,5 @@ * @copyright 2014 f0o, LibreNMS * @license GPL - * @package LibreNMS - * @subpackage Search */ print_optionbar_start(28); ?> diff --git a/includes/html/pages/validate.inc.php b/includes/html/pages/validate.inc.php index e6276f0813..14e32c53ee 100644 --- a/includes/html/pages/validate.inc.php +++ b/includes/html/pages/validate.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7d075ba838..6cab1eaddf 100644 --- a/includes/html/pages/wireless.inc.php +++ b/includes/html/pages/wireless.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/html/print-alert-rules.php b/includes/html/print-alert-rules.php index 13340fed60..c3ba24a421 100644 --- a/includes/html/print-alert-rules.php +++ b/includes/html/print-alert-rules.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 The LibreNMS Community * @author Original Author diff --git a/includes/html/print-customoid.php b/includes/html/print-customoid.php index 22a7392d9c..1c5ec6610a 100644 --- a/includes/html/print-customoid.php +++ b/includes/html/print-customoid.php @@ -1,7 +1,5 @@ . * - * @package LibreNMS * @link http://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 439f6e46e0..125c91d860 100644 --- a/includes/html/table/ix-peers.inc.php +++ b/includes/html/table/ix-peers.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ae9604f44d..aa485a912f 100644 --- a/includes/html/table/ports.inc.php +++ b/includes/html/table/ports.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/init.php b/includes/init.php index 6d18519374..1e3e29519a 100644 --- a/includes/init.php +++ b/includes/init.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/notifications.php b/includes/notifications.php index 2ebf53e9e2..2c916e4639 100644 --- a/includes/notifications.php +++ b/includes/notifications.php @@ -20,9 +20,7 @@ * @author Daniel Preussker * @author Tony Murray * @license GPL - * @package LibreNMS * @link http://librenms.org - * @subpackage Notifications */ /** diff --git a/includes/polling/applications/powerdns-recursor.inc.php b/includes/polling/applications/powerdns-recursor.inc.php index 9784665368..5514261068 100644 --- a/includes/polling/applications/powerdns-recursor.inc.php +++ b/includes/polling/applications/powerdns-recursor.inc.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0d6db48492..691c688df6 100644 --- a/includes/polling/applications/rrdcached.inc.php +++ b/includes/polling/applications/rrdcached.inc.php @@ -19,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/polling/cisco-qfp.inc.php b/includes/polling/cisco-qfp.inc.php index b10b336a82..1e736919a2 100644 --- a/includes/polling/cisco-qfp.inc.php +++ b/includes/polling/cisco-qfp.inc.php @@ -8,8 +8,6 @@ * * LibreNMS module to capture Cisco QFP Statistics * - * @package LibreNMS - * @subpackage polling * @link http://librenms.org * @copyright 2019 LibreNMS * @author Pavle Obradovic diff --git a/includes/polling/core.inc.php b/includes/polling/core.inc.php index 768a51940f..b1ff122254 100644 --- a/includes/polling/core.inc.php +++ b/includes/polling/core.inc.php @@ -11,7 +11,6 @@ * See COPYING for more details. */ -use App\Models\Location; use LibreNMS\Config; use LibreNMS\RRD\RrdDefinition; use LibreNMS\Util\Time; diff --git a/includes/polling/entity-state.inc.php b/includes/polling/entity-state.inc.php index 3674e2e97b..ebcabd516b 100644 --- a/includes/polling/entity-state.inc.php +++ b/includes/polling/entity-state.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/polling/mempools/3com.inc.php b/includes/polling/mempools/3com.inc.php index 89f28c5aee..fb4c8fe288 100644 --- a/includes/polling/mempools/3com.inc.php +++ b/includes/polling/mempools/3com.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/acos.inc.php b/includes/polling/mempools/acos.inc.php index ddd0362dc5..4818a92edf 100644 --- a/includes/polling/mempools/acos.inc.php +++ b/includes/polling/mempools/acos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/aruba-instant.inc.php b/includes/polling/mempools/aruba-instant.inc.php index 0f7c9193e9..da5cd20943 100644 --- a/includes/polling/mempools/aruba-instant.inc.php +++ b/includes/polling/mempools/aruba-instant.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Timothy Willey * @author Timothy Willey diff --git a/includes/polling/mempools/comware.inc.php b/includes/polling/mempools/comware.inc.php index 4d7f377723..a644323e63 100644 --- a/includes/polling/mempools/comware.inc.php +++ b/includes/polling/mempools/comware.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/cyberoam-utm.inc.php b/includes/polling/mempools/cyberoam-utm.inc.php index 979e64d7c2..e0e869ca1b 100644 --- a/includes/polling/mempools/cyberoam-utm.inc.php +++ b/includes/polling/mempools/cyberoam-utm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/dasan-nos.inc.php b/includes/polling/mempools/dasan-nos.inc.php index f510b4c09d..6b56904296 100644 --- a/includes/polling/mempools/dasan-nos.inc.php +++ b/includes/polling/mempools/dasan-nos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/fabos.inc.php b/includes/polling/mempools/fabos.inc.php index aa5f196629..fad24ce946 100644 --- a/includes/polling/mempools/fabos.inc.php +++ b/includes/polling/mempools/fabos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/fortiswitch.inc.php b/includes/polling/mempools/fortiswitch.inc.php index 58b9e6ff1a..2403f7eb6d 100644 --- a/includes/polling/mempools/fortiswitch.inc.php +++ b/includes/polling/mempools/fortiswitch.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/hiveos-wireless.inc.php b/includes/polling/mempools/hiveos-wireless.inc.php index fbb349c36a..0898851d2c 100644 --- a/includes/polling/mempools/hiveos-wireless.inc.php +++ b/includes/polling/mempools/hiveos-wireless.inc.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Ryan Finney * @author https://github.com/theherodied/ diff --git a/includes/polling/mempools/jetstream.inc.php b/includes/polling/mempools/jetstream.inc.php index ba71d264ca..5b8e516d97 100644 --- a/includes/polling/mempools/jetstream.inc.php +++ b/includes/polling/mempools/jetstream.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/netonix.inc.php b/includes/polling/mempools/netonix.inc.php index 63245c59dc..7330a9a060 100644 --- a/includes/polling/mempools/netonix.inc.php +++ b/includes/polling/mempools/netonix.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/includes/polling/mempools/smartax.inc.php b/includes/polling/mempools/smartax.inc.php index 3a022a79c0..c7e8d5d834 100644 --- a/includes/polling/mempools/smartax.inc.php +++ b/includes/polling/mempools/smartax.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 TheGreatDoc * @author TheGreatDoc diff --git a/includes/polling/mempools/timos.inc.php b/includes/polling/mempools/timos.inc.php index 434f2870a4..10af82c91e 100644 --- a/includes/polling/mempools/timos.inc.php +++ b/includes/polling/mempools/timos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mempools/zyxel.inc.php b/includes/polling/mempools/zyxel.inc.php index f352487cfa..58547c815d 100644 --- a/includes/polling/mempools/zyxel.inc.php +++ b/includes/polling/mempools/zyxel.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/mpls.inc.php b/includes/polling/mpls.inc.php index 7e0b0e4770..2ed7575668 100644 --- a/includes/polling/mpls.inc.php +++ b/includes/polling/mpls.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 20169 Vitali Kari * @author Vitali Kari diff --git a/includes/polling/nac.inc.php b/includes/polling/nac.inc.php index 8ee6a2e876..23ce00ba81 100644 --- a/includes/polling/nac.inc.php +++ b/includes/polling/nac.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Jose Augusto Cardoso * @copyright 2018 Tony Murray diff --git a/includes/polling/os/arris-cm.inc.php b/includes/polling/os/arris-cm.inc.php index cbe8fa4ddb..3d55ec05f6 100644 --- a/includes/polling/os/arris-cm.inc.php +++ b/includes/polling/os/arris-cm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/polling/os/bluecatnetworks.inc.php b/includes/polling/os/bluecatnetworks.inc.php index 2c802dfb7f..aba78c9465 100644 --- a/includes/polling/os/bluecatnetworks.inc.php +++ b/includes/polling/os/bluecatnetworks.inc.php @@ -1,7 +1,5 @@ . * - * @package LibreNMS * @link http://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 ee1ce495ee..1623b7bbd6 100644 --- a/includes/polling/os/chatsworth-pdu.inc.php +++ b/includes/polling/os/chatsworth-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7df18cd2c5..198c483641 100644 --- a/includes/polling/os/ciscoepc.inc.php +++ b/includes/polling/os/ciscoepc.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/os/ciscosrp.inc.php b/includes/polling/os/ciscosrp.inc.php index 623bd0fcda..ce58f70b6b 100644 --- a/includes/polling/os/ciscosrp.inc.php +++ b/includes/polling/os/ciscosrp.inc.php @@ -4,8 +4,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage polling * @copyright (C) 2016 Librenms */ $oids = ['entPhysicalModelName.1', 'entPhysicalContainedIn.1', 'entPhysicalName.1', 'entPhysicalSoftwareRev.1', 'entPhysicalModelName.1001', 'entPhysicalContainedIn.1001', 'cardDescr.1', 'cardSlotNumber.1']; diff --git a/includes/polling/os/clearpass.inc.php b/includes/polling/os/clearpass.inc.php index 2faf52a06d..134e605f44 100644 --- a/includes/polling/os/clearpass.inc.php +++ b/includes/polling/os/clearpass.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7b42bae16c..523b0b7912 100644 --- a/includes/polling/os/ctcu.inc.php +++ b/includes/polling/os/ctcu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/os/dell-powervault.inc.php b/includes/polling/os/dell-powervault.inc.php index 06c1806b4f..c7776417a5 100644 --- a/includes/polling/os/dell-powervault.inc.php +++ b/includes/polling/os/dell-powervault.inc.php @@ -1,6 +1,4 @@ . * - * @package LibreNMS * @link http://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 3490c50e9d..f1eca78683 100644 --- a/includes/polling/os/ees.inc.php +++ b/includes/polling/os/ees.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 35775224d5..cebd92d22d 100644 --- a/includes/polling/os/elg-ipecs-es.inc.php +++ b/includes/polling/os/elg-ipecs-es.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e23f8d9525..714621d810 100644 --- a/includes/polling/os/elg-ipecs-ucp.inc.php +++ b/includes/polling/os/elg-ipecs-ucp.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0df7dc6aa0..0b2a4ca389 100644 --- a/includes/polling/os/eltex-olt.inc.php +++ b/includes/polling/os/eltex-olt.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7f0de806aa..afad9cc5d7 100644 --- a/includes/polling/os/enlogic-pdu.inc.php +++ b/includes/polling/os/enlogic-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5cea9cd66f..532d1e3686 100644 --- a/includes/polling/os/etherwan.inc.php +++ b/includes/polling/os/etherwan.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 28d7618cca..48539999fd 100644 --- a/includes/polling/os/extendair.inc.php +++ b/includes/polling/os/extendair.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a7dc9db01c..8cd8aede28 100644 --- a/includes/polling/os/fxm.inc.php +++ b/includes/polling/os/fxm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c0829aece9..b31330b8c2 100644 --- a/includes/polling/os/geist-pdu.inc.php +++ b/includes/polling/os/geist-pdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 405b05b749..efb722f87c 100644 --- a/includes/polling/os/geist-watchdog.inc.php +++ b/includes/polling/os/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 063cb1f733..356c895da1 100644 --- a/includes/polling/os/hpe-ipdu.inc.php +++ b/includes/polling/os/hpe-ipdu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4ef53a6eea..4fad45fe97 100644 --- a/includes/polling/os/hpe-msl.inc.php +++ b/includes/polling/os/hpe-msl.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 31975ccde3..6f5a0ad1bb 100644 --- a/includes/polling/os/ipolis.inc.php +++ b/includes/polling/os/ipolis.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 59196eb93d..c0b6670b9e 100644 --- a/includes/polling/os/netagent2.inc.php +++ b/includes/polling/os/netagent2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 46df6ffc81..5fa9dcb5fb 100644 --- a/includes/polling/os/netguardian.inc.php +++ b/includes/polling/os/netguardian.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0555acffc7..3329a56c71 100644 --- a/includes/polling/os/ns-bsd.inc.php +++ b/includes/polling/os/ns-bsd.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 aa363ddf85..cfbfa441f2 100644 --- a/includes/polling/os/oceanstor.inc.php +++ b/includes/polling/os/oceanstor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 89a498749c..9f3f260b4e 100644 --- a/includes/polling/os/powerlogic.inc.php +++ b/includes/polling/os/powerlogic.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/os/ptp250.inc.php b/includes/polling/os/ptp250.inc.php index d7ee9597b1..81c2b06687 100644 --- a/includes/polling/os/ptp250.inc.php +++ b/includes/polling/os/ptp250.inc.php @@ -9,7 +9,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. */ -use LibreNMS\RRD\RrdDefinition; $version = $device['sysDescr']; $masterSlaveMode = ucfirst(snmp_get($device, 'masterSlaveMode.0', '-Oqv', "CAMBIUM-PTP250-MIB")); diff --git a/includes/polling/os/ptp500.inc.php b/includes/polling/os/ptp500.inc.php index 37d2f89618..ab252f46be 100644 --- a/includes/polling/os/ptp500.inc.php +++ b/includes/polling/os/ptp500.inc.php @@ -1,7 +1,5 @@ */ -use LibreNMS\RRD\RrdDefinition; $version = $device['sysDescr']; $masterSlaveMode = ucfirst(snmp_get($device, 'masterSlaveMode.0', '-Oqv', "CANOPY-SYS-MIB")); diff --git a/includes/polling/os/ptp650.inc.php b/includes/polling/os/ptp650.inc.php index 7beeb19f30..fc0997adfb 100644 --- a/includes/polling/os/ptp650.inc.php +++ b/includes/polling/os/ptp650.inc.php @@ -9,7 +9,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. */ -use LibreNMS\RRD\RrdDefinition; $version = $device['sysDescr']; $masterSlaveMode = ucfirst(snmp_get($device, 'masterSlaveMode.0', '-Oqv', "CAMBIUM-PTP650-MIB")); diff --git a/includes/polling/os/ptp800.inc.php b/includes/polling/os/ptp800.inc.php index cb5c1d48cc..9b71d840e1 100644 --- a/includes/polling/os/ptp800.inc.php +++ b/includes/polling/os/ptp800.inc.php @@ -22,7 +22,6 @@ * @copyright 2018 Paul Heinrichs * @author Paul Heinrichs */ -use LibreNMS\RRD\RrdDefinition; $version = $device['sysDescr']; $hardware = 'PTP 800'; diff --git a/includes/polling/os/remoteye4.inc.php b/includes/polling/os/remoteye4.inc.php index dc59249006..f7b530d369 100644 --- a/includes/polling/os/remoteye4.inc.php +++ b/includes/polling/os/remoteye4.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 9b5d4ec042..85abf207b3 100644 --- a/includes/polling/os/ros.inc.php +++ b/includes/polling/os/ros.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8173db29d1..759491b356 100644 --- a/includes/polling/os/savin.inc.php +++ b/includes/polling/os/savin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 f2999a4578..56762fdcb5 100644 --- a/includes/polling/os/sinetica.inc.php +++ b/includes/polling/os/sinetica.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a99d566e96..c6bb6d0cc9 100644 --- a/includes/polling/os/smartos.inc.php +++ b/includes/polling/os/smartos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 2cd4c4d307..91b847efe6 100644 --- a/includes/polling/os/tgos.inc.php +++ b/includes/polling/os/tgos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c9be10fe1d..b31b85b9e7 100644 --- a/includes/polling/os/tomato.inc.php +++ b/includes/polling/os/tomato.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 55b962d014..aefe969539 100644 --- a/includes/polling/os/tpdin.inc.php +++ b/includes/polling/os/tpdin.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c2b55c1bdd..e5a9e9fb08 100644 --- a/includes/polling/os/websensor.inc.php +++ b/includes/polling/os/websensor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 8c7e22ee38..35842ded73 100644 --- a/includes/polling/os/zebra.inc.php +++ b/includes/polling/os/zebra.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 7a9cb90674..54be39bb39 100644 --- a/includes/polling/ports/cisco-if-extension.inc.php +++ b/includes/polling/ports/cisco-if-extension.inc.php @@ -6,8 +6,6 @@ * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. * - * @package LibreNMS - * @subpackage polling * @link http://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 ace302e184..012b8d96f9 100644 --- a/includes/polling/ports/f5.inc.php +++ b/includes/polling/ports/f5.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 e0d6a585e5..b5e8e3ddc0 100644 --- a/includes/polling/ports/os/airos-af-ltu.inc.php +++ b/includes/polling/ports/os/airos-af-ltu.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Denny Friebe * @author Denny Friebe diff --git a/includes/polling/ports/os/cmm.inc.php b/includes/polling/ports/os/cmm.inc.php index 52b6f96c6a..ac6fd95d56 100644 --- a/includes/polling/ports/os/cmm.inc.php +++ b/includes/polling/ports/os/cmm.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 ceaf73aa62..90040554f6 100644 --- a/includes/polling/ports/os/cxr-ts.inc.php +++ b/includes/polling/ports/os/cxr-ts.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright PipoCanaja 2018 * @author PipoCanaja diff --git a/includes/polling/ports/os/infinera-groove.inc.php b/includes/polling/ports/os/infinera-groove.inc.php index cf763ded16..527ae8e9b3 100644 --- a/includes/polling/ports/os/infinera-groove.inc.php +++ b/includes/polling/ports/os/infinera-groove.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 c9fcb29bdd..16eabd2b7c 100644 --- a/includes/polling/ports/os/junos.inc.php +++ b/includes/polling/ports/os/junos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 4f4a5f317f..6c6c276697 100644 --- a/includes/polling/ports/os/nokia-isam.inc.php +++ b/includes/polling/ports/os/nokia-isam.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 993d86e8e6..9970d37fe1 100644 --- a/includes/polling/ports/os/procera.inc.php +++ b/includes/polling/ports/os/procera.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 779430ebd4..2cba690b19 100644 --- a/includes/polling/ports/os/smartax.inc.php +++ b/includes/polling/ports/os/smartax.inc.php @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 783ea16eb6..c6fdada0ba 100644 --- a/includes/polling/ports/os/timos.inc.php +++ b/includes/polling/ports/os/timos.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 5547da0639..b763d936d4 100644 --- a/includes/polling/sensors/pre-cache/aos-emu2.inc.php +++ b/includes/polling/sensors/pre-cache/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 a707600ac0..1795d599d9 100644 --- a/includes/polling/sensors/pre-cache/geist-watchdog.inc.php +++ b/includes/polling/sensors/pre-cache/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/includes/polling/sensors/temperature/aos-emu2.inc.php b/includes/polling/sensors/temperature/aos-emu2.inc.php index 75745e8326..ed08871102 100644 --- a/includes/polling/sensors/temperature/aos-emu2.inc.php +++ b/includes/polling/sensors/temperature/aos-emu2.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 b1251ebe59..e73b4221dc 100644 --- a/includes/polling/sensors/temperature/geist-watchdog.inc.php +++ b/includes/polling/sensors/temperature/geist-watchdog.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 31614e0fdb..dc97bcbbd1 100644 --- a/includes/polling/sensors/temperature/quantastor.inc.php +++ b/includes/polling/sensors/temperature/quantastor.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Cercel Valentin * @author Cercel Valentin diff --git a/includes/polling/wireless.inc.php b/includes/polling/wireless.inc.php index dda9203475..1a5b65d6a2 100644 --- a/includes/polling/wireless.inc.php +++ b/includes/polling/wireless.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/includes/rrdtool.inc.php b/includes/rrdtool.inc.php index d711713508..196fc7fa82 100644 --- a/includes/rrdtool.inc.php +++ b/includes/rrdtool.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright (C) 2006 - 2012 Adam Armstrong * @copyright 2016 Tony Murray diff --git a/includes/sql-schema/update.php b/includes/sql-schema/update.php index 11260ee5aa..1e13926f9e 100644 --- a/includes/sql-schema/update.php +++ b/includes/sql-schema/update.php @@ -19,7 +19,6 @@ * * Copyright (C) 2006-2012, Observium Developers - http://www.observium.org * - * @package LibreNMS * @link http://librenms.org * @copyright 2017-2018 Tony Murray * @author Tony Murray diff --git a/poller.php b/poller.php index 67fc5a27aa..0ee1947bd6 100755 --- a/poller.php +++ b/poller.php @@ -18,8 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS - * @subpackage poller * @copyright (C) 2006 - 2012 Adam Armstrong * * Modified 4/17/19 diff --git a/scripts/composer_wrapper.php b/scripts/composer_wrapper.php index 31ba1a2b4c..4ebc8df964 100755 --- a/scripts/composer_wrapper.php +++ b/scripts/composer_wrapper.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/scripts/gen_smokeping.php b/scripts/gen_smokeping.php index a1c930295b..2bff391c35 100755 --- a/scripts/gen_smokeping.php +++ b/scripts/gen_smokeping.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop diff --git a/scripts/purge-port.php b/scripts/purge-port.php index ed0ca0ca7c..6c4150508c 100755 --- a/scripts/purge-port.php +++ b/scripts/purge-port.php @@ -21,8 +21,6 @@ * @author Maximilian Wilhelm * @copyright 2016-2017 LibreNMS, Barbarossa * @license GPL - * @package LibreNMS - * @subpackage ? */ use App\Models\Port; diff --git a/scripts/rename-mibs.php b/scripts/rename-mibs.php index 121cd4a3e5..102a26cbdf 100755 --- a/scripts/rename-mibs.php +++ b/scripts/rename-mibs.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/scripts/rrdstep.php b/scripts/rrdstep.php index 8f2309b56c..0df75e6e2f 100755 --- a/scripts/rrdstep.php +++ b/scripts/rrdstep.php @@ -18,7 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/scripts/syslog-notify-oxidized.php b/scripts/syslog-notify-oxidized.php index f27a21f253..4c59879bfa 100755 --- a/scripts/syslog-notify-oxidized.php +++ b/scripts/syslog-notify-oxidized.php @@ -4,8 +4,6 @@ $init_modules = []; require __DIR__ . '/../includes/init.php'; -use LibreNMS\Config; - $hostname = $argv[1]; $os = $argv[2]; $msg = $argv[3]; diff --git a/server.php b/server.php index 16a2711c89..12e93cda53 100644 --- a/server.php +++ b/server.php @@ -3,7 +3,6 @@ /** * Laravel - A PHP Framework For Web Artisans * - * @package Laravel * @author Taylor Otwell */ $uri = urldecode( diff --git a/snmptrap.php b/snmptrap.php index 09fa27e461..31818d60d1 100755 --- a/snmptrap.php +++ b/snmptrap.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage snmptraps * @copyright (C) 2006 - 2012 Adam Armstrong * @copyright (C) 2018 LibreNMS * Adapted from old snmptrap.php handler diff --git a/syslog.php b/syslog.php index b53c4b950a..c47ce4ae12 100755 --- a/syslog.php +++ b/syslog.php @@ -6,8 +6,6 @@ * * This file is part of LibreNMS. * - * @package LibreNMS - * @subpackage syslog * @copyright (C) 2006 - 2012 Adam Armstrong */ $init_modules = []; diff --git a/tests/AddHostCliTest.php b/tests/AddHostCliTest.php index 27b0955e93..b5c528ab6b 100644 --- a/tests/AddHostCliTest.php +++ b/tests/AddHostCliTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Lars Elgtvedt Susaas * @author Lars Elgtvedt Susaas @@ -27,7 +26,6 @@ namespace LibreNMS\Tests; use App\Models\Device; use Illuminate\Foundation\Testing\DatabaseTransactions; -use LibreNMS\Tests\DBTestCase; class AddHostCliTest extends DBTestCase { diff --git a/tests/AddHostTest.php b/tests/AddHostTest.php index d57cfdb2ea..3684087bee 100644 --- a/tests/AddHostTest.php +++ b/tests/AddHostTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Lars Elgtvedt Susaas * @author Lars Elgtvedt Susaas @@ -28,7 +27,6 @@ namespace LibreNMS\Tests; use App\Models\Device; use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Config; -use LibreNMS\Tests\DBTestCase; class AddHostTest extends DBTestCase { diff --git a/tests/AlertingTest.php b/tests/AlertingTest.php index c9dbe94373..3143ef7dd9 100644 --- a/tests/AlertingTest.php +++ b/tests/AlertingTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/tests/AuthHTTPTest.php b/tests/AuthHTTPTest.php index a9907cc9db..0b3207feda 100644 --- a/tests/AuthHTTPTest.php +++ b/tests/AuthHTTPTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link https://librenms.org * @copyright 2017 Adam Bishop * @author Adam Bishop diff --git a/tests/AuthSSOTest.php b/tests/AuthSSOTest.php index eb40804632..d8c4fbcc41 100644 --- a/tests/AuthSSOTest.php +++ b/tests/AuthSSOTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link https://librenms.org * @copyright 2017 Adam Bishop * @author Adam Bishop diff --git a/tests/BasicApiTest.php b/tests/BasicApiTest.php index 13178b2f8f..8db7b8956e 100644 --- a/tests/BasicApiTest.php +++ b/tests/BasicApiTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/Browser/LoginTest.php b/tests/Browser/LoginTest.php index 0c5c0aba01..cc26cc73bd 100644 --- a/tests/Browser/LoginTest.php +++ b/tests/Browser/LoginTest.php @@ -13,7 +13,6 @@ use LibreNMS\Tests\DuskTestCase; /** * Class LoginTest - * @package LibreNMS\Tests\Browser * @group browser */ class LoginTest extends DuskTestCase diff --git a/tests/Browser/Pages/PreferencesPage.php b/tests/Browser/Pages/PreferencesPage.php index 682644b1b3..d8fb70744a 100644 --- a/tests/Browser/Pages/PreferencesPage.php +++ b/tests/Browser/Pages/PreferencesPage.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/Browser/Pages/TwoFactorPage.php b/tests/Browser/Pages/TwoFactorPage.php index af76abdd59..f0685b1f99 100644 --- a/tests/Browser/Pages/TwoFactorPage.php +++ b/tests/Browser/Pages/TwoFactorPage.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/CommonFunctionsTest.php b/tests/CommonFunctionsTest.php index 0d5ebded4d..69bfc1bf9b 100644 --- a/tests/CommonFunctionsTest.php +++ b/tests/CommonFunctionsTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 5fc02b6c59..dccde99036 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/DBSetupTest.php b/tests/DBSetupTest.php index 97afcef33c..b5ac5a86dd 100644 --- a/tests/DBSetupTest.php +++ b/tests/DBSetupTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood diff --git a/tests/DBTestCase.php b/tests/DBTestCase.php index 9d70e88607..214d83e913 100644 --- a/tests/DBTestCase.php +++ b/tests/DBTestCase.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/DocsTest.php b/tests/DocsTest.php index e92506dae3..54ed406ae7 100644 --- a/tests/DocsTest.php +++ b/tests/DocsTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Neil Lathwood * @author Neil Lathwood diff --git a/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php b/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php index 25f47673f6..c2000bdb82 100644 --- a/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php +++ b/tests/Feature/SnmpTraps/AdvaAccThresholdCrossingAlertTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php b/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php index abfbfb071d..e302209d21 100644 --- a/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php +++ b/tests/Feature/SnmpTraps/AdvaAttributeChangeTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php b/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php index be68482a91..7fb82807d3 100644 --- a/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaDyingGaspTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php b/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php index 4358afed25..3e42d60d80 100644 --- a/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php +++ b/tests/Feature/SnmpTraps/AdvaNetThresholdCrossingAlertTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php b/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php index 6ca5000c26..02b50dead5 100644 --- a/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaNetworkElementAlmTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php b/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php index 9088b5531a..5e5cc978fd 100644 --- a/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php +++ b/tests/Feature/SnmpTraps/AdvaObjectCreationTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php b/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php index df7ce0ea5e..bca993a275 100644 --- a/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php +++ b/tests/Feature/SnmpTraps/AdvaObjectDeletionTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php b/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php index f7aa42d989..4ba3a2ad7f 100644 --- a/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaStateChangeTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php b/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php index c872ea6efa..a874e05db3 100644 --- a/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php +++ b/tests/Feature/SnmpTraps/AdvaSysAlmTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/ApcPduOutletTest.php b/tests/Feature/SnmpTraps/ApcPduOutletTest.php index dbe60baf82..ffd4876abe 100644 --- a/tests/Feature/SnmpTraps/ApcPduOutletTest.php +++ b/tests/Feature/SnmpTraps/ApcPduOutletTest.php @@ -17,18 +17,14 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; -use App\Models\Ipv4Address; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class ApcPduOutletTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/BgpTrapTest.php b/tests/Feature/SnmpTraps/BgpTrapTest.php index d36d94c498..0a6b889ab9 100644 --- a/tests/Feature/SnmpTraps/BgpTrapTest.php +++ b/tests/Feature/SnmpTraps/BgpTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -27,10 +26,8 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\BgpPeer; use App\Models\Device; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class BgpTrapTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/CommonTrapTest.php b/tests/Feature/SnmpTraps/CommonTrapTest.php index ced8b000a8..3fb92376bf 100644 --- a/tests/Feature/SnmpTraps/CommonTrapTest.php +++ b/tests/Feature/SnmpTraps/CommonTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -26,7 +25,6 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; -use App\Models\Eventlog; use App\Models\Ipv4Address; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; diff --git a/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php b/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php index 481dec3357..9a0ed72e30 100644 --- a/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php +++ b/tests/Feature/SnmpTraps/FgTrapAvOversizeTest.php @@ -26,10 +26,8 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class FgTrapAvOversizeTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/FgTrapIpsTest.php b/tests/Feature/SnmpTraps/FgTrapIpsTest.php index d7f6fb86a1..cda8e06248 100644 --- a/tests/Feature/SnmpTraps/FgTrapIpsTest.php +++ b/tests/Feature/SnmpTraps/FgTrapIpsTest.php @@ -27,10 +27,8 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use App\Models\Ipv4Address; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class FgTrapIpsTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php b/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php index 9dfad044f1..f6bbe10ef2 100644 --- a/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php +++ b/tests/Feature/SnmpTraps/FgTrapVpnTunTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray @@ -27,10 +26,8 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use App\Models\Ipv4Address; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class FgTrapVpnTunTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php b/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php index 40c6e45dee..ef1f99e94f 100644 --- a/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php +++ b/tests/Feature/SnmpTraps/FmTrapLogRateThresholdTest.php @@ -26,10 +26,8 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\DBTestCase; class FmTrapLogRateThresholdTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxBgpM2Test.php b/tests/Feature/SnmpTraps/JnxBgpM2Test.php index fa49e45f18..d324ff805a 100644 --- a/tests/Feature/SnmpTraps/JnxBgpM2Test.php +++ b/tests/Feature/SnmpTraps/JnxBgpM2Test.php @@ -19,7 +19,6 @@ * Tests Junipers BGPv4 traps, specificaly jnxBgpM2Established and * jnxBgpM2BackwardTransition * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\BgpPeer; use App\Models\Device; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxBgpM2Test extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php b/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php index 4589729f6f..d9e1ce9b34 100644 --- a/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php +++ b/tests/Feature/SnmpTraps/JnxCmCfgChangeTest.php @@ -19,7 +19,6 @@ * * Test Juniper configuration change trap jnxCmCfgChange * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxCmCfgChangeTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxDomAlarmTest.php b/tests/Feature/SnmpTraps/JnxDomAlarmTest.php index ce7cadfaca..955bd9ea7e 100644 --- a/tests/Feature/SnmpTraps/JnxDomAlarmTest.php +++ b/tests/Feature/SnmpTraps/JnxDomAlarmTest.php @@ -19,7 +19,6 @@ * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\Device; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxDomAlarmTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php b/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php index 046880ce1a..c009d48b4e 100644 --- a/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php +++ b/tests/Feature/SnmpTraps/JnxDomLaneAlarmTest.php @@ -19,7 +19,6 @@ * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\Device; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxDomLaneAlarmTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxLdpLspTest.php b/tests/Feature/SnmpTraps/JnxLdpLspTest.php index a97270d0eb..e092ee6415 100644 --- a/tests/Feature/SnmpTraps/JnxLdpLspTest.php +++ b/tests/Feature/SnmpTraps/JnxLdpLspTest.php @@ -19,7 +19,6 @@ * * Tests JnxLdpLspDown and JnxLdpLspUp traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\Device; use App\Models\Ipv4Address; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxLdpLspTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxLdpSesTest.php b/tests/Feature/SnmpTraps/JnxLdpSesTest.php index eb9a71d582..47533e295b 100644 --- a/tests/Feature/SnmpTraps/JnxLdpSesTest.php +++ b/tests/Feature/SnmpTraps/JnxLdpSesTest.php @@ -19,7 +19,6 @@ * * Tests JnxLdpSesDown and JnxLdpSesUp traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\Device; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxLdpSesTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php b/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php index 9e38f72b92..430fb467d2 100644 --- a/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php +++ b/tests/Feature/SnmpTraps/JnxPowerSupplyTest.php @@ -19,7 +19,6 @@ * * Tests JnxDomAlertSet and JnxDomAlertCleared traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxPowerSupplyTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxVpnIfTest.php b/tests/Feature/SnmpTraps/JnxVpnIfTest.php index 520fac3275..77cc7d58dd 100644 --- a/tests/Feature/SnmpTraps/JnxVpnIfTest.php +++ b/tests/Feature/SnmpTraps/JnxVpnIfTest.php @@ -20,7 +20,6 @@ * * Tests JnxVpnIfDown and JnxVpnIfUp traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -32,7 +31,6 @@ use App\Models\Device; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxVpnIfTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/JnxVpnPwTest.php b/tests/Feature/SnmpTraps/JnxVpnPwTest.php index cf9e1e0aab..a66b3b0439 100644 --- a/tests/Feature/SnmpTraps/JnxVpnPwTest.php +++ b/tests/Feature/SnmpTraps/JnxVpnPwTest.php @@ -20,7 +20,6 @@ * * Tests JnxVpnPwDown and JnxVpnPwUp traps from Juniper devices. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -32,7 +31,6 @@ use App\Models\Device; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class JnxVpnPwTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php b/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php index 8ba1f3e17a..c60ff249d5 100644 --- a/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php +++ b/tests/Feature/SnmpTraps/NetgearFailedUserLoginTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org */ diff --git a/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php b/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php index 5419bd1ba5..2cd651233e 100644 --- a/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php +++ b/tests/Feature/SnmpTraps/OspfIfStateChangeTest.php @@ -21,7 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart @@ -34,7 +33,6 @@ use App\Models\OspfPort; use App\Models\Port; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use Log; class OspfIfStateChangeTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php b/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php index 7c4b062297..06ddb6c81a 100644 --- a/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php +++ b/tests/Feature/SnmpTraps/OspfNbrStateChangeTest.php @@ -21,7 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 KanREN, Inc * @author Heath Barnhart @@ -33,7 +32,6 @@ use App\Models\Device; use App\Models\OspfNbr; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use Log; class OspfNbrStateChangeTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/PortsTrapTest.php b/tests/Feature/SnmpTraps/PortsTrapTest.php index 0f0a19ccfa..0178e4e504 100644 --- a/tests/Feature/SnmpTraps/PortsTrapTest.php +++ b/tests/Feature/SnmpTraps/PortsTrapTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/Feature/SnmpTraps/RuckusEventTest.php b/tests/Feature/SnmpTraps/RuckusEventTest.php index 8d6da6e9bd..0a72e3dc90 100644 --- a/tests/Feature/SnmpTraps/RuckusEventTest.php +++ b/tests/Feature/SnmpTraps/RuckusEventTest.php @@ -19,7 +19,6 @@ * * Tests generic Ruckus Wireless event trap handlers. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php b/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php index 3f4837e146..f0b39d173a 100644 --- a/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php +++ b/tests/Feature/SnmpTraps/RuckusSzClusterStateTest.php @@ -19,7 +19,6 @@ * * Tests Ruckus Wireless SmartZone cluster state trap handlers.. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/RuckusSzEventTest.php b/tests/Feature/SnmpTraps/RuckusSzEventTest.php index 6d2d93c5f7..169649bd7c 100644 --- a/tests/Feature/SnmpTraps/RuckusSzEventTest.php +++ b/tests/Feature/SnmpTraps/RuckusSzEventTest.php @@ -19,7 +19,6 @@ * * Tests Ruckus Wireless SmartZone Event trap handlers. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Heath Barnhart * @author Heath Barnhart diff --git a/tests/Feature/SnmpTraps/SnmpTrapTestCase.php b/tests/Feature/SnmpTraps/SnmpTrapTestCase.php index 18e97bc4e4..9c1b065ce2 100644 --- a/tests/Feature/SnmpTraps/SnmpTrapTestCase.php +++ b/tests/Feature/SnmpTraps/SnmpTrapTestCase.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php b/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php index 8cd76135ed..fefbd4800c 100644 --- a/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php +++ b/tests/Feature/SnmpTraps/UpsTrapsOnBatteryTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @author TheGreatDoc */ @@ -26,7 +25,6 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use App\Models\Sensor; -use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; diff --git a/tests/Feature/SnmpTraps/VmwHBTest.php b/tests/Feature/SnmpTraps/VmwHBTest.php index a09fb99592..572a031408 100644 --- a/tests/Feature/SnmpTraps/VmwHBTest.php +++ b/tests/Feature/SnmpTraps/VmwHBTest.php @@ -19,7 +19,6 @@ * * Tests vmwVmHBLost and vmwVmHBDetected traps from VMWare ESXi hosts. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -30,7 +29,6 @@ namespace LibreNMS\Tests\Feature\SnmpTraps; use App\Models\Device; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class VmwHBTest extends SnmpTrapTestCase { diff --git a/tests/Feature/SnmpTraps/VmwPowerStateTest.php b/tests/Feature/SnmpTraps/VmwPowerStateTest.php index c9dd1f4d10..9d01e5af40 100644 --- a/tests/Feature/SnmpTraps/VmwPowerStateTest.php +++ b/tests/Feature/SnmpTraps/VmwPowerStateTest.php @@ -19,7 +19,6 @@ * * Tests vmwVmPoweredOff, vmwVmPoweredOn, and vmwVmSuspended traps from VMWare ESXi hosts. * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 KanREN, Inc * @author Heath Barnhart @@ -31,7 +30,6 @@ use App\Models\Device; use App\Models\Vminfo; use LibreNMS\Snmptrap\Dispatcher; use LibreNMS\Snmptrap\Trap; -use LibreNMS\Tests\Feature\SnmpTraps\SnmpTrapTestCase; class VmwPowerStateTest extends SnmpTrapTestCase { diff --git a/tests/FpingTest.php b/tests/FpingTest.php index 2fec4c8af0..71754b8f6f 100644 --- a/tests/FpingTest.php +++ b/tests/FpingTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/FunctionsTest.php b/tests/FunctionsTest.php index 93fa5645b2..57ac273acd 100644 --- a/tests/FunctionsTest.php +++ b/tests/FunctionsTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/GitIgnoreTest.php b/tests/GitIgnoreTest.php index 0ce317537a..217d1021ff 100644 --- a/tests/GitIgnoreTest.php +++ b/tests/GitIgnoreTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/IpTest.php b/tests/IpTest.php index 9a1ade2192..6240102d08 100644 --- a/tests/IpTest.php +++ b/tests/IpTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/LockTest.php b/tests/LockTest.php index c4fb71d7c7..13b8f906d1 100644 --- a/tests/LockTest.php +++ b/tests/LockTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray @@ -25,7 +24,6 @@ namespace LibreNMS\Tests; -use LibreNMS\Exceptions\LockException; use LibreNMS\Util\FileLock; class LockTest extends TestCase diff --git a/tests/MibTest.php b/tests/MibTest.php index 632b647e96..32823aa134 100644 --- a/tests/MibTest.php +++ b/tests/MibTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray @@ -34,11 +33,6 @@ use SplFileInfo; /** * Class MibTest - * @package LibreNMS\Tests - * - * Tests mib files for errors. - * Will not be run by default, use --group=mibs to test. - * You may test specific directories or files by specifying them with filter. Example: --filter=@RFC1284-MIB */ class MibTest extends TestCase { diff --git a/tests/OSDiscoveryTest.php b/tests/OSDiscoveryTest.php index fdc603ff4f..71875412f5 100644 --- a/tests/OSDiscoveryTest.php +++ b/tests/OSDiscoveryTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/tests/OSModulesTest.php b/tests/OSModulesTest.php index 00c818cb06..cd9ba79bc3 100644 --- a/tests/OSModulesTest.php +++ b/tests/OSModulesTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/QueryBuilderTest.php b/tests/QueryBuilderTest.php index 4410a3fb41..8a4f0815ec 100644 --- a/tests/QueryBuilderTest.php +++ b/tests/QueryBuilderTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/RrdDefinitionTest.php b/tests/RrdDefinitionTest.php index dacd426b25..7333124546 100644 --- a/tests/RrdDefinitionTest.php +++ b/tests/RrdDefinitionTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray diff --git a/tests/RrdtoolTest.php b/tests/RrdtoolTest.php index 17cdf9623a..8f10807f4f 100644 --- a/tests/RrdtoolTest.php +++ b/tests/RrdtoolTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/tests/SVGTest.php b/tests/SVGTest.php index ddb7e1cf8f..db926898a8 100644 --- a/tests/SVGTest.php +++ b/tests/SVGTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray @@ -33,7 +32,6 @@ use RegexIterator; /** * Class SVGTest - * @package LibreNMS\Tests * @group os */ class SVGTest extends TestCase diff --git a/tests/SchemaTest.php b/tests/SchemaTest.php index 6cd0f8a215..7efcc3c67c 100644 --- a/tests/SchemaTest.php +++ b/tests/SchemaTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/SmokepingCliTest.php b/tests/SmokepingCliTest.php index 282cfb73e8..5f747e31e8 100644 --- a/tests/SmokepingCliTest.php +++ b/tests/SmokepingCliTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link https://librenms.org * @copyright 2020 Adam Bishop * @author Adam Bishop @@ -30,8 +29,6 @@ use App\Models\Device; use Illuminate\Foundation\Testing\DatabaseTransactions; use Illuminate\Support\arr; use Illuminate\Support\Str; -use Illuminate\Translation\Translator; -use LibreNMS\Config; class SmokepingCliTest extends DBTestCase { diff --git a/tests/SnmpsimHelpers.php b/tests/SnmpsimHelpers.php index 4253cc1cd0..22a38572db 100644 --- a/tests/SnmpsimHelpers.php +++ b/tests/SnmpsimHelpers.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/SyslogTest.php b/tests/SyslogTest.php index 0160d7d72a..49bf541450 100644 --- a/tests/SyslogTest.php +++ b/tests/SyslogTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray diff --git a/tests/Unit/CiHelperTest.php b/tests/Unit/CiHelperTest.php index 6527fbc6e8..407655039b 100644 --- a/tests/Unit/CiHelperTest.php +++ b/tests/Unit/CiHelperTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/tests/Unit/ComponentTest.php b/tests/Unit/ComponentTest.php index e9f818ed0b..e3dae50870 100644 --- a/tests/Unit/ComponentTest.php +++ b/tests/Unit/ComponentTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/tests/Unit/Data/DatastoreTest.php b/tests/Unit/Data/DatastoreTest.php index 0ae610eb92..a9fad5ce0e 100644 --- a/tests/Unit/Data/DatastoreTest.php +++ b/tests/Unit/Data/DatastoreTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/Unit/Data/GraphiteStoreTest.php b/tests/Unit/Data/GraphiteStoreTest.php index e1c2599d1a..f57d63eceb 100644 --- a/tests/Unit/Data/GraphiteStoreTest.php +++ b/tests/Unit/Data/GraphiteStoreTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/Unit/Data/InfluxDBStoreTest.php b/tests/Unit/Data/InfluxDBStoreTest.php index ea3cf26ba0..675a2040f0 100644 --- a/tests/Unit/Data/InfluxDBStoreTest.php +++ b/tests/Unit/Data/InfluxDBStoreTest.php @@ -16,7 +16,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/Unit/Data/OpenTSDBStoreTest.php b/tests/Unit/Data/OpenTSDBStoreTest.php index 92aefc4414..effcca3492 100644 --- a/tests/Unit/Data/OpenTSDBStoreTest.php +++ b/tests/Unit/Data/OpenTSDBStoreTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -26,7 +25,6 @@ namespace LibreNMS\Tests\Unit\Data; use Carbon\Carbon; -use GuzzleHttp\Client; use LibreNMS\Data\Store\OpenTSDB; use LibreNMS\Tests\TestCase; diff --git a/tests/Unit/Data/PrometheusStoreTest.php b/tests/Unit/Data/PrometheusStoreTest.php index 386eaf2423..cfa14eab53 100644 --- a/tests/Unit/Data/PrometheusStoreTest.php +++ b/tests/Unit/Data/PrometheusStoreTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/Unit/DeviceTest.php b/tests/Unit/DeviceTest.php index 7799f8586f..09e4711689 100644 --- a/tests/Unit/DeviceTest.php +++ b/tests/Unit/DeviceTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray @@ -30,7 +29,6 @@ use App\Models\Ipv4Address; use App\Models\Port; use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Tests\DBTestCase; -use LibreNMS\Tests\TestCase; class DeviceTest extends DBTestCase { diff --git a/tests/Unit/FileCategorizerTest.php b/tests/Unit/FileCategorizerTest.php index 0a22c1ede4..fcb3fa8999 100644 --- a/tests/Unit/FileCategorizerTest.php +++ b/tests/Unit/FileCategorizerTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/tests/Unit/PermissionsTest.php b/tests/Unit/PermissionsTest.php index 77251111e4..ec99b7cc2c 100644 --- a/tests/Unit/PermissionsTest.php +++ b/tests/Unit/PermissionsTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2019 Tony Murray * @author Tony Murray diff --git a/tests/Unit/SqliteTest.php b/tests/Unit/SqliteTest.php index 6a83034d3c..e4254acbd9 100644 --- a/tests/Unit/SqliteTest.php +++ b/tests/Unit/SqliteTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2020 Tony Murray * @author Tony Murray diff --git a/tests/Unit/Util/EnvTest.php b/tests/Unit/Util/EnvTest.php index d6354c9eb2..1fbb51da7e 100644 --- a/tests/Unit/Util/EnvTest.php +++ b/tests/Unit/Util/EnvTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2018 Tony Murray * @author Tony Murray diff --git a/tests/YamlTest.php b/tests/YamlTest.php index 3e2444400e..0cf4917020 100644 --- a/tests/YamlTest.php +++ b/tests/YamlTest.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Neil Lathwood * @author Neil Lathwood diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 3ca7f4a446..6869815977 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://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 0498522b8b..a6d9a36e3a 100644 --- a/tests/mocks/mock.snmp.inc.php +++ b/tests/mocks/mock.snmp.inc.php @@ -17,7 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * @package LibreNMS * @link http://librenms.org * @copyright 2016 Tony Murray * @author Tony Murray