aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-nodes
Commit message (Collapse)AuthorAgeLines
...
* Move some generic functions to the sitesummary perl library.Petter Reinholdtsen2010-01-19-37/+0
|
* * Provide debconf preseeding suppport (using hidden questions) forPetter Reinholdtsen2010-01-18-37/+62
| | | | | | | 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 Reinholdtsen2010-01-18-3/+3
|
* Make sure to generate config for laptops that are nagios clients.Petter Reinholdtsen2010-01-18-2/+3
|
* Check ftp from Nagios if proftpd is installed.Petter Reinholdtsen2010-01-18-0/+5
|
* Check default route ping even if it is missing in DNS.Petter Reinholdtsen2010-01-18-2/+10
|
* Avoid introducing blank line where none was present earlier.Petter Reinholdtsen2010-01-17-1/+0
|
* Improve structure in generated Nagios config.Petter Reinholdtsen2010-01-17-4/+2
|
* Remember to make AF_INET available using 'use Socket'.Petter Reinholdtsen2010-01-17-0/+1
|
* Insert default route check before the host checks.Petter Reinholdtsen2010-01-17-8/+8
|
* Make sure a ping check is generated for each hosts default route.Petter Reinholdtsen2010-01-17-1/+30
|
* Rewrite cron check to not allow nrpe to report on any process for security ↵Petter Reinholdtsen2010-01-16-1/+1
| | | | reasons.
* Check ssh and http from remote.Petter Reinholdtsen2010-01-16-10/+10
|
* Typo.Petter Reinholdtsen2010-01-16-1/+1
|
* Only check laptops with the nagios tools installed, to avoid reportingPetter Reinholdtsen2010-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 Reinholdtsen2010-01-16-0/+5
|
* Typo.Petter Reinholdtsen2010-01-16-1/+1
|
* Change disk check generator to only check a given device once to avoidPetter Reinholdtsen2010-01-16-2/+2
| | | | | checking mount points pointing to the same device twice.
* Move host check to generating function.Petter Reinholdtsen2010-01-16-6/+16
|
* Run the Nagios network checks for all hosts, and the remote checks forPetter Reinholdtsen2010-01-16-18/+22
| | | | | those with NRPE installed.
* Only assume the ldap port is open when slapd is installed.Petter Reinholdtsen2010-01-16-1/+0
|
* Fix typo in cron check.Petter Reinholdtsen2010-01-16-1/+1
|
* Do not generate nagios checks that need nrpe configuration by default.Petter Reinholdtsen2010-01-16-0/+1
|
* Typo.Petter Reinholdtsen2010-01-16-1/+1
|
* Rewrite how nagios configuration is generated to use a function toPetter Reinholdtsen2010-01-16-128/+83
| | | | generate each service check.
* Use higher process limit.Petter Reinholdtsen2010-01-10-1/+1
|
* Generate checks for number of users, processes and apt upgrades too.Petter Reinholdtsen2010-01-09-1/+19
|
* First draft at using nrpe for remote checking.Petter Reinholdtsen2010-01-07-13/+24
|
* * Collect software raid status from /proc/mdstat if it exist.Petter Reinholdtsen2010-01-07-13/+74
| | | | | | * Generate Nagios checks for software raid, zombie processes, swap, dns, imaps, nfs and squid too. Rename Nagios services to use lower case characters.
* Make sure the generated Nagios host entries uses a template.Petter Reinholdtsen2010-01-06-0/+1
|
* Ignore kernel file system type fusectl when generating Nagios checks.Petter Reinholdtsen2010-01-06-0/+1
|
* * Add usage information to sitesummary-nodes.Petter Reinholdtsen2008-06-11-2/+16
|
* Typo.Petter Reinholdtsen2008-06-11-20/+0
|
* * New argument -w to sitesummary-nodes, to list DNS name and MAC address,Petter Reinholdtsen2008-06-11-1/+31
| | | | for use with wakeonlan packages.
* * Accept nagios3 clients as nagios clients.Petter Reinholdtsen2008-06-08-1/+2
|
* * Updated sitesummary-nodes:Petter Reinholdtsen2008-06-07-0/+1
| | | | - Ignore nfs file systems when generating nagis configuration.
* Typos.Petter Reinholdtsen2008-06-01-10/+2
|
* - More automatically configured Nagios checks based on thePetter Reinholdtsen2008-06-01-34/+63
| | | | old Debian Edu configuration.
* - Use the IP address from ifconfig, not the sitesummary peer address,Petter Reinholdtsen2008-06-01-11/+3
| | | | | when generating nagios configuration, to avoid using the web proxy IP address.
* [ Petter Reinholdtsen ]Petter Reinholdtsen2008-05-31-1/+16
| | | | | | | | * Updated sitesummary-nodes: - Use IP address as hostname if the provided hostname is bogus or missing in DNS. - Ignore filesystem types autofs, binfmt_misc, iso9660, nfsd and usbfs when generating nagios checks.
* * Recognice nagios2 as a nagios client/server indicator.Petter Reinholdtsen2007-12-03-1/+2
|
* Fine tune disk partition nagios configuration.Petter Reinholdtsen2007-11-24-0/+10
|
* Untabify.sitesummary-collector.cgiPetter Reinholdtsen2007-11-24-5/+105
|
* Only list clients in sitesummary-nodes with the munin-node package installed ↵Petter Reinholdtsen2007-07-03-3/+13
| | | | when generating munin configuration file.
* * Add draft function is_munin_client() to sitesummary-nodes. ItPetter Reinholdtsen2007-07-02-1/+8
| | | | | should be used to only list the clients with the munin-node package installed in the munin configuration.
* [ Petter Reinholdtsen ]Petter Reinholdtsen2007-05-20-0/+50
* New perl function get_hostname() available from the SiteSummary perl module. * Add script sitesummary-nodes to list all reporting nodes. Use -m to list them in the format expected in /etc/munin/munin.conf.