Search found 9 matches

by imrob
Tue May 07, 2013 5:17 pm
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

This works fine for me and has been how I've been doing it. I'm not sure that is going to work for non-linux people here who want to setup checks.... I was under the impression that Nagios XI was supposed to be for non-tech people to set stuff up. If they need to drop to a shell & ssh in, I'm af...
by imrob
Tue May 07, 2013 3:57 pm
Forum: Nagios XI
Topic: Host group display issue
Replies: 3
Views: 689

Re: Host group display issue

This should have been fixed in version 1.6 of Nagios Xi 2012, what version are you running? Is it possible for you to upgrade to the latest version? "XI 2012 r1.8" Under Admin -> System Profile I have: Nagios XI Installation Profile Download Profile System: Nagios XI Version : 2012R1.8
by imrob
Tue May 07, 2013 3:41 pm
Forum: Nagios XI
Topic: Host group display issue
Replies: 3
Views: 689

Host group display issue

I've found that if I put an ampersand in the description of a host group, the name comes up wrong in some places. Try this: 1) Add a hostgroup. 2) Put an ampersand (the "&" symbol) in the description, then go to Configure -> Core Config manager -> Host groups. The description will show...
by imrob
Tue May 07, 2013 2:48 pm
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

Sometimes the test check command does not work for checks if those checks cannot be run as user "apache". There are also some extra precautions taken with the test check command as there are security concerns with allowing any plugin to be run from the web ui as a one shot. Running it as ...
by imrob
Tue May 07, 2013 2:34 pm
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

Why then would the test NOT work but when actually setting it up that way as a service, work?
by imrob
Tue May 07, 2013 1:57 pm
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

No I did not. This does kind of show that the "test check command" in services is broken then...no? I'll try actually setting up the check and assiging it to a host to see if it actually returns any data. Edit: -l "\LogicalDisk(C:)\% Free Space","Disk Free Space %.2f %%"...
by imrob
Tue May 07, 2013 11:04 am
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

I copied and pasted your example and it did not solve the issue: $ARG3$ [ -l "\\LogicalDisk\\(C:\\)\\% Free Space","Disk Free Space %.2f %%" -w 90 -c 95 ] Output of test command: COMMAND: /usr/local/nagios/libexec/check_nt -H 10.1.5.147 -s "" -p 1248 -v COUNTER -l "...
by imrob
Tue May 07, 2013 11:00 am
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Re: Issue with check command

The test may fail since it may be required to escape the backslashes that are being used in the ARG3 value. See this wiki page for an example of escaping a special character: http://support.nagios.com/wiki/index.php/Nagios_XI:FAQs#Problems_with_.24_Signs_in_the_Check_Command What the test was doing...
by imrob
Mon May 06, 2013 4:58 pm
Forum: Nagios XI
Topic: Issue with check command
Replies: 12
Views: 2382

Issue with check command

Hi, I've run into an issue while evaluating Nagios XI System: Centos 6.4 Platform: Xenserver 5.6sp2 vm Nagios XI Version: 2012R1.8 Since I've used nagios OSS for a while so I'm doing the configuration of our test box via the core config manager. I have the following check command that works fine via...