From e55cad5c1adbd08cf0fb2d0c8bd61cc9ee8b3f32 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 3 Apr 2019 11:04:07 +0200 Subject: [PATCH] Fix headings in the docs refs #6918 (cherry picked from commit e909302fd90ccc4aecdb99bcc04750c4aa0f098d) --- doc/19-technical-concepts.md | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/19-technical-concepts.md b/doc/19-technical-concepts.md index d34e03760..045ca39c8 100644 --- a/doc/19-technical-concepts.md +++ b/doc/19-technical-concepts.md @@ -900,7 +900,7 @@ Event Receiver (Client): `CheckResultAPIHandler` in `REGISTER_APIFUNCTION` ### Messages -#### icinga::Hello +#### icinga::Hello > Location: `apilistener.cpp` @@ -925,7 +925,7 @@ Event Receiver: `HelloAPIHandler` None, this is a required message. -#### event::Heartbeat +#### event::Heartbeat > Location: `jsonrpcconnection-heartbeat.cpp` @@ -957,7 +957,7 @@ the client. This is to avoid stale connections with no message processing. None, this is a required message. -#### event::CheckResult +#### event::CheckResult > Location: `clusterevents.cpp` @@ -991,7 +991,7 @@ Message updates will be dropped when: * Hosts/services do not exist * Origin is a remote command endpoint different to the configured, and whose zone is not allowed to access this checkable. -#### event::SetNextCheck +#### event::SetNextCheck > Location: `clusterevents.cpp` @@ -1025,7 +1025,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::SetNextNotification +#### event::SetNextNotification > Location: `clusterevents.cpp` @@ -1060,7 +1060,7 @@ Message updates will be dropped when: * Notification does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::SetForceNextCheck +#### event::SetForceNextCheck > Location: `clusterevents.cpp` @@ -1094,7 +1094,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::SetForceNextNotification +#### event::SetForceNextNotification > Location: `clusterevents.cpp` @@ -1128,7 +1128,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::SetAcknowledgement +#### event::SetAcknowledgement > Location: `clusterevents.cpp` @@ -1167,7 +1167,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::ClearAcknowledgement +#### event::ClearAcknowledgement > Location: `clusterevents.cpp` @@ -1200,7 +1200,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone is not allowed to access this checkable. -#### event::SendNotifications +#### event::SendNotifications > Location: `clusterevents.cpp` @@ -1237,7 +1237,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone the same as the receiver. This binds notification messages to the HA zone. -#### event::NotificationSentUser +#### event::NotificationSentUser > Location: `clusterevents.cpp` @@ -1277,7 +1277,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone the same as the receiver. This binds notification messages to the HA zone. -#### event::NotificationSentToAllUsers +#### event::NotificationSentToAllUsers > Location: `clusterevents.cpp` @@ -1321,7 +1321,7 @@ Message updates will be dropped when: * Checkable does not exist. * Origin endpoint's zone the same as the receiver. This binds notification messages to the HA zone. -#### event::ExecuteCommand +#### event::ExecuteCommand > Location: `clusterevents-check.cpp` and `checkable-check.cpp` @@ -1377,7 +1377,7 @@ The returned messages are synced directly to the sender's endpoint, no cluster b > **Note**: EventCommand errors are just logged on the remote endpoint. -#### config::Update +#### config::Update > Location: `apilistener-filesync.cpp` @@ -1416,7 +1416,7 @@ Config updates will be ignored when: * The zone is not configured on the receiver endpoint. * The zone is authoritative on this instance (this only happens on a master which has `/etc/icinga2/zones.d` populated, and prevents sync loops) -#### config::UpdateObject +#### config::UpdateObject > Location: `apilistener-configsync.cpp` @@ -1490,7 +1490,7 @@ Error handling: * Compare modified and original attributes and restore any type of change here. -#### config::DeleteObject +#### config::DeleteObject > Location: `apilistener-configsync.cpp` @@ -1542,7 +1542,7 @@ Error handling: * Log an error if `DeleteObject` fails (only if the object does not already exist) -#### pki::RequestCertificate +#### pki::RequestCertificate > Location: `jsonrpcconnection-pki.cpp` @@ -1574,7 +1574,7 @@ in the `api` feature. Only valid certificate request messages are processed, and valid signed certificates won't be signed again. -#### pki::UpdateCertificate +#### pki::UpdateCertificate > Location: `jsonrpcconnection-pki.cpp` @@ -1614,7 +1614,7 @@ Message updates are dropped when * The origin sender is not in a parent zone of the receiver. * The certificate fingerprint is in an invalid format. -#### log::SetLogPosition +#### log::SetLogPosition > Location: `apilistener.cpp` and `jsonrpcconnection.cpp`