I have a one production server with Ubuntu. (NO firewall). I need simple monitoring tool like gnome System Monitoring. CPU usage, Network traffic, Memory load, HDD space etc. Montly,
I try Nagios but i is so many port use. // Not suitable for me.
|
I have a one production server with Ubuntu. (NO firewall). I need simple monitoring tool like gnome System Monitoring. CPU usage, Network traffic, Memory load, HDD space etc. Montly, I try Nagios but i is so many port use. // Not suitable for me. | |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I often had wished for a simple remote server monitor like Gnome's system monitor. Unable to find one, I decided to write it myself. I posted the code and an executable at http://remote-linux-monitor.googlecode.com/ . I hope you find it helpful. | |||
|
feedback
|
|
The easiest (yet practical) monitoring solution I know is munin. It generates simple HTML pages with graphs and you can set alerts, too. | |||
|
feedback
|
|
Shinken is another alternative, which you may find easier to install and configure than Nagios. | |||
|
feedback
|
|
I'd suggest you look at Xymon. It's a simple (but flexible) monitoring tool that's easy to expand and reports to a central server (which can be itself). | |||
|
feedback
|
|
Cacti. http://www.cacti.net/ best choice in my case. | |||
|
feedback
|