Search found 8 matches
- Fri Feb 28, 2014 2:36 pm
- Forum: Nagios XI
- Topic: External Commands and XI
- Replies: 8
- Views: 2900
Re: External Commands and XI
OK, I've found the answer to my own question, just for anyone else coming along with the same problem. Drill through the Nagios XI GUI to: Core Config Manager -> Tools -> Bulk Modifications -> Change A Single Config Option there you can select the config option you'd like to change (in my case max_c...
- Fri Feb 28, 2014 1:55 pm
- Forum: Nagios XI
- Topic: External Commands and XI
- Replies: 8
- Views: 2900
Re: External Commands and XI
OK, I had turned on debug_leve=1, so I went ahead and also changed the log_external_commands=1. I see the command recorded without error, but I think you got to the real gist of the problem with your statement One thing to note, these external commands are runtime commands and will take the top prec...
- Fri Feb 28, 2014 1:36 pm
- Forum: Nagios XI
- Topic: External Commands and XI
- Replies: 8
- Views: 2900
Re: External Commands and XI
Yes, I was using the shell script, copied from the website. I just temporarily modified it to print to the screen whatever it was sending to the FIFO.
No, there are no errors in the messages log.
Like I said--data pumped into the nagios.cmd file just disappears without a trace.
No, there are no errors in the messages log.
Like I said--data pumped into the nagios.cmd file just disappears without a trace.
- Fri Feb 28, 2014 1:28 pm
- Forum: Nagios XI
- Topic: External Commands and XI
- Replies: 8
- Views: 2900
Re: External Commands and XI
Sure, I'm writing the data to the correct nagios.cmd file. I've verified that the nagios daemon does have the pipe open, too. When I send this into the FIFO: [1393611791] CHANGE_MAX_SVC_CHECK_ATTEMPTS;host.subdomain.domain.com;Weblogic JMSRuntime;1 absolutely nothing happens. How long should I have ...
- Fri Feb 28, 2014 11:22 am
- Forum: Nagios XI
- Topic: External Commands and XI
- Replies: 8
- Views: 2900
External Commands and XI
Does XI support External Commands via the nagios.cmd file like I see mentioned in so many pages? I've fired dozens of commands at my Nagios XI nagios.cmd file, and even though the config files all seem to indicate that Nagios is configured to accept External Commands, nothing ever happens. I used th...
- Thu Feb 20, 2014 2:11 pm
- Forum: Nagios XI
- Topic: Solaris 10 agent SSL failure
- Replies: 21
- Views: 7497
Re: Solaris 10 agent SSL failure
For anyone else coming across this, let me note that I also changed the SMF startup script for nrpe to use the '-n' command-line option on the Solaris host.
Oddly, unlike the Linux monitoring wizard, the Solaris monitoring wizard does not have a switch to select unencrypted monitoring.
Oddly, unlike the Linux monitoring wizard, the Solaris monitoring wizard does not have a switch to select unencrypted monitoring.
- Thu Feb 20, 2014 1:57 pm
- Forum: Nagios XI
- Topic: Solaris 10 agent SSL failure
- Replies: 21
- Views: 7497
Re: Solaris 10 agent SSL failure
In order to build nrpe with ssl on solaris, you will need the openssl headers before you compile nrpe/plugins. You can specify "-n" in the check to ignore encryption. Copy the command in XI and add "-n" to the command line. Use the copied/renamed command for your solaris checks....
- Thu Feb 20, 2014 12:18 pm
- Forum: Nagios XI
- Topic: Solaris 10 agent SSL failure
- Replies: 21
- Views: 7497
Solaris 10 agent SSL failure
We've got a newly installed NRPE agent on a Solaris 10 Here's the active lines from /etc/nagios/nrpe.cfg log_facility=daemon pid_file=/var/run/nrpe.pid server_port=5666 nrpe_user=nagios nrpe_group=nagios allowed_hosts=$NAGIOS_SERVER_IP dont_blame_nrpe=1 debug=0 command_timeout=60 connection_timeout=...