command[check_swap]=/usr/lib64/nagios/plugins/check_swap -w 50% -c 10% command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w 90 -c 95 command[check_load]=/usr/lib64/nagios/plugins/check_load -w 4,3.5,3 -c 6,5.5,5 command[check_mem]=/usr/lib64/nagios/plugins/check_mem -w 90 -c 95 command[check_procs]=/usr/lib64/nagios/plugins/check_procs -w 300 -c 500 command[check_zombies]=/usr/lib64/nagios/plugins/check_procs -w 1 -c 5 -s Z command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H YOUR_NTP_SERVER -w60 -c300 command[check_idm]=/usr/lib64/nagios/plugins/check_http -H 127.0.0.1 -p 8080 -u '/idm/api/v1/status' command[check_httpd]=/usr/lib64/nagios/plugins/check_http -H IDM_SERVICE_DOMAIN_NAME -S -p443 -w1 command[check_httpd_cert]=/usr/lib64/nagios/plugins/check_http -H IDM_SERVICE_DOMAIN_NAME -S -p443 -C30,7 command[check_postgres]=/usr/lib64/nagios/plugins/check_pgsql -H 127.0.0.1 -P 5432 -d template1 -l MONITORING_USER -p MONITORING_USER_PASSWORD -w0.5 -c1