Difference between revisions of "stoney monitoring: OpenLDAP directory data organisation"

From stoney cloud
Jump to: navigation, search
[checked revision][checked revision]
(Maintenance - Actions)
 
Line 1: Line 1:
 
= Abstract =
 
= Abstract =
This document describes the OpenLDAP directory data organisation for the '''stoney monitoring''' service, based on [https://www.zabbix.com/ Zabbix].
+
This document describes the OpenLDAP directory data organisation for the '''stoney monitoring''' service, which is based on [https://www.zabbix.com/ Zabbix].
  
 
= Data Organisation =
 
= Data Organisation =
Line 12: Line 12:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: monitoring
 
ou: monitoring
description: The sub tree for the monitoring service, based on Zabbix.
+
description: The sub tree for the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 22: Line 22:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: configuration
 
ou: configuration
description: The sub tree for the configuration of the monitoring service, based on Zabbix.
+
description: The sub tree for the configuration of the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 52: Line 52:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: units
 
ou: units
description: The sub tree for the host groups of the monitoring service, based on Zabbix.
+
description: The sub tree for the host groups of the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 62: Line 62:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: units
 
ou: units
description: The sub tree for the hosts of the monitoring service, based on Zabbix.
+
description: The sub tree for the hosts of the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 72: Line 72:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: units
 
ou: units
description: The sub tree for the user groups of the monitoring service, based on Zabbix.
+
description: The sub tree for the user groups of the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 82: Line 82:
 
objectclass: organizationalUnit
 
objectclass: organizationalUnit
 
ou: units
 
ou: units
description: The sub tree for the actions of the monitoring service, based on Zabbix.
+
description: The sub tree for the actions of the monitoring service, which is based on Zabbix.
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
[[Category: OpenLDAP directory]]
 
[[Category: OpenLDAP directory]]
 
[[Category: stoney monitoring]]
 
[[Category: stoney monitoring]]

Latest revision as of 22:03, 18 January 2024

Abstract

This document describes the OpenLDAP directory data organisation for the stoney monitoring service, which is based on Zabbix.

Data Organisation

The following chapters explain the data organisation of the stoney cloud OpenLDAP directory, in this case we looking at the stoney monitoring service, which is based on Zabbix.

Maintenance

The following LDIF shows the monitoring entry of the whole OpenLDAP directory tree for the stoney cloud:

dn: ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: monitoring
description: The sub tree for the monitoring service, which is based on Zabbix.

Maintenance - Configuration

The sub tree for the configuration of the monitoring service:

dn: ou=configuration,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: configuration
description: The sub tree for the configuration of the monitoring service, which is based on Zabbix.

Maintenance - Configuration - Reseller

The sub tree for the reseller specific monitoring service settings:

dn: ou=reseller,ou=configuration,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: reseller
description: The sub tree for the reseller specific monitoring service settings.

Maintenance - Configuration - Customers

The sub tree for the customers specific monitoring service settings:

dn: ou=customers,ou=configuration,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: customer
description: The sub tree for the customer specific monitoring service settings.

Maintenance - Host groups

The sub tree for the host groups of the monitoring service:

dn: ou=host groups,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: units
description: The sub tree for the host groups of the monitoring service, which is based on Zabbix.

Maintenance - Hosts

The sub tree for the hosts of the monitoring service:

dn: ou=hosts,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: units
description: The sub tree for the hosts of the monitoring service, which is based on Zabbix.

Maintenance - User groups

The sub tree for the user groups of the monitoring service:

dn: ou=user groups,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: units
description: The sub tree for the user groups of the monitoring service, which is based on Zabbix.

Maintenance - Actions

The sub tree for the actions of the monitoring service:

dn: ou=actions,ou=monitoring,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: organizationalUnit
ou: units
description: The sub tree for the actions of the monitoring service, which is based on Zabbix.