# Monitoring Integration Example
# Icinga
This example simply parses the output for global_alert":false
and makes use of the built in check_http
plugin.
define service {
use generic-service
host_name myhostname
service_description Test_Atlas
check_command check_http!-I atlas.ripe.net -r 'global_alert":false' --ssl=1 -u /api/v2/measurements/1040425/status-check/?permitted_total_alerts=1
}