diff options
Diffstat (limited to 'net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios')
| -rw-r--r-- | net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios b/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios deleted file mode 100644 index 71eaaaaa8be9..000000000000 --- a/net-mgmt/pdagent-integrations/files/patch-bin_pd-nagios +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/pd-nagios.orig 2017-10-05 18:21:38 UTC -+++ bin/pd-nagios -@@ -101,7 +101,7 @@ class NagiosEvent: - if not NagiosEvent.REQUIRED_FIELDS[self._notification_type].issubset(self._details.keys()): - msg = "Missing fields for type '{0}'. {1} required".format( - self._notification_type, -- ", ".join(self._required_fields()) -+ ", ".join(NagiosEvent.REQUIRED_FIELDS[self._notification_type]) - ) - raise ValueError(msg) - |
