Search found 4 matches

by Biscuit
Thu Sep 09, 2010 1:33 am
Forum: Open Source Nagios Projects
Topic: Problem with web console
Replies: 1
Views: 1306

Re: Problem with web console

It seems that cgi.cfg for some reason was left @ 3.2.1 even after re-running the 3.2.2 upgrade twice. I had to manually copy the file from the 3.2.2 source tarball and now everything appears to be working correctly.
by Biscuit
Thu Sep 09, 2010 12:09 am
Forum: Open Source Nagios Projects
Topic: Escape Sequence for check_nt
Replies: 1
Views: 1795

Re: Escape Sequence for check_nt

It appears the answer to my problem is to enclose the NT service in single quotes and double the "$" sign, so AOS50$01 becomes 'AOS50$$01'.
by Biscuit
Wed Sep 08, 2010 11:48 pm
Forum: Open Source Nagios Projects
Topic: Problem with web console
Replies: 1
Views: 1306

Problem with web console

I've just upgraded from 3.2.1 to 3.2.2. I've now noticed that although Nagios is working correctly, the web console is not displaying new hosts or services I create. For example: I created a new host with a bogus IP address. I correctly get HOST DOWN alerts, however, my newly created host does not a...
by Biscuit
Tue Aug 17, 2010 12:19 am
Forum: Open Source Nagios Projects
Topic: Escape Sequence for check_nt
Replies: 1
Views: 1795

Escape Sequence for check_nt

Hi Everyone, I am unsure if this is a NagiosQL or Nagios Core query. Apologies if I am in the wrong spot. I wish to monitor the following NT service: AOS50$01. I need to escape the "$". From the Nagios console prompt check_nt -H hostipaddress -p hostport -v SERVICESTATE -l AOS50\$01 works ...