Status_Model Class Reference

Describes a single object from livestatus. More...

Inheritance diagram for Status_Model:
BaseStatus_Model NaemonObject_Model Object_Model BaseObject_Model

Public Member Functions

 restart_process ()
 Ninja rule: orm_command name Restart the Naemon process Ninja rule: orm_command category Process Ninja rule: orm_command icon command.
 shutdown_process ()
 Ninja rule: orm_command name Shut down the Naemon process Ninja rule: orm_command category Process Ninja rule: orm_command icon command.
 disable_notifications ()
 Ninja rule: orm_command name Disable notifications Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.
 enable_notifications ()
 Ninja rule: orm_command name Enable notifications Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.
 disable_service_checks ()
 Ninja rule: orm_command name Stop executing service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.
 enable_service_checks ()
 Ninja rule: orm_command name Start executing service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.
 disable_service_passive_checks ()
 Ninja rule: orm_command name Stop accepting passive service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.
 enable_service_passive_checks ()
 Ninja rule: orm_command name Start accepting passive service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.
 disable_host_checks ()
 Ninja rule: orm_command name Stop executing host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.
 enable_host_checks ()
 Ninja rule: orm_command name Start executing host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.
 disable_host_passive_checks ()
 Ninja rule: orm_command name Stop accepting passive host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.
 enable_host_passive_checks ()
 Ninja rule: orm_command name Start accepting passive host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.
 disable_event_handlers ()
 Ninja rule: orm_command name Disable event handlers Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.
 enable_event_handlers ()
 Ninja rule: orm_command name Enable event handlers Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.
 stop_obsessing_over_services ()
 Ninja rule: orm_command name Stop obsessing over services Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.
 start_obsessing_over_services ()
 Ninja rule: orm_command name Start obsessing over services Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.
 stop_obsessing_over_hosts ()
 Ninja rule: orm_command name Stop obsessing over hosts Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.
 start_obsessing_over_hosts ()
 Ninja rule: orm_command name Start obsessing over hosts Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.
 stop_flap_detection ()
 Ninja rule: orm_command name Disable flap detection Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.
 start_flap_detection ()
 Ninja rule: orm_command name Enable flap detection Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.
 stop_perfdata_processing ()
 Ninja rule: orm_command name Disable performance data processing Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.
 start_perfdata_processing ()
 Ninja rule: orm_command name Enable performance data processing Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.

Detailed Description

Describes a single object from livestatus.


Member Function Documentation

Status_Model::disable_event_handlers (  ) 

Ninja rule: orm_command name Disable event handlers Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.event_handler Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if enable_event_handlers

Status_Model::disable_host_checks (  ) 

Ninja rule: orm_command name Stop executing host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if execute_host_checks

Status_Model::disable_host_passive_checks (  ) 

Ninja rule: orm_command name Stop accepting passive host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if accept_passive_host_checks

Status_Model::disable_notifications (  ) 

Ninja rule: orm_command name Disable notifications Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.notification Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if enable_notifications

Status_Model::disable_service_checks (  ) 

Ninja rule: orm_command name Stop executing service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if execute_service_checks

Status_Model::disable_service_passive_checks (  ) 

Ninja rule: orm_command name Stop accepting passive service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if accept_passive_service_checks

Status_Model::enable_event_handlers (  ) 

Ninja rule: orm_command name Enable event handlers Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.event_handler Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !enable_event_handlers

Status_Model::enable_host_checks (  ) 

Ninja rule: orm_command name Start executing host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !execute_host_checks

Status_Model::enable_host_passive_checks (  ) 

Ninja rule: orm_command name Start accepting passive host checks Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !accept_passive_host_checks

Status_Model::enable_notifications (  ) 

Ninja rule: orm_command name Enable notifications Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.notification Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !enable_notifications

Status_Model::enable_service_checks (  ) 

Ninja rule: orm_command name Start executing service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !execute_service_checks

Status_Model::enable_service_passive_checks (  ) 

Ninja rule: orm_command name Start accepting passive service checks Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.enabled Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !accept_passive_service_checks

Status_Model::restart_process (  ) 

Ninja rule: orm_command name Restart the Naemon process Ninja rule: orm_command category Process Ninja rule: orm_command icon command.

Ninja rule: orm_command mayi_method update.command.restart_process Ninja rule: orm_command view monitoring/naemon_command

Status_Model::shutdown_process (  ) 

Ninja rule: orm_command name Shut down the Naemon process Ninja rule: orm_command category Process Ninja rule: orm_command icon command.

Ninja rule: orm_command mayi_method update.command.shutdown_process Ninja rule: orm_command view monitoring/naemon_command

Status_Model::start_flap_detection (  ) 

Ninja rule: orm_command name Enable flap detection Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.flap_detection Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !enable_flap_detection

Status_Model::start_obsessing_over_hosts (  ) 

Ninja rule: orm_command name Start obsessing over hosts Ninja rule: orm_command category Host operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.obsess Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !obsess_over_hosts

Status_Model::start_obsessing_over_services (  ) 

Ninja rule: orm_command name Start obsessing over services Ninja rule: orm_command category Service operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.obsess Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !obsess_over_services

Status_Model::start_perfdata_processing (  ) 

Ninja rule: orm_command name Enable performance data processing Ninja rule: orm_command category Operations Ninja rule: orm_command icon enabled.

Ninja rule: orm_command mayi_method update.command.flapping Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if !process_performance_data

Status_Model::stop_flap_detection (  ) 

Ninja rule: orm_command name Disable flap detection Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.flap_detection Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if enable_flap_detection

Status_Model::stop_obsessing_over_hosts (  ) 

Ninja rule: orm_command name Stop obsessing over hosts Ninja rule: orm_command category Host operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.obsess Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if obsess_over_hosts

Status_Model::stop_obsessing_over_services (  ) 

Ninja rule: orm_command name Stop obsessing over services Ninja rule: orm_command category Service operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.obsess Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if obsess_over_services

Status_Model::stop_perfdata_processing (  ) 

Ninja rule: orm_command name Disable performance data processing Ninja rule: orm_command category Operations Ninja rule: orm_command icon disabled.

Ninja rule: orm_command mayi_method update.command.flapping Ninja rule: orm_command view monitoring/naemon_command

Ninja rule: orm_command enabled_if process_performance_data


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 19 Dec 2018 for ninja by  doxygen 1.6.1