NRPE VS SNMP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jronin
Posts: 18
Joined: Tue Oct 09, 2012 12:05 pm

NRPE VS SNMP

Post by jronin »

We are using Nagios XI and are using SNMP checks for most of our information. Is there anything to be gained by switching over to NRPE?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRPE VS SNMP

Post by lmiltchev »

SNMP will put higher load on your system's resources. NRPE is also easier to work with :D

What kind of checks are you doing? On one hand, not all of the data collected via SNMP will be available via NRPE, but on the other hand, NRPE is a lot more flexible. You can utilze custom scripts, etc. So, basically, your choice depends on your environment, and needs.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jronin
Posts: 18
Joined: Tue Oct 09, 2012 12:05 pm

Re: NRPE VS SNMP

Post by jronin »

We have active checks for ping, CPU, process/service, storage, memory. I thought about using NRPE along with a check_logs plugin to monitor syslog/log data and leaving the rest SNMP.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRPE VS SNMP

Post by slansing »

As lmiltchev put it there are certain things you can monitor with SNMP and certain things you can monitor with NRPE. NRPE is pretty highly flexible as far as active checks go. For example there are scripts available to restart services on a remote host when they go down and much more. Keep in mind you are not nailed down to choosing between one of the two you can use both in your environment. One of the most popular uses for NRPE is live log monitoring, one thing you cannot do with SNMP.
Locked