Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove entries in the cron job before munin and nagios | Petter Reinholdtsen | 2010-01-26 | -2/+2 |
| | | | | | configuration is updated, to not monitor removed hosts another day. | |||
* | Restructure cron job, move munin and nagios updating code to | Petter Reinholdtsen | 2010-01-26 | -93/+4 |
| | | | | separate scripts to make it possible to update them individually. | |||
* | Make sure to not replace the existing generated nagios config with | Petter Reinholdtsen | 2010-01-19 | -1/+3 |
| | | | | a empty file if no entries have been submitted. | |||
* | Provide hooks for munin and nagiosn runs. | Petter Reinholdtsen | 2010-01-18 | -2/+4 |
| | ||||
* | * Provide debconf preseeding suppport (using hidden questions) for | Petter Reinholdtsen | 2010-01-18 | -2/+1 |
| | | | | | | | activating Nagios NRPE configuration on clients and Nagios autoconfiguration on the server. * Automatically detect if remote NRPE commands can be used for Nagios checks, and if arguments can be passed or not. | |||
* | Typo. | Petter Reinholdtsen | 2010-01-16 | -2/+2 |
| | ||||
* | Do not generate nagios checks that need nrpe configuration by default. | Petter Reinholdtsen | 2010-01-16 | -1/+2 |
| | ||||
* | Quiet down first invocation of the cron job. | Petter Reinholdtsen | 2010-01-07 | -1/+1 |
| | ||||
* | Only reload Nagios in cron job if the generated configuration | Petter Reinholdtsen | 2010-01-07 | -4/+11 |
| | | | | changed. | |||
* | Change cron job to only reload nagios when the sitesummary generated | Petter Reinholdtsen | 2010-01-07 | -3/+13 |
| | | | | nagios configuration is the active one. | |||
* | Make sure cron job is quiet. | Petter Reinholdtsen | 2010-01-06 | -1/+3 |
| | ||||
* | Implement support for calling hooks when a sitesummary entry is | Petter Reinholdtsen | 2010-01-06 | -2/+2 |
| | | | | expired (Closes: #491918). | |||
* | Implement draft Nagios autoconfiguration. | Petter Reinholdtsen | 2010-01-06 | -1/+29 |
| | ||||
* | Make sure cron job exit imediately and without an error code if the ↵ | Petter Reinholdtsen | 2010-01-06 | -0/+5 |
| | | | | sitesummary package is removed but not purged (Closes: #563066). | |||
* | * Undo fix for slow propagation of information on first time install, | Petter Reinholdtsen | 2008-07-21 | -6/+0 |
| | | | | because it fail when both client and server is installed by d-i. | |||
* | * Fix slow propagation of information on first time install, by | Petter Reinholdtsen | 2008-06-11 | -0/+6 |
| | | | | | making sure the server cron job calls sitesummary-client before processing all entries. | |||
* | * Fix typo in handling of munin.conf.post. | Petter Reinholdtsen | 2007-12-10 | -1/+1 |
| | ||||
* | * Fix typo in server cron job. Can't use nice on a shell function. | Petter Reinholdtsen | 2007-10-13 | -1/+1 |
| | ||||
* | Make sure the server cron job handle a removed but not purged package. ↵ | Petter Reinholdtsen | 2007-10-12 | -2/+3 |
| | | | | (Closes: #445604) | |||
* | [ Petter Reinholdtsen ] | Petter Reinholdtsen | 2007-05-31 | -1/+50 |
| | | | | | | | | | | | * Add code in the server cronjob to generate a replacement munin.conf, and make it possible to activate it in munin by setting MUNINDIR=/etc/munin/ in collector.cfg. * Add preseedable hidden boolean debconf question sitesummary/replace-munin-config to make it possible to enable this feature at install time. * Update the postinst script to make sure the install time code is only executed during configure. | |||
* | On second thought, do not make entiresdir configurable. | Petter Reinholdtsen | 2006-10-05 | -1/+3 |
| | ||||
* | Provide more configuration on the server. | Petter Reinholdtsen | 2006-10-05 | -4/+3 |
| | ||||
* | * Change server cron job to remove entries after 120 days. | Petter Reinholdtsen | 2006-10-04 | -0/+16 |
| | | | | | * Make it possible to override this value using /etc/sitesummary/collector.cfg. | |||
* | * Add daily cron job to update web pages once a day. | Petter Reinholdtsen | 2006-08-31 | -0/+5 |
* Remove old /etc/apache2/sites-available/sitesummary if it exist, to cope with the new apache config structure introduced version 0.0.6. |