Search found 2 matches

by kunus
Mon Jun 24, 2013 4:59 am
Forum: Open Source Nagios Projects
Topic: How to print out Nagios Service UP Time Percentage?
Replies: 3
Views: 1443

Re: How to print out Nagios Service UP Time Percentage?

Hi again and Thank you. Yes I'm trying to generate another service report. and I'm looking for someway to retrieve a service uptime. any ideas?
by kunus
Fri Jan 11, 2013 10:56 am
Forum: Open Source Nagios Projects
Topic: How to print out Nagios Service UP Time Percentage?
Replies: 3
Views: 1443

How to print out Nagios Service UP Time Percentage?

Hi, How to print out Nagios Service UP Time Percentage from Nagios-Report Perl Module? I can print out Host UP Time percentage from Nagios-Report Perl Module with following code: #!/usr/bin/perl use strict ; use Nagios::Report ; my $x = Nagios::Report->new(q<local_cgi localhost nagiosadmin>) or die ...