Enable nagios checks for ticketkey, and stop emailing puiterwijk
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8248eabd70
commit
3fc57e699b
3 changed files with 11 additions and 1 deletions
|
@ -16,6 +16,15 @@ define service {
|
|||
notification_interval 130
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name proxies
|
||||
service_description Check TicketKey age
|
||||
check_command check_by_nrpe!check_ticketkey_age
|
||||
use defaulttemplate
|
||||
check_interval 120
|
||||
notification_interval 130
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name log01.phx2.fedoraproject.org
|
||||
service_description Check Merged Log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue