Subject: | patch to add missing methods |
this patch was added in the Debian package.
Subject: | missing_methods.patch |
Another missing option.
Index: libnagios-object-perl/lib/Nagios/Object.pm
===================================================================
--- libnagios-object-perl.orig/lib/Nagios/Object.pm 2009-08-31 03:42:36.000000000 +0100
+++ libnagios-object-perl/lib/Nagios/Object.pm 2009-08-31 03:53:27.000000000 +0100
@@ -71,6 +71,7 @@
Service => {
use => [ 'Nagios::Service', 10 ],
service_description => [ 'STRING', 10 ],
+ display_name => ['STRING', 280]
host_name => [ ['Nagios::Host'], 10 ],
servicegroups => [ ['Nagios::ServiceGroup'], 280 ],
hostgroup_name => [ ['Nagios::HostGroup'], 256 ],
@@ -293,6 +294,7 @@
notification_interval => [ 'INTEGER', 280 ],
name => [ 'host_name', 280 ],
comment => [ 'comment', 280 ],
+ escalation_options => [[qw(d u r)], 280 ],
file => [ 'filename', 280 ]
},
HostDependency => {