summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
committerDan Langille <dvl@FreeBSD.org>2020-07-20 21:35:34 +0000
commitaab2a6b0ce2ffabad72ec7d9d5aaa2ea51432d4a (patch)
tree071c72a56c25846b085df708eef9e482fa676d29 /net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
parentmath/cocoalib: fix build on GCC architectures (diff)
Update to 1.65.1
This upgrade disables polling via cronjob. You must now use the Dispatcher. See UPDATING
Diffstat (limited to 'net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php')
-rw-r--r--net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php b/net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
index 259c60966eb5..937a3e9af87a 100644
--- a/net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
+++ b/net-mgmt/librenms/files/patch-LibreNMS_Validations_Programs.php
@@ -1,10 +1,10 @@
---- LibreNMS/Validations/Programs.php.orig 2020-04-28 03:52:42 UTC
+--- LibreNMS/Validations/Programs.php.orig 2020-07-10 19:56:16 UTC
+++ LibreNMS/Validations/Programs.php
-@@ -74,6 +74,7 @@ class Programs extends BaseValidation
- return;
- }
+@@ -96,6 +96,7 @@ class Programs extends BaseValidation
+ private function failFping($validator, $cmd, $output)
+ {
+ $validator->warn("fping FAILURES can be ignored if running LibreNMS in a jail without ::1. You may want to test it manually: fping ::1");
$validator->fail(
- "$bin could not be executed. $bin must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.\n ($output)"
+ "$cmd could not be executed. $cmd must have CAP_NET_RAW capability (getcap) or suid. Selinux exclusions may be required.\n ($output)"
);