-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/02/09 03:35 PM, shadih rahman wrote:
>
> I am trying to parse nagios log using Nagios::StatusLog perl module. I
> am getting error while trying to parse. I am using nagios version
> 3.0.6. Any help will be much apreciated. Thanks
Please to
I am trying to parse nagios log using Nagios::StatusLog perl module. I am
getting error while trying to parse. I am using nagios version 3.0.6. Any
help will be much apreciated. Thanks
#!/usr/bin/perl
use strict;
use Nagios::StatusLog;
my $host='localhost';
my $log = Nagios::StatusLog->ne