GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / check_notify_count
blobba28b9936291241c6a3d874ff5d0debdee8d9ccf
1 title: Check Number of Notifications per Contact
2 agents: active
3 catalog: agentless
4 license: GPL
5 distribution: check_mk
6 description:
7  Check the number of sent notifications per contact using the plugin check_notify_count
8  provided with Check_MK. This plugin counts the total number of notifications sent by the local
9  monitoring core and creates graphs for each individual contact. You can configure thresholds
10  on the number of notifications per contact in a defined time interval.
12  This plugin queries livestatus to extract the notification related log entries from the
13  log file of your monitoring core. By default, in OMD environments, the livestatus of the local
14  site is queried.
16  This check can be configured by WATO.
18  See the {usage} page of the check for details about the invocation on the command line.
20 Examples:
21  Count all notifications within last 60 minutes:
23  ./check_notify_count -r 60
25  Count all notifications within last 60 minutes and raise alerts when too many notifications
26  are sent to a contact:
28  ./check_notify_count -r 60 -w 20 -c 30