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
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
> -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
>
> 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.
> -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
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 "
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
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
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:
> >
> > 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
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
> -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
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
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
--
> -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
>
>
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
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
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
18 matches
Mail list logo