Skip to content

Commit

Permalink
Try ditaa diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Kästle committed Dec 21, 2023
1 parent 170b3c9 commit 7ff900a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions draft-kaestle-monitoring-plugins-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,19 @@ It encourages the standardization of libraries, monitoring plugins and monitorin
to reduce the cognitive load on administrators and developers, when they work with
different implementations.

~~~
┌────────────────────┐
│ Visualisation tool ├────────────┐
└────────────────────┘ ┌──────┴──────────┐ exec ┌───────────────────┐
│ Monitoring tool │┄┄┄┄┄┄┄┄│ Monitoring Plugin │
└──────┬──────────┘ └───────────────────┘
┌────────────────────┐ │
│ Notification tool ├────────────┘
└────────────────────┘
~~~ plantuml
@startditaa
+--------------------+
| Visualisation tool +------------+
+--------------------+ |
|
+-----------------+ exec +-------------------+
| Monitoring tool +--------+ Monitoring Plugin |
+-----------------+ +-------------------+
+--------------------+ |
| Notification tool +------------+
+--------------------+
@endditaa
~~~

This document aims to be as general as possible and not to assume a special
Expand Down

0 comments on commit 7ff900a

Please sign in to comment.