私はLinuxでmonデーモンを習得しようとしています。モードで依存関係を設定できるかどうか疑問に思います。可能であれば設定方法。私が理解したところによると、以下のスクリプトは何があってもping
実行されますhttp
。パスhttp
でのみ実行できるようにするにはどうすればよいですか?ping
hostgroup test test.shahmirj.com
watch test
service ping
interval 5m
monitor ping.monitor
period wd {Mon-Fri}
alert mail.alert [email protected]
alertevery 5m
service http
interval 5m
monitor http.monitor
period wd {Sun-Sat}
alert mail.alert [email protected]
upalert mail.alert -S "web server is back up" mis
alertevery 45m
上記の内容ping
だけを実行した場合、http
どのように異なる方法で実行できますか?
事前にありがとう