Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Nagios configuration. | Petter Reinholdtsen | 2010-01-19 | -1/+17 | |
| | | | | | | | * Make sure to create a dummy Nagios configuration during installation when Nagios autoconfiguration is enabled, to make sure Nagios start on first boot when sitesummary is installed from debian-installer. | ||||
* | Sort list of exported functions. | Petter Reinholdtsen | 2010-01-19 | -8/+8 | |
| | |||||
* | Move some generic functions to the sitesummary perl library. | Petter Reinholdtsen | 2010-01-19 | -37/+41 | |
| | |||||
* | Provide more time periods (workhours, nonworkhours, never) for the | Petter Reinholdtsen | 2010-01-19 | -0/+30 | |
| | | | | Nagios configuration | ||||
* | Replace Nagios main config file with one based on the current one | Petter Reinholdtsen | 2010-01-19 | -30/+1279 | |
| | | | | | from Nagios v3 instead of the old one which was based on debian-edu- config. | ||||
* | releasing version 0.0.55 | Petter Reinholdtsen | 2010-01-18 | -2/+2 | |
| | |||||
* | Typo. | Petter Reinholdtsen | 2010-01-18 | -1/+1 | |
| | |||||
* | Document munin and nagios preseeding. | Petter Reinholdtsen | 2010-01-18 | -0/+14 | |
| | |||||
* | Provide hooks for munin and nagiosn runs. | Petter Reinholdtsen | 2010-01-18 | -2/+4 | |
| | |||||
* | Make it possible to preseed the nagios server for the nrpe configuration. | Petter Reinholdtsen | 2010-01-18 | -0/+9 | |
| | |||||
* | * Provide debconf preseeding suppport (using hidden questions) for | Petter Reinholdtsen | 2010-01-18 | -46/+115 | |
| | | | | | | | 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. | ||||
* | Drop Nagios dhcp check, as it do not seem to work. | Petter Reinholdtsen | 2010-01-18 | -3/+4 | |
| | |||||
* | Make sure to generate config for laptops that are nagios clients. | Petter Reinholdtsen | 2010-01-18 | -2/+3 | |
| | |||||
* | Move nagios contact information to separate file, to avoid | Petter Reinholdtsen | 2010-01-18 | -18/+23 | |
| | | | | | conffile questions during upgrades if the contacts are changed and only the commands change. | ||||
* | Check ftp from Nagios if proftpd is installed. | Petter Reinholdtsen | 2010-01-18 | -0/+12 | |
| | |||||
* | Improve description. | Petter Reinholdtsen | 2010-01-18 | -1/+1 | |
| | |||||
* | Check default route ping even if it is missing in DNS. | Petter Reinholdtsen | 2010-01-18 | -2/+10 | |
| | |||||
* | Avoid introducing blank line where none was present earlier. | Petter Reinholdtsen | 2010-01-17 | -1/+0 | |
| | |||||
* | Improve structure in generated Nagios config. | Petter Reinholdtsen | 2010-01-17 | -4/+2 | |
| | |||||
* | Remember to make AF_INET available using 'use Socket'. | Petter Reinholdtsen | 2010-01-17 | -0/+1 | |
| | |||||
* | Insert default route check before the host checks. | Petter Reinholdtsen | 2010-01-17 | -8/+8 | |
| | |||||
* | Make sure a ping check is generated for each hosts default route. | Petter Reinholdtsen | 2010-01-17 | -1/+31 | |
| | |||||
* | Document change. | Petter Reinholdtsen | 2010-01-16 | -0/+7 | |
| | |||||
* | Improve client side documentation. | Petter Reinholdtsen | 2010-01-16 | -3/+18 | |
| | |||||
* | releasing version 0.0.54 | Petter Reinholdtsen | 2010-01-16 | -2/+2 | |
| | |||||
* | Make sure the client suggest the needed Nagios packages. | Petter Reinholdtsen | 2010-01-16 | -1/+1 | |
| | |||||
* | Remember dhcp check too. | Petter Reinholdtsen | 2010-01-16 | -0/+1 | |
| | |||||
* | Make sure remote check of software RAID work too. | Petter Reinholdtsen | 2010-01-16 | -0/+1 | |
| | |||||
* | Rewrite cron check to not allow nrpe to report on any process for security ↵ | Petter Reinholdtsen | 2010-01-16 | -3/+4 | |
| | | | | reasons. | ||||
* | * Collect /etc/nagios/nrpe.cfg and /etc/nagios/nrpe_local.cfg. | Petter Reinholdtsen | 2010-01-16 | -0/+34 | |
| | | | | | * Provide NRPE configuration on the clients in /etc/nagios/sitesummary-nrpe-commands.cfg | ||||
* | Check ssh and http from remote. | Petter Reinholdtsen | 2010-01-16 | -10/+10 | |
| | |||||
* | Typo. | Petter Reinholdtsen | 2010-01-16 | -1/+1 | |
| | |||||
* | Improve changelog. | Petter Reinholdtsen | 2010-01-16 | -2/+4 | |
| | |||||
* | Only check laptops with the nagios tools installed, to avoid reporting | Petter Reinholdtsen | 2010-01-16 | -0/+9 | |
| | | | | | failed ping for machines that come and go on the network. | ||||
* | Add checks for running cron and working dhcp to Nagios configuration. | Petter Reinholdtsen | 2010-01-16 | -0/+11 | |
| | |||||
* | Typo. | Petter Reinholdtsen | 2010-01-16 | -1/+1 | |
| | |||||
* | Change disk check generator to only check a given device once to avoid | Petter Reinholdtsen | 2010-01-16 | -2/+2 | |
| | | | | | checking mount points pointing to the same device twice. | ||||
* | Move host check to generating function. | Petter Reinholdtsen | 2010-01-16 | -6/+16 | |
| | |||||
* | Run the Nagios network checks for all hosts, and the remote checks for | Petter Reinholdtsen | 2010-01-16 | -18/+22 | |
| | | | | | those with NRPE installed. | ||||
* | Only assume the ldap port is open when slapd is installed. | Petter Reinholdtsen | 2010-01-16 | -1/+0 | |
| | |||||
* | Fix typo in cron check. | Petter Reinholdtsen | 2010-01-16 | -1/+1 | |
| | |||||
* | 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/+4 | |
| | |||||
* | Typo. | Petter Reinholdtsen | 2010-01-16 | -1/+1 | |
| | |||||
* | Add new command definition. | Petter Reinholdtsen | 2010-01-16 | -0/+5 | |
| | |||||
* | Rewrite how nagios configuration is generated to use a function to | Petter Reinholdtsen | 2010-01-16 | -128/+90 | |
| | | | | generate each service check. | ||||
* | releasing version 0.0.53 | Petter Reinholdtsen | 2010-01-10 | -3/+2 | |
| | |||||
* | Use higher process limit. | Petter Reinholdtsen | 2010-01-10 | -1/+1 | |
| | |||||
* | Generate checks for number of users, processes and apt upgrades too. | Petter Reinholdtsen | 2010-01-09 | -4/+39 | |
| | |||||
* | Make sure entry IDs are lower case, independend of what the client | Petter Reinholdtsen | 2010-01-07 | -1/+3 | |
| | | | | submitted. |