blob: 8af2fa83620fa0f326a7ad7bb0b22a4f8c208495 (
plain)
- # host[<host_name>]=<host_alias>;<address>;<parent_hosts>;<host_check_command>;
- # <max_attempts>;<notification_interval>;<notification_period>
- # ;<notify_recovery>;<notify_down>;<notify_unreachable>;
- # <event_handler>
- #
- host[cherry]=Cherry, LAB;213.237.80.158;;check-host-alive;10;120;24x7;1;1;1;
- # hostgroup[<group_name>]=<group_alias>;<contact_groups>;<hosts>
- #
- hostgroup[lab]=LAB;redpill;cherry
- # service[<host>]=<description>;<volatile>;<check_period>;<max_attempts>;
- # <check_interval>;<retry_interval>;<notification_group>;
- # <notification_interval>;<notification_period>;<notify_recovery>;
- # <notify_critical>;<notify_warning>;<event_hander>;<check_command>
- #
- service[cherry]=PING;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ping_slow
- #service[cherry]=LOAD;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_load!10!5!2!20!10!5
- #service[cherry]=Current Users;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_users!75!150
- #service[cherry]=Zombie Processes;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_procs_zombie!5!10
- #service[cherry]=Total Processes;0;24x7;3;5;2;redpill;240;24x7;1;1;1;;check_procs!200!300
- #service[cherry]=Diskspace;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_disk!-w10%!-c5%
- #service[cherry]=Virtual memory;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_swap!-w50%!-c75%
- #service[cherry]=DNS;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_dns
- service[cherry]=FTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ftp
- service[cherry]=HTTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_http
- service[cherry]=IMAP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check-imap
- service[cherry]=POP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_pop
- service[cherry]=SMTP;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_smtp
- service[cherry]=SSH;0;24x7;3;3;1;redpill;120;24x7;1;1;1;;check_ssh
|