Re: [Nagios-users] Syslog - Nagios?

2006-03-01 Thread James Turnbull
Mike Koponick wrote: I would like to send Syslog information from a remote Nagios sensor to the Central Server via NSCA, since it’s already in place. I’m trying to see if there is a feasible way to parse out the information I need, using something like SWATCH and send it to the Central Serv

[Nagios-users] Syslog - Nagios?

2006-03-01 Thread Mike Koponick
I would like to send Syslog information from a remote Nagios sensor to the Central Server via NSCA, since it’s already in place.   I’m trying to see if there is a feasible way to parse out the information I need, using something like SWATCH and send it to the Central Server, who should be

RE: [Nagios-users] Need help with service failure recheck interval

2006-03-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 3:02 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Need help with service failure recheck interval > > > Usin

Re: [Nagios-users] Can templates be cascaded together?

2006-03-01 Thread Jim Perrin
> > Why would I want to use such an arrangement? Simple: the "blah" service > defines > generic values I want for ALL service checks (enable_notifications, etc...). > The "info" service defines generic values for each check type - check_ping for > example (check_command, service description, etc.

RE: [Nagios-users] Can templates be cascaded together?

2006-03-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Ron Gage > Sent: Wednesday, March 01, 2006 3:52 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Can templates be cascaded together? > > Can we cascade a template as

[Nagios-users] Can templates be cascaded together?

2006-03-01 Thread Ron Gage
Can we cascade a template as in the following: define service{ name blah ... register 0 } define service{ name info use blah ... register 0 } define service{ name checkit use info ... } Why would I want to use such an arrangement? Simple: the "

[Nagios-users] Fruity 1.0 Release Candidate 1 Is Out!

2006-03-01 Thread Taylor Dondich
Fruity, your favorite Nagios Configuration tool is in release candidate stage. At this point, a LOT of bugfixes have gone into this release. You can take a look at the bugfix list at the sourceforge page for more information regarding this releaes. Go download it today at: http://fruity.sf.net

[Nagios-users] Need help with service failure recheck interval

2006-03-01 Thread prosolutions
Using nagios 2.0b3 and have the following host and related service defined: define host{ usevip.template host_name ProdSystem alias Prod hostgroups Production check_command check-du

[Nagios-users] Passive Service Notifications

2006-03-01 Thread Scott, Casey
I am attempting to configure Nagios to work with SNMP traps. As of now, I can write events to the Nagios external command file (/var/log/nagios/rw/nagio.cmd). Nagios notices these events, and logs them to the nagios.log. e.g. /var/log/nagios/rw/nagios.log contains: [1141242013] EXTERNAL COMMAND:

Re: [Nagios-users] retry_check_interval issue/confusion

2006-03-01 Thread prosolutions
> > > > retry_check_interval: This directive is used to define the number of > > "time units" to wait before scheduling a re-check of the service. > > Services are rescheduled at the retry interval when the have changed Thanks for clarifing this for me. I think the wording above is a bit

[Nagios-users] retry_check_interval issue/confusion

2006-03-01 Thread prosolutions
In http://nagios.sourceforge.net/docs/2_0/xodtemplate.html it states: retry_check_interval: This directive is used to define the number of "time units" to wait before scheduling a re-check of the service. Services are rescheduled at the retry interval when the have changed to a non-OK state. On

RE: [Nagios-users] retry_check_interval issue/confusion

2006-03-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 1:14 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] retry_check_interval issue/confusion > > > In http://nagio

[Nagios-users] "check_http --ssl" problem

2006-03-01 Thread Emmett Hogan
Hi Folks, I am having a very strange problem. I am moving nagios to a new server and updating to V2.0 (from V2.0b1), at the same time upgrading from nagios-plugins-1.4beta to nagios-plugins-1.4.2. The big difference, and I think the source of my problem, is that I am going from Debian Linux to R

Re: [Nagios-users] Configuring nagios to monitor remote host through snmp

2006-03-01 Thread Mrutyunjaya Dash
Hi Marc, First of all thank you very much for replipying and providing certain information. I have still doubt what exactly I have to do on the monitored host side for snmp and on nagios server side. If you could explain me little elaboratly, I would really appreciate it. Regards, Dash --

RE: [Nagios-users] Configuring nagios to monitor remote host through snmp

2006-03-01 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mrutyunjaya Dash > Sent: Wednesday, March 01, 2006 9:45 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Configuring nagios to monitor remote host through > snmp > >

[Nagios-users] Configuring nagios to monitor remote host through snmp

2006-03-01 Thread Mrutyunjaya Dash
Title: Configuring nagios to monitor remote host through snmp Hi Friends, Any body has configured nagios to monitor remote host through snmp. In my environment, I have certain number of servers on which I cannot install any plugins on it. But at the same time I have the requirement monito

Re: [Nagios-users] Nagiosgraph problem

2006-03-01 Thread Alberto
I get rrd files generated setting this command with perl path define command{    command_name process-service-perfdata    command_line /usr/bin/perl /usr/share/nagios/nagiosgraph/insert.pl } now I get the bluescreen from showcgi but with empty images. On 3/1/06, Alberto

Re: [Nagios-users] Nagiosgraph problem

2006-03-01 Thread Alberto
if I define  command in this way define command{    command_name process-service-perfdata    command_line /usr/share/nagios/nagiosgraph/insert.pl "$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$"    command_line echo -e "$LASTSERVICECH