Setting up A Network Monitoring and Inventory System: Difference between revisions

From Alpine Linux
m (Started progress log)
m (notes for done/not done)
Line 4: Line 4:
This guide will set up (list subject to change):
This guide will set up (list subject to change):
* Lighttpd
* Lighttpd
* Nagios
* Nagios - apk is working
**Nagconfig?
**Nagconfig?
**Groundwork Foundation?
**NagiosQL - need to test
* Cacti
* Cacti - test out apk
* Smokeping
* Smokeping - apk is working
* OpenAudit
* OpenAudit - need apk
* SNMPTT
* SNMPTT - follow http://xavier.dusart.free.fr/joomla/index.php/en/nagios/47-traps-snmp-dans-nagios
* MySQL DB and associated scripts to tie these together
* MySQL DB and associated scripts to tie these together



Revision as of 19:07, 2 September 2010

This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Jbilyk on 2 Sep 2010.)

Setting up Nagios, OpenAudit and related services for Monitoring and Inventory

This guide will set up (list subject to change):

Goal

Basic concept is to combine the above apps/utilities to create an easy to set up and low upkeep monitoring system that also tracks inventory thanks to OpenAudit. Redundant entries in configs will be kept to a minimum (hopefully). New devices should be auto-added to monitoring systems, along with associated services (for example, a Windows server running MS Exchange might have basic services such as CPU load, HD free space, running services and Exchange queues monitored, whereas a router running on Alpine Linux would might need the routing table, throughput, and opennhrp monitored). Also, software licensing should be monitored so that Windows boxes do not exceed purchased licenses.

Progress Log

Setup up server with Apache 2.2.11, PHP 5.2.9-1, and MySQL 5.1.32. Added NTLM single-sign on authentication for all virtual hosts for any authenticated user for internal Windows domain. Installed OpenAudit ReleaseCandidate 09.03.17 and tested that Windows workstations can be successfully audited. Next step: Test device auto-discovery (workstations, servers, network devices).