Thanks for your response. We actually have the Enterprise edition and tried your suggestion and worked perfectly. Many thanks for your help and you can close this thread if you wish.
Thanks again,
Michael
Search found 11 matches
- Mon Jul 27, 2015 10:42 am
- Forum: Nagios XI
- Topic: How to add a contact to all servers and services
- Replies: 2
- Views: 263
- Mon Jul 27, 2015 5:49 am
- Forum: Nagios XI
- Topic: How to add a contact to all servers and services
- Replies: 2
- Views: 263
How to add a contact to all servers and services
Hello, We have a requirement to add an individual contact (or contact group) to all configured servers and services in XI. Our existing contacts have been created via Admin --> Manage Users and contact groups have been created via CCM. We are not using templates unfortunately. Hosts/services have di...
- Wed Mar 11, 2015 9:45 am
- Forum: Nagios XI
- Topic: check_esx3.pl times out after applying ESXi 5.1 U3 patch
- Replies: 3
- Views: 271
Re: check_esx3.pl times out after applying ESXi 5.1 U3 patch
Hi,
Apologies for the delayed response - here is the output of the commands with versions:
Apologies for the delayed response - here is the output of the commands with versions:
Code: Select all
check_esx3.pl 0.2.0
perl-libwww-perl.noarch 5.833-2.el6 @anaconda-RedHatEnterpriseLinux-201311111358.x86_64/6.5
- Fri Feb 13, 2015 1:28 pm
- Forum: Nagios XI
- Topic: check_esx3.pl times out after applying ESXi 5.1 U3 patch
- Replies: 3
- Views: 271
check_esx3.pl times out after applying ESXi 5.1 U3 patch
Hello, We had a number of checks using the check_esx3.pl plugin successfully working for a number of months until we recently applied a ESXi 5.1 Update 3 which includes the following patches: ESXi510-201412201-UG: Updates ESXi 5.1 esx-base vib ESXi510-201412202-UG: Updates ESXi 5.1 tools-light vib E...
- Tue Jun 24, 2014 8:45 am
- Forum: Nagios XI
- Topic: SSH Proxy command is not working
- Replies: 11
- Views: 1511
Re: SSH Proxy command is not working
Perhaps it was a bad example, but exactly the same thing happens for the check_by_ssh service (which works on other servers): [root@nagiosxi services]# cat hostname.cfg ############################################################################### # # Service configuration file # # Created by: Nagi...
- Mon Jun 23, 2014 9:22 am
- Forum: Nagios XI
- Topic: SSH Proxy command is not working
- Replies: 11
- Views: 1511
Re: SSH Proxy command is not working
Hello, The command line for disk_health.ksh is $USER1$/disk_health.ksh $ARG1$ The command line for check_by_ssh is $USER1$/check_by_ssh -H $HOSTADDRESS$ $ARG1$ $ARG2$ The service configuration file is below: [root@nagiosxi services]# cat solaris_disk_health.cfg ######################################...
- Fri Jun 20, 2014 3:58 am
- Forum: Nagios XI
- Topic: SSH Proxy command is not working
- Replies: 11
- Views: 1511
Re: SSH Proxy command is not working
The scripts on the remote machine run as the nagios user and we did follow the document for setting them up - we have exactly the same scripts working on other machines. When I run the command manually from the CLI of the Nagios XI box, it always works, and it works both using the hostname and the I...
- Thu Jun 19, 2014 4:11 am
- Forum: Nagios XI
- Topic: SSH Proxy command is not working
- Replies: 11
- Views: 1511
Re: SSH Proxy command is not working
service_OK.png Hi, I should have mentioned, that we are using custom scripts on this monitored host - the check_disk script is not the same as the check_disk script supplied by Nagios, that's why it has a '-d' flag. Having said that, we have exactly the same custom script running on other servers a...
- Wed Jun 18, 2014 10:04 am
- Forum: Nagios XI
- Topic: SSH Proxy command is not working
- Replies: 11
- Views: 1511
SSH Proxy command is not working
Hi, We have a slightly bizarre issue, where an SSH Proxy command doesn't work from Nagios XI but it works from the command line. From the command line: $ /usr/local/nagios/libexec/check_by_ssh -H hostname -C "/opt/nagios/libexec/check_disk -d /export/home -c 90 -w 80" OK - /export/home spa...
- Wed Mar 26, 2014 1:04 pm
- Forum: Nagios XI
- Topic: Solaris - CHECK_NRPE: Error - Could not complete SSL handsha
- Replies: 3
- Views: 455
Re: Solaris - CHECK_NRPE: Error - Could not complete SSL han
OK, I've resolved this issue - the resolution is to compile openssl for 32-bit (although the system architecture is 64-bit). In case anybody else has the problem, you need to download openssl and configure with (assuming your system is x86): ./Configure solaris-x86-gcc shared make make install Then ...