5

I want my system to act as the central system for the rest of my network of 10 PCs. I also want to monitor what's going on, and monitor the activity of other systems. So how can I do this? What are the tools I need to monitor; just using top or any bandwidth monitoring tool is the only thing required, and how can I use my system as a centralized server for rest of the systems?

Tarun
  • 4,245
  • 13
  • 50
  • 74
  • 1
    In one of your comments below, you mention user administration, ldap and samba. I suggest you ask about those in a separate question since they are very different subjects to monitoring. – David Edwards Jun 13 '13 at 08:32
  • 1
    ok I will ask about them in a separate question. – Tarun Jun 13 '13 at 08:34
  • 1
    http://askubuntu.com/questions/169033/how-to-install-icinga-on-ubuntu-12-04-monitor-remote-host – Qasim Jun 13 '13 at 10:39
  • you can also look here http://askubuntu.com/questions/293426/system-monitoring-tools-for-ubuntu/293447#293447. – Qasim Jun 18 '13 at 13:56

2 Answers2

5

Nagios is considered one of the best monitoring tools on the market. They also offer an open source version "nagios core" (nagios3-core in the Ubuntu Software Center). Having said that, you might want to take a look at this directory of network monitoring tools.

karel
  • 114,770
hmayag
  • 2,246
  • 5
  • 21
  • 23
  • what about top and htop? I heard they are also good. – Tarun Jun 13 '13 at 07:05
  • 1
    OK, now I'm confused. Your question was about monitoring a network and the systems connected to it, right? top, atop, htop and the like are very powerful tools but their purpose is to display and manage the running processes on a single system. Perhaps you could edit your question and clarify what you mean by monitoring. Or even better, please describe what is your use case, that is, what purpose will the network serve? – hmayag Jun 13 '13 at 08:16
  • ok ya your right top and htop are for a single system. thanks for helping. – Tarun Jun 13 '13 at 08:22
1

Take a look at http://munin-monitoring.org/

there are many plugins available and the possibility to write own ones, so you can nearly monitor everything you want.

herrhansen
  • 251
  • 1
  • 6