nagios
-
nagios notiIT 2019. 4. 30. 10:54
#출처 https://github.com/obaarne/Nagios2Slack/blob/master/slack_host_notify.sh #!/usr/bin/env bash # Edit your Slack hook URL and footer icon URL SLACK_URL=https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX FOOTER_ICON=http://env.baarnes.com/Nagios.png # Host Notification command example : # define command { # command_name slack-host # command_line /usr/lib64/nagios/plug..
-
나기오스 타임 설정카테고리 없음 2019. 2. 15. 12:10
objects 폴더 ------ timeperiods.cfg 설정파일 define timeperiod { timeperiod_name apple (서비스) alias apple (서비스) sunday 09:30-18:00 monday 09:30-18:00 tuesday 09:30-18:00 wednesday 09:30-18:00 thursday 09:30-18:00 friday 09:30-18:00 saturday 09:30-18:00 } ---localhost.cfg 설정파일 define service{ use generic-service-apple host_name localhost service_description HTTP apple error check_command check_website!-..