aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* releasing version 0.0.61Petter Reinholdtsen2010-03-01-2/+2
|
* Mention the source of the GPL state of the check_cups_queue.Petter Reinholdtsen2010-03-01-1/+3
|
* Add 'status' handling to init.d script.Petter Reinholdtsen2010-03-01-1/+5
|
* Make client recommend iproute, to make sure the ip command isPetter Reinholdtsen2010-02-22-1/+3
| | | | available when the cdpr collecting code needs it.
* Remove duplicate check.Petter Reinholdtsen2010-02-20-1/+0
|
* Ignore more system file system times when generating Nagios checks.Petter Reinholdtsen2010-02-20-1/+17
|
* Typo.Petter Reinholdtsen2010-02-20-1/+1
|
* Mention why so many file system types are ignored.Petter Reinholdtsen2010-02-20-0/+1
|
* Do not check debugfs, smb and cifs file systems in Nagios.Petter Reinholdtsen2010-02-20-1/+3
|
* Check cups using the check_cups_queue Nagios module fromPetter Reinholdtsen2010-02-20-1/+204
| | | | http://exchange.nagios.org/directory/Plugins/Printing/check_cups_queue/details
* Ignore more bogus DMI vendor and model names.Petter Reinholdtsen2010-02-19-2/+14
|
* Improve hardware list by avoiding bogus vendor and model settings.Petter Reinholdtsen2010-02-19-0/+5
|
* Untabify.Petter Reinholdtsen2010-02-19-3/+3
|
* Do not check debugfs in Nagios.Petter Reinholdtsen2010-02-19-0/+7
|
* releasing version 0.0.60Petter Reinholdtsen2010-02-18-2/+2
|
* Remove files in /var/lib/sitesummary/ when sitesummary package isPetter Reinholdtsen2010-02-07-0/+20
| | | | | purged. Thanks to piuparts and Holger Levsen for discovering the left behind files.
* Typo.Petter Reinholdtsen2010-02-04-2/+1
|
* releasing version 0.0.59Petter Reinholdtsen2010-02-04-2/+2
|
* Improve changelog entries and fix typos.Petter Reinholdtsen2010-02-04-10/+13
|
* Reduce cdpr to suggests, as should only be installed on systemPetter Reinholdtsen2010-02-04-1/+4
| | | | connected to Cisco switches.
* Add workaround for perl modules not working with the internal Nagios perl ↵Petter Reinholdtsen2010-02-03-3/+3
| | | | interpreter.
* Accept single DNS server setups.Petter Reinholdtsen2010-02-03-1/+1
|
* Port to Debian.Petter Reinholdtsen2010-02-03-2/+2
|
* Typo.Petter Reinholdtsen2010-02-03-1/+1
|
* Add three Nagios checks to detect bugs in /etc/resolv.conf, /etc/hostsPetter Reinholdtsen2010-02-03-0/+440
| | | | and a shutdown in progress.
* Do not generate Nagios check for file systems with the fuse.ltspfsPetter Reinholdtsen2010-02-01-0/+3
| | | | type, to avoid checking users usb disks on a thin client server.
* Add new nagios pluing check_kernel_status to report the need for aPetter Reinholdtsen2010-01-31-0/+140
| | | | | reboot to activate a new kernel. Written by Toni Van Remortel and found at <URL: http://www.monitoringexchange.org >.
* Make it possible to override munin configuration usingPetter Reinholdtsen2010-01-28-12/+17
| | | | | /etc/sitesummary/collector.cfg.
* Change munin configuration to use /var/cache/munin/www/ if itPetter Reinholdtsen2010-01-28-1/+9
| | | | exist, to work out of the box with munin 1.4.0 (Closes: #567168).
* Fix typo and make sure numbers are allowed too.Petter Reinholdtsen2010-01-27-2/+2
|
* Adjust site count munin plugin to use original site as label andPetter Reinholdtsen2010-01-27-10/+20
| | | | only remove illegal characters for the munin key.
* Adjust sitesummary postinst to only try to enable nagiosPetter Reinholdtsen2010-01-26-21/+29
| | | | autoconfig if /etc/default/nagios3 exist.
* Introduce new agesinceseen group 120-180 to have one limit thatPetter Reinholdtsen2010-01-26-0/+3
| | | | match the removal limit (120 days).
* Make sure labels are converted to keys the same way all over the code.Petter Reinholdtsen2010-01-26-5/+10
|
* Rewritten new munin module to use SiteSummary.pm.Petter Reinholdtsen2010-01-26-60/+97
|
* New munin plugin drawing graph based on agesinceseen vaules donatedPetter Reinholdtsen2010-01-26-0/+45
| | | | by Sverre Jensen.
* Typo.Petter Reinholdtsen2010-01-26-1/+1
|
* Improve changelog text.Petter Reinholdtsen2010-01-26-3/+3
|
* * New function get_debian_ver() reporting /etc/debian_release contenPetter Reinholdtsen2010-01-26-0/+20
| | | | | in SiteSummary perl module. * Create Nagios hostclass using the result from get_debian_ver().
* Remove entries in the cron job before munin and nagiosPetter Reinholdtsen2010-01-26-2/+5
| | | | | configuration is updated, to not monitor removed hosts another day.
* Restructure cron job, move munin and nagios updating code toPetter Reinholdtsen2010-01-26-97/+143
| | | | separate scripts to make it possible to update them individually.
* releasing version 0.0.58Petter Reinholdtsen2010-01-24-2/+2
|
* Provide host-notify-by-email Nagios command as well, to make the ↵Petter Reinholdtsen2010-01-24-0/+6
| | | | documenation in the Debian Edu release manual work.
* Fix brown paper back typo in collection of xfs config file.Petter Reinholdtsen2010-01-24-1/+2
|
* Ignore entries from hosts without /proc/ mounted.Petter Reinholdtsen2010-01-24-0/+13
|
* releasing version 0.0.57Petter Reinholdtsen2010-01-23-21/+14
|
* Only generate TCP port check for xfs if /etc/X11/fs/config statePetter Reinholdtsen2010-01-23-1/+20
| | | | that it is listening on TCP.
* Collect /etc/X11/fs/config to make it possible to figure out ofPetter Reinholdtsen2010-01-23-0/+6
| | | | xfs should listen on TCP or not.
* * Allow numbers in Nagios host class names.Petter Reinholdtsen2010-01-23-6/+32
| | | | | | | * Create Nagios host groups for Debian Edu profile and version settings. * Mention ignored laptops in generated Nagios config to make it easier to figure out why a machine is not monitored.
* Put default routers in the router host group.Petter Reinholdtsen2010-01-23-2/+2
|