*nix Thread, Installing Nagios... what do you want to know? in Technical; some of you may already know that Geoff is compiling a howto on installation and configuration of Cacti so that ...
some of you may already know that Geoff is compiling a howto on installation and configuration of Cacti so that you can monitor various bits and bats on your networks. This will provide you with historical data.
To accompany the Cacti guide, I am writing a Nagios guide so hat you can see when things go tits up in realtime and hopefully help you track any problems down.
The guide should be pretty much distro independant and there will be some tips on keeping your config files nice and clean. i will be including checks for the following:
* Monitoring links between switches
* Checking if hosts are alive using ping
* Checking memory and CPU utilisation on HP Procurve kit
* Checking key services (web servers, proxies, DNS, etc.)
* Printer checks (starting with HP JetDirect-based printers)
i will also include links to relevant other documentation to aid in extending Nagios' functionality and there will be opportunity to extend the document further once it hits the wiki.
Is there anything else that anybody would like from the outset?
Re: Installing Nagios... what do you want to know?
Indeed, this was the reason I set it up, as I have no way of interfacing nagios with anything else (can't use our LEA's exchange box for email and we don't want to pay for SMS messages).
Re: Installing Nagios... what do you want to know?
Originally Posted by localzuk
Indeed, this was the reason I set it up, as I have no way of interfacing nagios with anything else (can't use our LEA's exchange box for email and we don't want to pay for SMS messages).
I use sendmail on the Linux box and forward my mail to my Exchange account. Some extra DNS entries allow me to reply too.
Re: Installing Nagios... what do you want to know?
Originally Posted by Ric_
I use sendmail on the Linux box and forward my mail to my Exchange account. Some extra DNS entries allow me to reply too.
Ah, but we can't use any mail servers here except the county exchange server and the web based easymail plus from the SWGfL - we can't even use the easymail IMAP/SMTP servers...
Re: Installing Nagios... what do you want to know?
I think that there should be a decent section on notification, as this is the main way to know when, as Ric_ says, things go tits up.
I would recommend trying to stick to generic mode of communication i.e. email, netsend, IM, as these do not require any additional, if minimal, setup outside Nagios itself.
As most people are going to be new to this kind of thing as well as *nix itself I would suggest trying to keep it as simple as possible.
I have had an idea though, I wil look at trying to get messages directly from nagios to the Messenger Client I wrote as this would provide direct to desktop notifications in near realtime.
Re: Installing Nagios... what do you want to know?
I have had an idea though, I wil look at trying to get messages directly from nagios to the Messenger Client I wrote as this would provide direct to desktop notifications in near realtime.
I set this up to work with Jabber a while ago.
You need sendxmpp installed (in the universe repository for Ubuntu Dapper).
you'll need to create a ~/.sendxmpp configuration file detailing the account information and server address sendxmpp is allowed to use. You'll also need to define contacts 'pager' addresses to be their jabber IM contact address.