- Nagios - Switch Interface Traffic
- How To - Linux Server Performance
- Notes - Building New ESXi Host for iSCSI with Jumbo Frames
- Microsoft Office Version Numbers (XP, 2003, 2007, 2010)
- ESXi Custom Welcome Screen Text
- PHP - Read Data from a CSV file
- PHP - Input Variables from URL
- Fix - WMI Error EventID 10
- Fix - EventID 4007 DNS Server Error
- FIX - CHECK_ESX3.PL Script
Tip - NRPE on Ubuntu
I usually stick with Fedora/RedHat and CentOS flavors of Linux. Recently though, I needed to monitor a new Ubuntu test server via Nagios NRPE. The sources I was using to build and install just did not play nice on first pass. So I figured for the one off, I would try the easy way.
apt-get install nagios-nrpe-server
Of course it did not install things into the paths I am used to. So my C&P config file did not work and I had to find where things got dropped.
NRPE Config file: /etc/nagios/nrpe.cfg
Nagios Plugins: /usr/lib/nagios/plugins/
Init Script: /etc/init.d/nagios-nrpe-server
Remind me why people like Ubuntu over other flavors for a server OS again?
Oh, and you'll probably also need:
apt-get install libssl-dev
- MWalker's blog
- Printer-friendly version
- Login to post comments
-
