Re: [Nagios-users] SLA reports [SEC=UNCLASSIFIED]

2007-09-03 Thread Andreas Ericsson
[EMAIL PROTECTED] wrote:
> Dear Matthew,
> 
> I am writing to thank you for your letter and say, 
> 
>> Hi there,
>>  
>> I wish (well, have been told to..) to produce SLA type reports of our 
>> IT systems for management. At the moment the requirements are rather 
>> vague...
>>  
>> As we are currently using NDO I am hoping that Jasper Reports may be 
>> used to pull reports directly from the database.
>> Poking around I can find no reference to people having done so.
>>
> 
> I haven't heard of too many people taking the next big leap with Nagios,
> namely, using the NDO infrastructure as the basis of availability
> reporting. OTOH there are some who doing what you are proposing, one at
> least with the NDO outage table.
> 

I'm not surprised. The NDO database scheme is much too complex to easily
write applications for, which is probably why there's still no "The GUI"
designed in one of the big P-languages for it.

> At the moment, my employer has an event handler that stashes outage data
> in a table and some home-brew (Perl/DBI/Spreadsheet::WriteExcel) to
> generate some reports (including SLA reports) (ie this is NOT an NDO
> application. However, obviously this is the way to go and once I get
> enough time and energy, I would like to pursue this).
> 

If you feel as if you're lacking that energy at the moment, send over what
you've got and I'll take a look at it. As of 1 october, we'll be looking
at implementing a gui written in PHP and a reporting engine. We'd prefer
if the reporting engine was to use a database backend rather than the
text-files.

> 
> It may therefore possible that the Nagios core could provide more SLA
> support than it does by only actioning outages that occur within the
> SLA. However, irrespective of future core support, you could acheive
> something like the same result by only running checks for the time
> period corresp to your SLA and therefore you would only get outages
> within the SLA.
> 

Such a solution would rob users of the flexibility of altering SLA-
periods at a later date though. I would vehemently argue against it.

> If on the other hand you want to filter the outages in the NDO tables,
> there is a Nagios::SLA that is used here, but since I have no idea what
> Jasper reports is/does, you may not need this.
> 

(for the list, mainly)
Jasper reports is an oss reporting engine written in java. Its' homepage
is located at www.jasperforge.org.
I have no first-hand experience with it, but the ones I know that do
claim that it works to their satisfaction.

>> Any advice while I am still at the stage of working out what 
>> management want?
> 
> Yep. Write the all singing all dancing Nag availability reporting
> package and earn everlasting fame. For bonus marks, donate it to the
> project (or maintain it).
> 

Preferrably both.

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Distributed config admin tool?

2007-09-03 Thread Nate Campi
I use cfengine, and have it down to where I can setup a new Nagios
instance or setup a failed Nagios instance in minutes.

I have a single Nagios filesystem hierarchy that helps ensure that the
central and distributed services and host definitions are exactly the
same - using symlinks.

$ pwd
/var/cfengine/masterfiles/usr/pkg/nagios/etc
$ ls -l sites/savvis1/hostgroups/
lrwxr-xr-x  1 ncampi cfengine   46 Aug  6 16:26 hostgroups-ftp.cfg -> 
../../../central/hostgroups/hostgroups-ftp.cfg
...

$ ls -l sites/savvis2/services/url/
lrwxr-xr-x  1 ncampi cfengine   42 Aug  7 22:09 query.cfg -> 
../../../../central/services/url/query.cfg

I just make sure that the templates are real files (with different
contents, of course) for the central and distributed Nagios instances.

$ ls -l sites/savvis1/services/templates/generic.cfg 
-r--r-  1 ncampi cfengine 3282 Aug  7 14:45 
sites/savvis1/services/templates/generic.cfg

I use daemontools to start up Nagios using the correct config file, and
each nagios.cfg has the right cfg_dir and cfg_file options to assume the
role that I want for that host.

$ ls -l sites/savvis1/nagios.cfg 
-r--r-  1 ncampi cfengine 31193 Aug  7 23:26 sites/savvis1/nagios.cfg

None of this is original, of course, but along with cfengine it makes it
a breeze to manage. If people really care, I could put up a better
description of how I did it.

On Fri, Aug 31, 2007 at 08:29:18AM +0100, [EMAIL PROTECTED] wrote:
> Yes, I'd second cfengine. Though rsync is a simple quick fix
> 
> 
> 
> From: [EMAIL PROTECTED] on behalf of Bill Omer
> Sent: Thu 30/08/2007 21:11
> To: Rob Brown
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Distributed config admin tool?
> 
> 
> 
> On 8/30/07, Rob Brown <[EMAIL PROTECTED]> wrote:
> > Are there any configuration admin tools out there that are multi-site
> > aware to be able to manage a distributed nagios setup (multiple
> > sites/servers)?
> > I am in the planning stages of expanding from a single pair (failover)
> > to distributed servers and am looking for a tool to help manage the
> > configs.
> > How are you admins with distributed sites managing them?
> 
> 
> You may want to take a look at cfengine.  It's pretty robust, and can
> support much more than just nagios configs.
> 
> -Bill
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
> 
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
> 

-- 
Nate

"If builders built buildings they way computer programmers write
programs, the first woodpecker that came along would have destroyed all
civilization." - Weinberg's Law


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] SLA reports [SEC=UNCLASSIFIED]

2007-09-03 Thread Stanley.Hopcroft
Dear Matthew,

I am writing to thank you for your letter and say, 

> 
> Hi there,
>  
> I wish (well, have been told to..) to produce SLA type reports of our 
> IT systems for management. At the moment the requirements are rather 
> vague...
>  
> As we are currently using NDO I am hoping that Jasper Reports may be 
> used to pull reports directly from the database.
> Poking around I can find no reference to people having done so.
>

I haven't heard of too many people taking the next big leap with Nagios,
namely, using the NDO infrastructure as the basis of availability
reporting. OTOH there are some who doing what you are proposing, one at
least with the NDO outage table.

At the moment, my employer has an event handler that stashes outage data
in a table and some home-brew (Perl/DBI/Spreadsheet::WriteExcel) to
generate some reports (including SLA reports) (ie this is NOT an NDO
application. However, obviously this is the way to go and once I get
enough time and energy, I would like to pursue this).

Doing an SLA report is basically filtering the outage times against the
SLA time period.

Amazingly enough, Nagios already does a lot of this sort of filtering
when it determines on the basis of time-periods whether or not to notify
contacts.

It may therefore possible that the Nagios core could provide more SLA
support than it does by only actioning outages that occur within the
SLA. However, irrespective of future core support, you could acheive
something like the same result by only running checks for the time
period corresp to your SLA and therefore you would only get outages
within the SLA.

If on the other hand you want to filter the outages in the NDO tables,
there is a Nagios::SLA that is used here, but since I have no idea what
Jasper reports is/does, you may not need this.

(if you are interested in Nagios::SLA let me know privately. It is not
published and may not be for quite a while since I am busy trying to
pass 642-901). 
  
> Any advice while I am still at the stage of working out what 
> management want?

Yep. Write the all singing all dancing Nag availability reporting
package and earn everlasting fame. For bonus marks, donate it to the
project (or maintain it).

Yours sincerely.


Classification: UNCLASSIFIED

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Fwd: Problem with availability report

2007-09-03 Thread Andy Shellam (Mailing Lists)
Hi Pablo,

 

Yes, it looks as if your Nagios user does not have permissions to write to 
/var/log/nagios2/archives.

 

Do "chown nagios:adm /var/log/nagios2/archives", then when your logs are 
rotated, you should get the old logs moved inside your archives directory, and 
you'll be able to run historical reports.  

 

What you'll probably find is that currently, the reports are only picking up 
the current day's data (as you only have today's log file.)

 

Andy.

 

 

From: Pablo Daniel Estigarribia Davyt [mailto:[EMAIL PROTECTED] 
Sent: Monday, 03 September, 2007 11:15 pm
To: [EMAIL PROTECTED]
Subject: Re: [Nagios-users] Fwd: Problem with availability report

 

Is possible it happens by file system rights ?

XXXHOST:/etc/nagios2/conf.d# ll /var/log/nagios2/
total 13552
drwxr-xr-x 2 root   root 4096 2007-03-04 20:56 archives
-rw-r--r-- 1 nagios adm  13850632 2007-09-03 19:11 nagios.log

Br,

2007/9/3, Pablo Daniel Estigarribia Davyt <[EMAIL PROTECTED]>:

Hi Andy,
  I opened and it says the current log file is: 
/var/log/nagios2/nagios.log, so I on latest archive and it says the following: 
Error: Could not open log file 
'/var/log/nagios2/archives/nagios-09-03-2007-00.log ' for reading!
  Wen i see inside /var/log/nagios2/archives there are no file inside. 
Do you know how i can fix it?

My /etc/nagios2/nagios.cfg has log_rotation_method=d, but there is only 
/var/log/nagios2/nagios.log on my filesystem. 



Thanks !

2007/9/3, Andy Shellam (Mailing Lists) <   [EMAIL 
PROTECTED]>:

Hi Pablo,

 

What does the report class the "Indeterminate" data as?  (Insufficient data or 
Nagios not running?)

 

If it says "Insufficient data," I'd hazard a guess that your last month's log 
files aren't where Nagios expects them to be, perhaps they've been archived or 
zipped by a log rotation program, but that's just a guess.

 

If you browse to your "Event Log" in Nagios, near the the top, it should say 
"File:" and the path to a file.  That's the current log file.  Look in that 
file's directory on your system and see if there are any other files with last 
month's dates in.

 

Andy.

 

From: [EMAIL PROTECTED] [mailto:   [EMAIL PROTECTED] 
On Behalf Of Pablo Daniel Estigarribia Davyt
Sent: Monday, 03 September, 2007 1:52 pm
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Fwd: Problem with availability report

 

I re send it because the confirmation of my register arrives after I sent the 
email

-- Forwarded message --
From: Pablo Daniel Estigarribia Davyt <[EMAIL PROTECTED]>
Date: 03-sep-2007 8:57
Subject: Problem with availability report
To: nagios-users@lists.sourceforge.net 

Hi all,
I have installed nagios on Debian, I have 2 installation and I have the 
same problem on both: 
*When I try to take a report from the last month every host appears with 
undetermined state to %100, but if I try to take a report of this month 
everything works well. 

Do you know something about this?, I searched on google but I don't know how I 
can fix it.

Br,

-- 
Pablo Estigarribia.
counter.li.org : 392716 

-- 
Pablo Estigarribia.

counter.li.org : 392716 




-- 
Pablo Estigarribia.
counter.li.org : 392716 




-- 
Pablo Estigarribia.
counter.li.org : 392716 !DSPAM:37,46dc875f107508896821081! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Fwd: Problem with availability report

2007-09-03 Thread Andy Shellam (Mailing Lists)
Hi Pablo,

 

What does the report class the "Indeterminate" data as?  (Insufficient data or 
Nagios not running?)

 

If it says "Insufficient data," I'd hazard a guess that your last month's log 
files aren't where Nagios expects them to be, perhaps they've been archived or 
zipped by a log rotation program, but that's just a guess.

 

If you browse to your "Event Log" in Nagios, near the the top, it should say 
"File:" and the path to a file.  That's the current log file.  Look in that 
file's directory on your system and see if there are any other files with last 
month's dates in.

 

Andy.

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Daniel 
Estigarribia Davyt
Sent: Monday, 03 September, 2007 1:52 pm
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Fwd: Problem with availability report

 

I re send it because the confirmation of my register arrives after I sent the 
email

-- Forwarded message --
From: Pablo Daniel Estigarribia Davyt <[EMAIL PROTECTED]>
Date: 03-sep-2007 8:57
Subject: Problem with availability report
To: nagios-users@lists.sourceforge.net 

Hi all,
I have installed nagios on Debian, I have 2 installation and I have the 
same problem on both: 
*When I try to take a report from the last month every host appears with 
undetermined state to %100, but if I try to take a report of this month 
everything works well. 

Do you know something about this?, I searched on google but I don't know how I 
can fix it.

Br,

-- 
Pablo Estigarribia.
counter.li.org : 392716 

-- 
Pablo Estigarribia.
counter.li.org : 392716 !DSPAM:37,46dc422e107501718520730! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Nagio & TEC

2007-09-03 Thread Arno Lehmann
Hi,

03.09.2007 15:10,, Fabio Iovine wrote::
> hi all,
> 
> I need to forward Nagios alarm events to TEC (Tivoli Enterprise Monitor).
> 
> For this reason I wrote a couple of shell-scripts to handle Nagios
> servicestate and change them in TEC suitable severity codes.
> 
> Then I try to forward these event to TEC by using a Tivoli command but
> I have problems with SERVICEOUTPUT/HOSTOUTPUT which are truncated.
> 
> let's make some fixed points; these are the twho commands I defined in
> my commands.cfg file:
> 
> # 'service-notify-by-postemsg' command definition
> 
> define command{
> 
> command_name service-notify-by-postemsg
> 
> command_line $USER3$/service-nagios-postemsg.sh `$DATE$` `$TIME$` `$HO

You should change these quotes to something more useful, like ' or " 
and make sure any special characters you pass are correctly quoted (or 
handled by your script correctly). IIRC, Nagios calls the commands you 
define using /bin/sh, and that might understand unexpected things...

> STNAME$` `$SERVICESTATE$` `$SERVICEOUTPUT$`
> 
> }
> 
> # 'host-notify-by-postemsg' command definition
> 
> define command{
> 
> command_name host-notify-by-postemsg
> 
> command_line $USER3$/host-nagios-postemsg.sh $DATE$ $TIME$ $HOSTNAME$

Also, put qoutes around the variables. As long as you forbid any 
potentilly insecure characters in Nagios' configuration (the default, 
IIRC), " should work fine.

> $HOSTSTATE$ $HOSTOUTPUT$
> 
> }
> 
> the two files have the following inside them:
> 
> date=$1

Again, qouting...

...


> what really happen to me is that the $hostoutput wich should contain
> the $HOSTOUTPUT$ text is truncated right after the first word, for
> istance:
> 
> $HOSTOUTPUT$ = JMX ATTRIBUTE CRITICAL -
> jboss.j2ee:jndiName=ejb/GameTransactionSystem,service=EJB-StateString:
> 
> become $hostoutput = JMX
> 
> do you have any idea?

Sure. Quoting.
To verify this, try to enter the line you give above into the shell... 
you'll get something else than only a variable assignment.

Arno

> thanx in advance,
> 
> Fabio
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
> any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Fwd: Problem with availability report

2007-09-03 Thread Pablo Daniel Estigarribia Davyt
I re send it because the confirmation of my register arrives after I sent
the email

-- Forwarded message --
From: Pablo Daniel Estigarribia Davyt <[EMAIL PROTECTED]>
Date: 03-sep-2007 8:57
Subject: Problem with availability report
To: nagios-users@lists.sourceforge.net

Hi all,
I have installed nagios on Debian, I have 2 installation and I have the
same problem on both:
*When I try to take a report from the last month every host appears with
undetermined state to %100, but if I try to take a report of this month
everything works well.

Do you know something about this?, I searched on google but I don't know how
I can fix it.

Br,

-- 
Pablo Estigarribia.
counter.li.org : 392716

-- 
Pablo Estigarribia.
counter.li.org : 392716
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Nagio & TEC

2007-09-03 Thread Fabio Iovine
hi all,

I need to forward Nagios alarm events to TEC (Tivoli Enterprise Monitor).

For this reason I wrote a couple of shell-scripts to handle Nagios
servicestate and change them in TEC suitable severity codes.

Then I try to forward these event to TEC by using a Tivoli command but
I have problems with SERVICEOUTPUT/HOSTOUTPUT which are truncated.

let's make some fixed points; these are the twho commands I defined in
my commands.cfg file:

# 'service-notify-by-postemsg' command definition

define command{

command_name service-notify-by-postemsg

command_line $USER3$/service-nagios-postemsg.sh `$DATE$` `$TIME$` `$HO

STNAME$` `$SERVICESTATE$` `$SERVICEOUTPUT$`

}

# 'host-notify-by-postemsg' command definition

define command{

command_name host-notify-by-postemsg

command_line $USER3$/host-nagios-postemsg.sh $DATE$ $TIME$ $HOSTNAME$

$HOSTSTATE$ $HOSTOUTPUT$

}

the two files have the following inside them:

date=$1

time=$2

hostname=$3

servicestate=$4

serviceoutput=$5

postemsg -f $post_conf_file -r $severity -m "$date : $time :
$serviceoutput" hostname=$hostname Nagios NAGIOS

---

date=$1

time=$2

hostname=$3

hoststate=$4

hostoutput=$5

postemsg -f $post_conf_file -r $severity -m "$date : $time :
$hostoutput" hostname=$hostname Nagios NAGIOS

for those who are notfamiliar with Tivoli, the "-m" is the message flag;

what really happen to me is that the $hostoutput wich should contain
the $HOSTOUTPUT$ text is truncated right after the first word, for
istance:

$HOSTOUTPUT$ = JMX ATTRIBUTE CRITICAL -
jboss.j2ee:jndiName=ejb/GameTransactionSystem,service=EJB-StateString:

become $hostoutput = JMX

do you have any idea?

thanx in advance,

Fabio

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Modbus/TCP??

2007-09-03 Thread Andreas Ericsson

Stephen H. Dawson wrote:

Good Morning,


Love Nagios!

I am following this Nagios/MODBUS thread with anxious anticipation.  I have
some long term efforts that would very much benefit from the marriage of
these 2 technologies.  Is anyone close to posting come code, or some links
to some code?



I found the code we wrote some time back. I have no idea what state it's in
atm, but it might even work ;-)

Volunteers to continue development are ofcourse welcome.

--
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231


adam.tar.gz
Description: GNU Zip compressed data
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Problem with availability report

2007-09-03 Thread Pablo Daniel Estigarribia Davyt
Hi all,
I have installed nagios on Debian, I have 2 installation and I have the
same problem on both:
*When I try to take a report from the last month every host appears with
undetermined state to %100, but if I try to take a report of this month
everything works well.

Do you know something about this?, I searched on google but I don't know how
I can fix it.

Br,

-- 
Pablo Estigarribia.
counter.li.org : 392716
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] SLA reports from nagios

2007-09-03 Thread Hollick Matthew - ICT Systems
Hi there,
 
I wish (well, have been told to..) to produce SLA type reports of our IT
systems for management. At the moment the requirements are rather
vague...
 
As we are currently using NDO I am hoping that Jasper Reports may be
used to pull reports directly from the database. Poking around I can
find no reference to people having done so.
 
Any advice while I am still at the stage of working out what management
want?
 
 
Cheers,
 
Matthew.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] test...

2007-09-03 Thread Fabio Iovine
test mail, don't waste time to reply.

Fabio

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to issue service check through externalcommand

2007-09-03 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Navdeep Sidhu
> Sent: Monday, September 03, 2007 8:48 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] how to issue service check through
> externalcommand
> 
> Hi
> 
> After making the changes, I have restarted nagios as well webserver
but
> still no success.
> 

If you're submitting the command via the nagios cgis then either you've
missed a step in the documentation and your web server isn't running as
group nagiocmd or there is a directory higher than rw that is not
allowing that group access. Your web server error_log might provide more
insight as well as the output of the following command --
echo "PID  Running As   Friendly Name"; ps -eo pid,user,fname | grep
http; echo -en "\ngroup: "; grep nagiocmd /etc/group

If you're submitting the command via an external script then that script
isn't running as user nagios or group nagiocmd, or there is a directory
higher than rw that is not allowing that group access.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to issue service check through external command

2007-09-03 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Navdeep Sidhu
> Sent: Monday, September 03, 2007 4:56 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] how to issue service check through external
> command
> 
> Hi Guys
> 
> I'm trying to issue certain service checks through external commands
but
> getting an error "could not open command file nagios.cmd for update"


This has already been addressed by previous responses.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, September 02, 2007 12:59 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Nagios-users Digest, Vol 16, Issue 1
> 

~840 lines of irrelevant digest removed. Please don't quote an entire
digest just to create a new topic. Now next weeks digest will contain
your post with all of the previous weeks digest making it very large and
difficult to read.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] how to issue service check through external command

2007-09-03 Thread Navdeep Sidhu
Hi

After making the changes, I have restarted nagios as well webserver but
still no success.

Regards
Navdeep Singh Sidhu


-Original Message-
From: Gerd Mueller [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 03, 2007 7:13 PM
To: Navdeep Sidhu
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] how to issue service check through
externalcommand

Hi,

Did you restart nagios and the webserver?

Cheers,

Gerd

Am Montag, den 03.09.2007, 15:25 +0530 schrieb Navdeep Sidhu:
> Hi Guys
> 
> I'm trying to issue certain service checks through external commands
but
> getting an error "could not open command file nagios.cmd for update"
> 
> I went through Nagios FAQ & Google but didn't find the way out.
> 
> I have setup the permissions according to the recommendations &
external
> command check option is enabled in nagios configuration file also.
> 
>  drwxrwsr-x  2 nagios nagiocmd   4096 Sep  3 14:15 rw
>  prw-rw   1 nagios nagiocmd   0   Sep  3 14:15 nagios.cmd
> 
> Pl help in this regard.
> 
> Thanks in advance
> 
> Regards
> Navdeep Singh Sidhu
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, September 02, 2007 12:59 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Nagios-users Digest, Vol 16, Issue 1
> 
> Send Nagios-users mailing list submissions to
>   nagios-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/nagios-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nagios-users digest..."
> 
> 
> Today's Topics:
> 
>1. from address (David Walgamotte)
>2. How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Sean Schertell)
>3. check_dns works fine for half my servers,   fails for other
>   half (Sean Schertell)
>4. Re: How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Jeremy C. Reed)
>5. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>6. Re: How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Sean Schertell)
>7. Re: check_dns works fine for half my servers,   fails for other
>   half (Sean Schertell)
>8. Re :RE: Re :RE:  Configuring Web Interface (manoj  kumar)
>9. Re: nagios server inside vmware (Nagios)
>   10. Re: check_dns works fine for half my servers, fails for other
>   half (Andreas Ericsson)
>   11. Re: check_dns works fine for half my servers,   fails for other
>   half (S. William Schulz)
>   12. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>   13. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>   14. check_snmp and disk monitring (Melanie Pfefer)
> 
> 
> --
> 
> Message: 1
> Date: Fri, 31 Aug 2007 15:03:00 -0500
> From: "David Walgamotte" <[EMAIL PROTECTED]>
> Subject: [Nagios-users] from address
> To: Nagios-users@lists.sourceforge.net
> Message-ID:
>   <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I need to change the from address. Mail server will not accept an
> invalid
> user account from same domain. I need to change MAIL FROM: < address>
on
> acks from nagios. please help. tried adding stuff to mailrc no luck.
> 
> -- 
> Thank You, Regards,
> David
> -- next part --
> An HTML attachment was scrubbed...
> 
> --
> 
> Message: 2
> Date: Fri, 31 Aug 2007 15:55:47 -0700
> From: Sean Schertell <[EMAIL PROTECTED]>
> Subject: [Nagios-users] How to auto-start NRPE daemon on reboot
>   (FreeBSD) ?
> To: Nagios-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> Hi Guys,
> 
> I've got a spiffy new rc.d script that works great for starting/ 
> stopping the nrpe daemon. But simply adding nrpe_enable="yes" to my / 
> etc/rc.conf doesn't seem to do the trick.
> 
> Does anyone know how I can tell FreeBSD to fire off the "/usr/local/ 
> etc/rc.d/nrpe start" command at boot time?
> 
> In case anyone's interested, here's my script:
> 
> 
> 
> 
> #!/bin/sh
> #
> # Startup script for NRPE
> #
> 
> # Source function library.
> . /usr/local/etc/rc.d/functions
> 
> BIN=/usr/local/nagios/bin/nrpe
> CONFIG=/usr/local/nagios/etc/nrpe.cfg
> LOCK=/var/spool/lock/nrpe
> 
> RETVAL=0;
> 
> # See how we were called.
> case "$1" in
>start)
>  echo -n "Starting NRPE daemon: "
>  daemon $BIN -c $CONFIG -d
>  RETVAL=$?
>  if [ $RETVAL = 0 ] && touch $LOCK
>  then
>  echo -e "\t

Re: [Nagios-users] how to issue service check through external command

2007-09-03 Thread Gerd Mueller
Hi,

Did you restart nagios and the webserver?

Cheers,

Gerd

Am Montag, den 03.09.2007, 15:25 +0530 schrieb Navdeep Sidhu:
> Hi Guys
> 
> I'm trying to issue certain service checks through external commands but
> getting an error "could not open command file nagios.cmd for update"
> 
> I went through Nagios FAQ & Google but didn't find the way out.
> 
> I have setup the permissions according to the recommendations & external
> command check option is enabled in nagios configuration file also.
> 
>  drwxrwsr-x  2 nagios nagiocmd   4096 Sep  3 14:15 rw
>  prw-rw   1 nagios nagiocmd   0   Sep  3 14:15 nagios.cmd
> 
> Pl help in this regard.
> 
> Thanks in advance
> 
> Regards
> Navdeep Singh Sidhu
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, September 02, 2007 12:59 AM
> To: nagios-users@lists.sourceforge.net
> Subject: Nagios-users Digest, Vol 16, Issue 1
> 
> Send Nagios-users mailing list submissions to
>   nagios-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/nagios-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Nagios-users digest..."
> 
> 
> Today's Topics:
> 
>1. from address (David Walgamotte)
>2. How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Sean Schertell)
>3. check_dns works fine for half my servers,   fails for other
>   half (Sean Schertell)
>4. Re: How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Jeremy C. Reed)
>5. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>6. Re: How to auto-start NRPE daemon on reboot (FreeBSD) ?
>   (Sean Schertell)
>7. Re: check_dns works fine for half my servers,   fails for other
>   half (Sean Schertell)
>8. Re :RE: Re :RE:  Configuring Web Interface (manoj  kumar)
>9. Re: nagios server inside vmware (Nagios)
>   10. Re: check_dns works fine for half my servers, fails for other
>   half (Andreas Ericsson)
>   11. Re: check_dns works fine for half my servers,   fails for other
>   half (S. William Schulz)
>   12. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>   13. Re: check_dns works fine for half my servers,   fails for other
>   half (Marc Powell)
>   14. check_snmp and disk monitring (Melanie Pfefer)
> 
> 
> --
> 
> Message: 1
> Date: Fri, 31 Aug 2007 15:03:00 -0500
> From: "David Walgamotte" <[EMAIL PROTECTED]>
> Subject: [Nagios-users] from address
> To: Nagios-users@lists.sourceforge.net
> Message-ID:
>   <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I need to change the from address. Mail server will not accept an
> invalid
> user account from same domain. I need to change MAIL FROM: < address> on
> acks from nagios. please help. tried adding stuff to mailrc no luck.
> 
> -- 
> Thank You, Regards,
> David
> -- next part --
> An HTML attachment was scrubbed...
> 
> --
> 
> Message: 2
> Date: Fri, 31 Aug 2007 15:55:47 -0700
> From: Sean Schertell <[EMAIL PROTECTED]>
> Subject: [Nagios-users] How to auto-start NRPE daemon on reboot
>   (FreeBSD) ?
> To: Nagios-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> Hi Guys,
> 
> I've got a spiffy new rc.d script that works great for starting/ 
> stopping the nrpe daemon. But simply adding nrpe_enable="yes" to my / 
> etc/rc.conf doesn't seem to do the trick.
> 
> Does anyone know how I can tell FreeBSD to fire off the "/usr/local/ 
> etc/rc.d/nrpe start" command at boot time?
> 
> In case anyone's interested, here's my script:
> 
> 
> 
> 
> #!/bin/sh
> #
> # Startup script for NRPE
> #
> 
> # Source function library.
> . /usr/local/etc/rc.d/functions
> 
> BIN=/usr/local/nagios/bin/nrpe
> CONFIG=/usr/local/nagios/etc/nrpe.cfg
> LOCK=/var/spool/lock/nrpe
> 
> RETVAL=0;
> 
> # See how we were called.
> case "$1" in
>start)
>  echo -n "Starting NRPE daemon: "
>  daemon $BIN -c $CONFIG -d
>  RETVAL=$?
>  if [ $RETVAL = 0 ] && touch $LOCK
>  then
>  echo -e "\t\t[ OK ]";
>  else
>  echo -e "\t\t[ FAILED ]";
>  fi
>  ;;
>stop)
>  echo -n "Stopping NRPE daemon: "
>  kill `cat /var/run/nrpe.pid` && rm -f /var/run/nrpe.pid
>  RETVAL=$?
>  if [ $RETVAL = 0 ] && rm -f $LOCK
>  then
>  echo -e "\t\t[ OK ]";
>  else
>  

Re: [Nagios-users] bug in a configuration files parsing logic?

2007-09-03 Thread Andreas Ericsson
Danila wrote:
> Hi there!
> 
> I have 2 hosts: 1489 and 14894_2108 (14894_2108 is a member of 14894
> group). They both has their own host ext infos. If
> they do have these names, nagios -v tells this:
> 
> 
> Reading configuration data...
> 
> Error: Could not add duplicate hostextinfo entry for host '14894_2108'.
> Error: Could not allocate memory for hostextinfo list to add extended info 
> for host '14894_2108'.
> Segmentation fault
> 
> 
> If I change the names to such: u1489 and 14894_2108, seg fault
> disapperses. It looks like Nagios has somewhere "like" operator,
> not "=". And because of this bug, my network schema in Nagios has to be
> modified. that's bad...
> 

There are no 'like' operators in C.
It's possible that your host names cause a hash-collision. If the code doing
the actual comparison later on does

strncmp(hst->name, hext->host_name, strlen(hext->host_name));

you would get this error.

> Has anyone already found this bug? Is there any patches to solve it?
> 

No, otherwise it would have been in the CVS code already, and most likely
in a tarball release too.

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] how to issue service check through external command

2007-09-03 Thread Navdeep Sidhu
Hi Guys

I'm trying to issue certain service checks through external commands but
getting an error "could not open command file nagios.cmd for update"

I went through Nagios FAQ & Google but didn't find the way out.

I have setup the permissions according to the recommendations & external
command check option is enabled in nagios configuration file also.

 drwxrwsr-x  2 nagios nagiocmd   4096 Sep  3 14:15 rw
 prw-rw   1 nagios nagiocmd   0   Sep  3 14:15 nagios.cmd

Pl help in this regard.

Thanks in advance

Regards
Navdeep Singh Sidhu

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, September 02, 2007 12:59 AM
To: nagios-users@lists.sourceforge.net
Subject: Nagios-users Digest, Vol 16, Issue 1

Send Nagios-users mailing list submissions to
nagios-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/nagios-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Nagios-users digest..."


Today's Topics:

   1. from address (David Walgamotte)
   2. How to auto-start NRPE daemon on reboot (FreeBSD) ?
  (Sean Schertell)
   3. check_dns works fine for half my servers, fails for other
  half (Sean Schertell)
   4. Re: How to auto-start NRPE daemon on reboot (FreeBSD) ?
  (Jeremy C. Reed)
   5. Re: check_dns works fine for half my servers, fails for other
  half (Marc Powell)
   6. Re: How to auto-start NRPE daemon on reboot   (FreeBSD) ?
  (Sean Schertell)
   7. Re: check_dns works fine for half my servers, fails for other
  half (Sean Schertell)
   8. Re :RE: Re :RE:  Configuring Web Interface (manoj  kumar)
   9. Re: nagios server inside vmware (Nagios)
  10. Re: check_dns works fine for half my servers, fails for other
  half (Andreas Ericsson)
  11. Re: check_dns works fine for half my servers, fails for other
  half (S. William Schulz)
  12. Re: check_dns works fine for half my servers, fails for other
  half (Marc Powell)
  13. Re: check_dns works fine for half my servers, fails for other
  half (Marc Powell)
  14. check_snmp and disk monitring (Melanie Pfefer)


--

Message: 1
Date: Fri, 31 Aug 2007 15:03:00 -0500
From: "David Walgamotte" <[EMAIL PROTECTED]>
Subject: [Nagios-users] from address
To: Nagios-users@lists.sourceforge.net
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

I need to change the from address. Mail server will not accept an
invalid
user account from same domain. I need to change MAIL FROM: < address> on
acks from nagios. please help. tried adding stuff to mailrc no luck.

-- 
Thank You, Regards,
David
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Fri, 31 Aug 2007 15:55:47 -0700
From: Sean Schertell <[EMAIL PROTECTED]>
Subject: [Nagios-users] How to auto-start NRPE daemon on reboot
(FreeBSD) ?
To: Nagios-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

Hi Guys,

I've got a spiffy new rc.d script that works great for starting/ 
stopping the nrpe daemon. But simply adding nrpe_enable="yes" to my / 
etc/rc.conf doesn't seem to do the trick.

Does anyone know how I can tell FreeBSD to fire off the "/usr/local/ 
etc/rc.d/nrpe start" command at boot time?

In case anyone's interested, here's my script:




#!/bin/sh
#
# Startup script for NRPE
#

# Source function library.
. /usr/local/etc/rc.d/functions

BIN=/usr/local/nagios/bin/nrpe
CONFIG=/usr/local/nagios/etc/nrpe.cfg
LOCK=/var/spool/lock/nrpe

RETVAL=0;

# See how we were called.
case "$1" in
   start)
 echo -n "Starting NRPE daemon: "
 daemon $BIN -c $CONFIG -d
 RETVAL=$?
 if [ $RETVAL = 0 ] && touch $LOCK
 then
 echo -e "\t\t[ OK ]";
 else
 echo -e "\t\t[ FAILED ]";
 fi
 ;;
   stop)
 echo -n "Stopping NRPE daemon: "
 kill `cat /var/run/nrpe.pid` && rm -f /var/run/nrpe.pid
 RETVAL=$?
 if [ $RETVAL = 0 ] && rm -f $LOCK
 then
 echo -e "\t\t[ OK ]";
 else
 echo -e "\t\t[ FAILED ]";
 fi

 ;;
   status)
 status nrpe
 ;;
   restart)
 $0 stop
 sleep 1
 $0 start
 ;;
   *)
 echo "Usage: $0 {start|stop|restart|status}"
 exit 1
esac

exit $RETVAL





  DataFly.Net  
Complete Web Services
http://www.datafly.net




--

Message: 3
Date: Fri, 31 Aug 2007 1

[Nagios-users] bug in a configuration files parsing logic?

2007-09-03 Thread Danila
Hi there!

I have 2 hosts: 1489 and 14894_2108 (14894_2108 is a member of 14894
group). They both has their own host ext infos. If
they do have these names, nagios -v tells this:


Reading configuration data...

Error: Could not add duplicate hostextinfo entry for host '14894_2108'.
Error: Could not allocate memory for hostextinfo list to add extended info for 
host '14894_2108'.
Segmentation fault


If I change the names to such: u1489 and 14894_2108, seg fault
disapperses. It looks like Nagios has somewhere "like" operator,
not "=". And because of this bug, my network schema in Nagios has to be
modified. that's bad...

Has anyone already found this bug? Is there any patches to solve it?


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null