Changes between Version 5 and Version 6 of request
- Timestamp:
- 04/02/22 07:00:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
request
v5 v6 6 6 #!sh 7 7 OMD[monitor@0e]:~$ lq "GET services\nColumns: host_name description state \nFilter: host_name = RUTest0001 \nFilter: acknowledged = 1 \nFilter: state != 0 " 8 9 8 }}} 10 9 … … 12 11 #!sh 13 12 OMD[monitor@cd203ce131df]:~$ lq "GET services\nColumns: host_name host_state description state \nFilter: host_name = localhost \nFilter: host_state = 2 \nFilter: state != 0" localhost;2;ssh;1 13 }}} 14 14 15 {{{ 16 #!sh 17 OMD[monitor@cd]:~$ printf "GET hosts\nColumns: services_with_state notifications_enabled num_services \n" | unixcat ~/tmp/run/live 15 18 }}}