Nagios XI NRPE
-
maheshj04576
- Posts: 12
- Joined: Wed Nov 20, 2019 5:02 pm
Nagios XI NRPE
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
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
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!
Edit:
Also, welcome to the forums!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
maheshj04576
- Posts: 12
- Joined: Wed Nov 20, 2019 5:02 pm
Re: Nagios XI NRPE
Yes, it found.
Is it effecting for all the services which is configured under that host?
Is it effecting for all the services which is configured under that host?
Re: Nagios XI NRPE
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
maheshj04576
- Posts: 12
- Joined: Wed Nov 20, 2019 5:02 pm
Re: Nagios XI NRPE
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.
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
Okay, so the default check_nrpe command that comes with Nagios XI looks like this,
If you don't have any servers that use SSL, you can modify the existing command to be this,
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.
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ --no-ssl -t 30 -c $ARG1$ $ARG2$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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
maheshj04576
- Posts: 12
- Joined: Wed Nov 20, 2019 5:02 pm
Re: Nagios XI NRPE
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.
-
maheshj04576
- Posts: 12
- Joined: Wed Nov 20, 2019 5:02 pm
Re: Nagios XI NRPE
Can you please send me a update for above question?
Re: Nagios XI NRPE
Nagios XI does have an Outbound Check Transfer section, but it is meant to send to NRDP or NSCA.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI NRPE
I stand corrected. We do have an SNMP Trap Sender built into Nagios XI.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!