Skip Menu |

This queue is for tickets about the Nagios-Object CPAN distribution.

Report information
The Basics
Id: 49411
Status: resolved
Priority: 0/
Queue: Nagios-Object

People
Owner: duncan_j_ferguson [...] yahoo.co.uk
Requestors: RSN [...] cpan.org
sgran [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.21.7
Fixed in: 0.21.8



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 => {
the change was made by Stephen Gran btw.
Patch applied, thanks. Pushing out 0.21.8 now.