Search found 6 matches

by yashgt
Tue Oct 08, 2013 11:53 am
Forum: Open Source Nagios Projects
Topic: Dynamically modifying Nagios config
Replies: 3
Views: 2084

Dynamically modifying Nagios config

We have a few services which will startup and shutdown at various times. Due to this it is not possible to include them in the nagios configuration upfront. I would like to periodically poll a DB or a file to enlist the dynamic services and modify the nagios config so that they show up on the Nagios...
by yashgt
Tue Oct 01, 2013 8:17 am
Forum: Open Source Nagios Projects
Topic: USERxx variables not usable in actions_url and notes_url
Replies: 3
Views: 1601

USERxx variables not usable in actions_url and notes_url

I am using Nagios Core 3.5.0 I have the following service definition: service{ ... action_url http://$USER10$/static/html/node.html?node=$USER3$&host=$HOSTADDRESS$ } The USERxx variables have been set correctly in the resource.cfg. However, the URL that gets generated does not get the value at a...
by yashgt
Tue Oct 01, 2013 3:48 am
Forum: Open Source Nagios Projects
Topic: Avoiding repetition of service definition in Nagios Core
Replies: 1
Views: 1408

Avoiding repetition of service definition in Nagios Core

Hi, A service definition for a host looks like: service{ name host_1_svc .... check_command check_xyz!abc } A similar check needs to be performed on host2, except that the parameter to the check_command is lmn. So I have to define: service{ name host_2_svc .... check_command check_xyz!lmn } What is ...
by yashgt
Tue Sep 03, 2013 5:45 am
Forum: Open Source Nagios Projects
Topic: Where are the NRPE logs?
Replies: 1
Views: 13276

Where are the NRPE logs?

I am using NRPE plugin to monitor a remote host. Nagios shows (Return code of 127 is out of bounds - plugin may be missing) . The command that NRPE sends, works fine on the command prompt. ../libexec/check_nrpe -H myhost -t 30 -c check_load -a 0.10 2 gives the correct output. I would like to see wha...
by yashgt
Sat Sep 01, 2012 12:53 am
Forum: Open Source Nagios Projects
Topic: No link for 3-D status map
Replies: 0
Views: 1059

No link for 3-D status map

Hi,

I can see statuswrl.cgi has been correctly compiled. I have a VRML plugin. Yet, the Nagios application does not show the 3-D status map link in the left panel. What could I be missing?

Thanks,
Yash