Search found 115 matches

by CGraham
Tue Jun 04, 2013 7:30 am
Forum: Nagios XI
Topic: Error in New CCM - illegal char in variable def
Replies: 10
Views: 1360

Re: Error in New CCM - illegal char in variable def

That worked. I had to remove both the dollar ($) and the double quote (") for it to work.
by CGraham
Mon Jun 03, 2013 9:48 am
Forum: Nagios XI
Topic: Error in New CCM - illegal char in variable def
Replies: 10
Views: 1360

Re: Error in New CCM - illegal char in variable def

I didn't see a $ in the nagios.cfg illegal character list. I need to be able to use it.

I edited the javascript and will let you know how it works.
by CGraham
Fri May 31, 2013 3:32 pm
Forum: Nagios XI
Topic: Error in New CCM - illegal char in variable def
Replies: 10
Views: 1360

Re: Error in New CCM - illegal char in variable def

Yes the free variable: Here's the config for one of the servers: ############################################################################### # # Host configuration file # # Created by: Nagios QL Version 3.0.3 # Date: 2013-05-31 15:50:02 # Version: Nagios 3.x config file # # --- DO NOT EDIT THIS ...
by CGraham
Fri May 31, 2013 1:23 pm
Forum: Nagios XI
Topic: Error in New CCM - illegal char in variable def
Replies: 10
Views: 1360

Re: Error in New CCM - illegal char in variable def

Did some testing and it's the Dollar Sign ($). The $ isn't listed as an illegal character and is quite necessary to monitor MSMQ.
by CGraham
Fri May 31, 2013 1:16 pm
Forum: Nagios XI
Topic: Error in New CCM - illegal char in variable def
Replies: 10
Views: 1360

Error in New CCM - illegal char in variable def

Here's the variable I've been using for a while: "MessageCount DIRECT=OS:server.domain.local\\private$\\tn39 1000 5000" As soon as I open the host object I'm getting an error in the new CCM that there is an illegal character in the variable definition and it's removing it, causing all the ...
by CGraham
Tue Feb 26, 2013 9:22 am
Forum: Nagios XI
Topic: Need plugin information
Replies: 51
Views: 5167

Re: Need plugin information

Can you run this on the host you are trying to check the memory on? Start > Run > "cmd" netstat -an | Find "5666" The response should be C:\Users\cgraham>netstat -an | Find "5666" TCP 0.0.0.0:5666 0.0.0.0:0 LISTENING TCP [::]:5666 [::]:0 LISTENING
by CGraham
Wed Feb 20, 2013 8:47 am
Forum: Nagios XI
Topic: Integration with Active Directory
Replies: 2
Views: 365

Re: Integration with Active Directory

Is everyone in your org needing access to Nagios? Just create the users that need access.
by CGraham
Tue Feb 19, 2013 1:48 pm
Forum: Nagios XI
Topic: Need plugin information
Replies: 51
Views: 5167

Re: Need plugin information

I've verified this on one of my servers. They bind in order, NSClient (check_nt agent) then the NRPE (check_nrpe agent). So your NRPE won't bind if you set them both to the same port.
by CGraham
Tue Feb 19, 2013 11:17 am
Forum: Nagios XI
Topic: Need plugin information
Replies: 51
Views: 5167

Re: Need plugin information

I did a diff of your ini file to mine. Here's the differences. NSClientListener.dll <-- this needs to be uncommented [NSClient] ;# ALLOWED HOST ADDRESSES ; This is a comma-delimited list of IP address of hosts that are allowed to talk to NSClient deamon. ; If you leave this blank the global version ...
by CGraham
Mon Feb 18, 2013 4:09 pm
Forum: Nagios XI
Topic: Need plugin information
Replies: 51
Views: 5167

Re: Need plugin information

He means for you to post your NSC.ini but to obfuscate any information you might deem sensitive.