Page 1 of 3
Nagios XI NRPE
Posted: Mon Dec 02, 2019 12:18 am
by maheshj04576
Hi Team,
I have installed the Nagios XI & need to configure NRPE commands.
But we need to configure it with disabling SSL. Since our monitoring servers are running without SSL. Please let me know the procedure.
Thank you
Mahesh
Re: Nagios XI NRPE
Posted: Mon Dec 02, 2019 2:32 pm
by mbellerue
When you go through the NRPE wizard, on Step 2 there is an option to enable or disable SSL encryption. Just set this to disabled, and away you go.
Edit:
Also, welcome to the forums!
Re: Nagios XI NRPE
Posted: Tue Dec 03, 2019 10:52 pm
by maheshj04576
Yes, it found.
Is it effecting for all the services which is configured under that host?
Re: Nagios XI NRPE
Posted: Wed Dec 04, 2019 10:52 am
by mbellerue
It will only set it for the services that get setup when you are running the wizard. If you have existing checks that need to not be run over SSL, we will have to take a look at the check commands for those and alter the commands to not use SSL.
Re: Nagios XI NRPE
Posted: Fri Dec 20, 2019 1:07 am
by maheshj04576
Can i get a sample command?
When i create a service for existing host, check command need to select from drop down list. So we can't edit to disable SSL.
Also let me know, is there an option in Nagios XI to share pop up alarms to another system via SNMP or any other method.
Re: Nagios XI NRPE
Posted: Fri Dec 20, 2019 3:37 pm
by mbellerue
Okay, so the default check_nrpe command that comes with Nagios XI looks like this,
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
If you don't have any servers that use SSL, you can modify the existing command to be this,
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ --no-ssl -t 30 -c $ARG1$ $ARG2$
and that should make all existing, and future NRPE checks not use SSL.
Another thing to note is that you don't have to manually create commands and services for existing hosts. You can run wizards against an existing host. Most wizards will ask for the IP address first, and then in the second step it will ask for the hostname. The hostname is what Nagios uses to group up services in the Services Status page.
Re: Nagios XI NRPE
Posted: Tue Dec 31, 2019 8:39 pm
by maheshj04576
Also let me know, is there an option in Nagios XI to share pop up alarms to another system via SNMP or any other method.
Re: Nagios XI NRPE
Posted: Thu Jan 02, 2020 6:11 am
by maheshj04576
Can you please send me a update for above question?
Re: Nagios XI NRPE
Posted: Thu Jan 02, 2020 12:06 pm
by mbellerue
Nagios XI does have an Outbound Check Transfer section, but it is meant to send to NRDP or NSCA.
Re: Nagios XI NRPE
Posted: Thu Jan 02, 2020 4:11 pm
by mbellerue
I stand corrected. We do have an SNMP Trap Sender built into Nagios XI.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf