From e909302fd90ccc4aecdb99bcc04750c4aa0f098d 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 --- 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 945119e16..0d5f3709d 100644 --- a/doc/19-technical-concepts.md +++ b/doc/19-technical-concepts.md @@ -966,7 +966,7 @@ Event Receiver (Client): `CheckResultAPIHandler` in `REGISTER_APIFUNCTION` ### Messages -#### icinga::Hello +#### icinga::Hello > Location: `apilistener.cpp` @@ -991,7 +991,7 @@ Event Receiver: `HelloAPIHandler` None, this is a required message. -#### event::Heartbeat +#### event::Heartbeat > Location: `jsonrpcconnection-heartbeat.cpp` @@ -1023,7 +1023,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` @@ -1057,7 +1057,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` @@ -1091,7 +1091,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` @@ -1126,7 +1126,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` @@ -1160,7 +1160,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` @@ -1194,7 +1194,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` @@ -1233,7 +1233,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` @@ -1266,7 +1266,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` @@ -1303,7 +1303,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` @@ -1343,7 +1343,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` @@ -1387,7 +1387,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` @@ -1443,7 +1443,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` @@ -1482,7 +1482,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` @@ -1556,7 +1556,7 @@ Error handling: * Compare modified and original attributes and restore any type of change here. -#### config::DeleteObject +#### config::DeleteObject > Location: `apilistener-configsync.cpp` @@ -1608,7 +1608,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` @@ -1640,7 +1640,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` @@ -1680,7 +1680,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`