From 5e4a21661acd838d77e4cd3301f4d4beb1a9c57b Mon Sep 17 00:00:00 2001 From: Alexey Weyl Date: Sun, 27 Nov 2016 10:49:58 +0200 Subject: [PATCH] rename internal vitrage properties 1. vitrage_sync_mode to vitrage_action_type 2. vitrage_sync_type to vitrage_entity_type Change-Id: I19c73e439f03d9830364c611774d27648278b6c7 --- specs/mitaka/synchronizer-nagios-get-all.rst | 62 ++++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/specs/mitaka/synchronizer-nagios-get-all.rst b/specs/mitaka/synchronizer-nagios-get-all.rst index f641bcd..327be21 100644 --- a/specs/mitaka/synchronizer-nagios-get-all.rst +++ b/specs/mitaka/synchronizer-nagios-get-all.rst @@ -57,37 +57,37 @@ Data model impact Nagios event will look like that: -+---------------+--------------------------------------+----------------------+ -| Field | Description | Examples | -+===============+======================================+======================+ -| resource_name | name of Nagios host | - compute-0-0.local | -| | | - os-glance-00.local | -| | | - ilo.node14 | -+---------------+--------------------------------------+----------------------+ -| resource_type | type of Nagios host | - nova.host | -| | | - nova.instance | -| | | - switch | -+---------------+--------------------------------------+----------------------+ -| service | name of Nagios service (test) | - CPU load | -| | | - check_ceph_health | -+---------------+--------------------------------------+----------------------+ -| status | the status of the service | - OK | -| | | - WARNING | -| | | - CRITICAL | -| | | - UNKNOWN | -+---------------+--------------------------------------+----------------------+ -| last_check | last time the service was checked | 2016-01-04 19:17:10 | -+---------------+--------------------------------------+----------------------+ -| duration | duration since the last status change| 1d 2h 55m 48s | -+---------------+--------------------------------------+----------------------+ -| attempt | how many attempts were made | 1/3 | -+---------------+--------------------------------------+----------------------+ -| status_info | additional information | OK - 15min load 1.66 | -| | | at 32 CPUs | -+---------------+--------------------------------------+----------------------+ -| sync_type | the source of information | nagios | -| | | (constant value) | -+---------------+--------------------------------------+----------------------+ ++-----------------------+--------------------------------------+----------------------+ +| Field | Description | Examples | ++=======================+======================================+======================+ +| resource_name | name of Nagios host | - compute-0-0.local | +| | | - os-glance-00.local | +| | | - ilo.node14 | ++-----------------------+--------------------------------------+----------------------+ +| resource_type | type of Nagios host | - nova.host | +| | | - nova.instance | +| | | - switch | ++-----------------------+--------------------------------------+----------------------+ +| service | name of Nagios service (test) | - CPU load | +| | | - check_ceph_health | ++-----------------------+--------------------------------------+----------------------+ +| status | the status of the service | - OK | +| | | - WARNING | +| | | - CRITICAL | +| | | - UNKNOWN | ++-----------------------+--------------------------------------+----------------------+ +| last_check | last time the service was checked | 2016-01-04 19:17:10 | ++-----------------------+--------------------------------------+----------------------+ +| duration | duration since the last status change| 1d 2h 55m 48s | ++-----------------------+--------------------------------------+----------------------+ +| attempt | how many attempts were made | 1/3 | ++-----------------------+--------------------------------------+----------------------+ +| status_info | additional information | OK - 15min load 1.66 | +| | | at 32 CPUs | ++-----------------------+--------------------------------------+----------------------+ +| vitrage_entity_type | the source of information | nagios | +| | | (constant value) | ++-----------------------+--------------------------------------+----------------------+