chiark / gitweb /
rcheck
12 years agocheck.d/{disks,ntp}: Only perform the checks if relevant programs exist.
Mark Wooding [Fri, 22 Jul 2011 18:39:14 +0000 (19:39 +0100)]
check.d/{disks,ntp}: Only perform the checks if relevant programs exist.

If smartctl(8) isn't installed, then presumably we don't need to check
the status of disks; and if there's no ntpd(8) it's pointless checking
synchronization.

12 years agocheck.d/logs: Only worry if Exim's paniclog is nonempty.
Mark Wooding [Mon, 11 Jul 2011 08:44:33 +0000 (09:44 +0100)]
check.d/logs: Only worry if Exim's paniclog is nonempty.

The log rotation script leaves the file in place.

12 years agorcheck: Hunt down directory by chasing symlinks.
Mark Wooding [Wed, 22 Jun 2011 08:13:29 +0000 (09:13 +0100)]
rcheck: Hunt down directory by chasing symlinks.

Better than hardwiring it.

12 years agontp: New check for NTP clock condition.
Mark Wooding [Wed, 22 Jun 2011 08:13:01 +0000 (09:13 +0100)]
ntp: New check for NTP clock condition.

12 years agorcheck: A periodic remote monitoring tool.
Mark Wooding [Wed, 22 Jun 2011 07:31:49 +0000 (08:31 +0100)]
rcheck: A periodic remote monitoring tool.

Initial commit.