How to define remote passive check commands inNagios cfg file.
Demetri Mouratis
dmourati at cm.math.uiuc.edu
Fri Mar 11 20:34:43 CET 2005
Yea, service-is-stale is right out of the docs for distributed monitoring.
So I have:
define command{
command_name service-is-stale
command_line $USER1$/staleservice.sh
}
#!/bin/sh
/bin/echo "CRITICAL: Service results are stale! Distributed Nagios is
DOWN!"
exit 2
On Fri, 11 Mar 2005, Braun Brelin wrote:
> So...when you define check_command as'service-is-stale', is that some sort
> of reserved keyword? Otherwise, how is 'service-is-stale' defined in the
> checkcommand.cfg?
>
> Thanks,
>
> Braun Brelin
> OpenApp
>
>
> > Sure.
> >
> > define service{
> > name trvr-service
> > active_checks_enabled 0
> > passive_checks_enabled 1
> > check_command service-is-stale
> > max_check_attempts 5
> > normal_check_interval 5
> > retry_check_interval 1
> > check_period none
> > notification_interval 0
> > notification_period 24x7
> > notification_options w,u,c,r
> > contact_groups trvr-contactgroup
> > register 0
> > }
> >
> > # DISK
> > # arg1 warning percentage free
> > # arg2 critical percentage free
> > define service{
> > use trvr-service
> > service_description DISK
> > hostgroup_name trvr-local
> > }
> >
> > On Fri, 11 Mar 2005, Braun Brelin wrote:
> >
> >> Hello,
> >>
> >> I've written a program that checks an application log file for some data
> >> and sends the data to the send_nsca program which transmits it to the
> >> nsca
> >> daemon I have running on the Nagios server.
> >>
> >> What I'm unclear on is how to define the command and service in the
> >> appropriate configuration files. For instance, what would I put into
> >> the
> >> 'command line' entry of a checkcommand template?
> >>
> >> Does anyone have any examples of a configuration file that defines a
> >> service which is a remote passive check?
> >>
> >> Thanks,
> >>
> >> Braun Brelin
> >>
> >>
> >>
> >> -------------------------------------------------------
> >> SF email is sponsored by - The IT Product Guide
> >> Read honest & candid reviews on hundreds of IT Products from real users.
> >> Discover which products truly live up to the hype. Start reading now.
> >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> >> _______________________________________________
> >> Nagios-users mailing list
> >> Nagios-users at 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
> >>
> >
> > ---------------------------------------------------------------------
> > Demetri Mouratis
> > dmourati at linfactory.com
> >
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Nagios-users mailing list
> > Nagios-users at 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
> >
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at 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
>
---------------------------------------------------------------------
Demetri Mouratis
dmourati at linfactory.com
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at 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
More information about the Users
mailing list