remove these warnings
This commit is contained in:
parent
52f65ae4db
commit
bdd84f2c5e
3 changed files with 22 additions and 10 deletions
|
@ -4,6 +4,7 @@ define service {
|
|||
check_command check_by_nrpe!check_mirrorlist_cache
|
||||
use defaulttemplate
|
||||
normal_check_interval 120
|
||||
notification_interval 130
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -12,5 +13,6 @@ define service {
|
|||
check_command check_by_nrpe!check_merged_file_age
|
||||
use defaulttemplate
|
||||
normal_check_interval 120
|
||||
notification_interval 130
|
||||
event_handler restart_rsyslog
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ define service {
|
|||
check_command check_by_nrpe!check_mirrorlist_cache
|
||||
use defaulttemplate
|
||||
normal_check_interval 120
|
||||
notification_interval 130
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -12,5 +13,6 @@ define service {
|
|||
check_command check_by_nrpe!check_merged_file_age
|
||||
use defaulttemplate
|
||||
normal_check_interval 120
|
||||
notification_interval 130
|
||||
event_handler restart_rsyslog
|
||||
}
|
||||
|
|
|
@ -25,19 +25,27 @@
|
|||
yum: name={{ item }} state=present
|
||||
with_items:
|
||||
- php
|
||||
- nagios-plugins-http
|
||||
- nagios-plugins-dns
|
||||
- nagios-plugins-dig
|
||||
- nagios-plugins-ssh
|
||||
- nagios-plugins-nagios
|
||||
- nagios-plugins-nrpe
|
||||
- nagios-plugins-tcp
|
||||
- nagios-plugins-pgsql
|
||||
- nagios-plugins-smtp
|
||||
- nagios.x86_64
|
||||
- nagios-plugins
|
||||
- perl-Mail-IMAPClient
|
||||
- nagios-plugins-dig
|
||||
- nagios-plugins-disk
|
||||
- nagios-plugins-dns
|
||||
- nagios-plugins-dummy
|
||||
- nagios-plugins-file_age
|
||||
- nagios-plugins-http
|
||||
- nagios-plugins-load
|
||||
- nagios-plugins-nagios
|
||||
- nagios-plugins-nrpe
|
||||
- nagios-plugins-perl
|
||||
- nagios-plugins-pgsql
|
||||
- nagios-plugins-ping
|
||||
- nagios-plugins-procs
|
||||
- nagios-plugins-smtp
|
||||
- nagios-plugins-ssh
|
||||
- nagios-plugins-swap
|
||||
- nagios-plugins-tcp
|
||||
- nagios-plugins-users
|
||||
- perl-Mail-IMAPClient
|
||||
- stunnel
|
||||
- mod_auth_gssapi
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue