Search found 115 matches
- 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.
- 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.
I edited the javascript and will let you know how it works.
- 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 ...
- 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.
- 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 ...
- 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
- 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.
- 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.
- 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 ...
- 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.