Changes between Version 5 and Version 6 of request


Ignore:
Timestamp:
04/02/22 07:00:46 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • request

    v5 v6  
    66#!sh
    77OMD[monitor@0e]:~$ lq "GET services\nColumns: host_name description state \nFilter: host_name = RUTest0001 \nFilter: acknowledged = 1 \nFilter: state != 0 "
    8 
    98}}}
    109
     
    1211#!sh
    1312OMD[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}}}
    1414
     15{{{
     16#!sh
     17OMD[monitor@cd]:~$ printf "GET hosts\nColumns: services_with_state notifications_enabled num_services \n" | unixcat ~/tmp/run/live
    1518}}}