[Nagiosplug-help] (no subject)

Jeremy Tinley jtinley at unirez.com
Mon Jan 13 13:55:05 CET 2003


Check the .cfg example files and the -h help output from the plugins.  The
checkcommands config file should have something like:

define command{
        command_name    check_ping
        command_line    $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c
$ARG2$ -p 5
        }

The $HOSTADDRESS$ is part of the macro set that is available when calling a
command.  See the url:
http://nagios.sourceforge.net/docs/1_0/macros.html

for more about available macros.



-----Original Message-----
From: nagiosplug-help-admin at lists.sourceforge.net
[mailto:nagiosplug-help-admin at lists.sourceforge.net] On Behalf Of Conklin,
Larry
Sent: Monday, January 13, 2003 3:21 PM
To: nagiosplug-help at lists.sourceforge.net
Subject: [Nagiosplug-help] (no subject)

I am looking for information on plug ins that are already have been developed.
The plugin check_ping has parameterized input. What I am looking for is how do
I know which plugin needs parameterize input. And what information comes from
the config files. Check_ping is getting the host name from a config file. In
check_http where does it get the url from? A config file or by a param?

------------------------------------------------------------------------------
--------------
Larry Conklin
DNA Development
918.547.7131 Office




-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Nagiosplug-help mailing list
Nagiosplug-help at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help





More information about the Help mailing list