Changes between Version 8 and Version 9 of request
- Timestamp:
- 04/03/22 06:27:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
request
v8 v9 1 1 = Naemond query = 2 2 3 Ref [https://docs.checkmk.com/latest/en/livestatus.html, here] 3 Ref [https://docs.checkmk.com/latest/en/livestatus.html, check_mk] 4 Ref [https://www.naemon.io/documentation/usersguide/livestatus.html, naemon] 4 5 5 6 {{{ … … 25 26 printf "[%lu] SEND_CUSTOM_SVC_NOTIFICATION;localhost;ssh;0;omdadmin;SSH notify by KT.\n" > /opt/omd/sites/monitor/tmp/run/naemon.cmd 26 27 }}} 28 29 {{{ 30 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 }}}