Changes between Version 11 and Version 12 of request
- Timestamp:
- 07/11/22 05:14:08 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
request
v11 v12 19 19 }}} 20 20 21 22 21 23 {{{ 22 24 lq "GET services\nColumns: host_name host_state description state host_last_notification notifications_enabled\nFilter: host_name = localhost \nFilter: host_state != 0 \nFilter: state != 0" … … 30 32 lq "GET services\nColumns: host_name host_state description state host_last_notification notifications_enabled last_hard_state_change last_hard_state last_state\nFilter: host_name = localhost " 31 33 }}} 34 35 run as root 36 {{{ 37 root@0e3f9eda2de0:~# printf "GET hosts\nColumns: services_with_state notifications_enabled num_services \n" | /omd/sites/monitor/bin/unixcat /omd/sites/monitor/tmp/run/live 38 39 }}}