A scheduler and alert management tool used for monitoring service availability and triggering alerts upon failure detection https://mirrors.edge.kernel.org/pub/software/admin/mon/html/
Go to file
2024-01-06 07:12:49 +01:00
mon-1.2.0-Makefile.patch remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon-bring-ha-down.alert remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon-bring-ha-up.alert remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon-initscript remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon-lvs.alert remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon-squid.monitor remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00
mon.spec update to 1.2.3 [release 1.2.3-1mamba;Mon Dec 27 2021] 2024-01-06 07:12:49 +01:00
README.md remove monitor which requires obsoleted module perl-LWP-Parallel-UserAgent [release 1.2.0-3mamba;Mon Nov 19 2012] 2024-01-06 07:12:48 +01:00

mon

mon is a general-purpose scheduler and alert management tool used for monitoring service availability and triggering alerts upon failure detection. mon was designed to be open and extensible in the sense that it supports arbitrary monitoring facilities and alert methods via a common interface, all of which are easily implemented with programs in C, Perl, shell, etc., SNMP traps, and special mon traps. mon views resource monitoring as two separate tasks: the testing of a condition, and triggering an action upon failure. mon was designed to implement the testing and action-taking tasks as separate, stand-alone programs. mon is fundamentally a scheduler which executes the monitors (each test a specific condition), and calls the appropriate alerts if the monitor fails. The decision to invoke an alert is governed by logic which offers various "squelch" features and dependencies, all of which are configurable by the user. Monitors and alerts are not a part of the core mon server, even though the distribution comes with a handful of them to get you started. This means that if a new service needs monitoring, or if a new alert is necessary, the mon server does not need to be changed. This makes mon easily extensible.