0
似乎無法找到解決方案。我知道這可能很容易,我是一個紅寶石小白..羅布,但會很感激幫助。廚師和Nagios間隔
我如何設置間隔檢查以說5/5。所以,在第五次失敗的嘗試中提醒我。
這是我在廚師,客戶服務我的廚師數據包:
{
"command_line": "$USER1$/check_nrpe -H $HOSTADDRESS$ -t 45 -c wt_check_procs -a '-t 60 -c 1: -C 'chef-client''",
"hostgroup_name": "chef_managed_systems",
"id": "chef-client",
"contact_groups": "email_and_page",
"event_handler": "restart_chef"
}
我如何定義像下面這樣,但我databag內:
define service{
host_name A Host
service_description A Service
normal_check_interval 5
retry_check_interval 1
max_check_attempts 5
}