Search found 5 matches

by chethankrish
Sun Jun 01, 2014 10:53 am
Forum: Open Source Nagios Projects
Topic: Where are commands and variables in "commands.cfg" defined
Replies: 2
Views: 3509

Where are commands and variables in "commands.cfg" defined

Hi All, Can you please let me know where are all the variables used in "commands.cfg" defined in Nagios ? Below is an example define command{ command_name check_local_disk command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ } Where are $USER1$, $ARG1$, $ARG2$, $ARG3$ variables de...
by chethankrish
Sun Jun 01, 2014 10:43 am
Forum: Open Source Nagios Projects
Topic: check_nwc_health Usage
Replies: 5
Views: 4205

Re: check_nwc_health Usage

I would read over our Nagios Core service monitoring help doc. It shouldn't be too different from configuring any other check. Thanks for directing me to this. Can you please help me understand where are the variables( $USER1$, $ARG1$, $ARG2$, $ARG3$) defined in Nagios, for the below command ? defi...
by chethankrish
Thu May 22, 2014 4:53 pm
Forum: Open Source Nagios Projects
Topic: check_nwc_health Usage
Replies: 5
Views: 4205

Re: check_nwc_health Usage

Hi, I have run that, but i would like to know how to call this command as a service for the below host define hostgroup{ hostgroup_name basefarm alias Basefarm } define host{ use generic-switch host_name OSL3-CORESWITCH alias Juniper Core Switch in OSL3(ORK-OSL3-CORESW1) address 192.168.1.1 hostgrou...
by chethankrish
Thu May 22, 2014 3:30 pm
Forum: Open Source Nagios Projects
Topic: check_nwc_health Usage
Replies: 5
Views: 4205

check_nwc_health Usage

Hi All,

I am very new to Nagios and can somebody help me how to use check_nwc_health plugin. I have installed the same under "/usr/local/nagios/libexec".

I would have to use this to monitor uptime and few other parameters in Cisco Switch.

Thanks in Advance