Skip to content

Commit 60a1c66

Browse files
committed
Update CONTRIBUTING.rst
1 parent c7ea837 commit 60a1c66

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CONTRIBUTING.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,6 @@ If the plugin requires ``sudo``-permissions to run, please add the plugin to the
451451
The newline at the end is required!
452452

453453

454-
Grafana Dashboards
455-
------------------
456-
457-
The title of the dashboard should be capitalized, the name has to match the folder/plugin name (spaces will be replaced with ``-``, ``/`` will be ignored. eg ``Network I/O`` will become ``network-io``). Each Grafana panel should be meaningful, especially when comparing it to other related panels (eg memory usage and CPU usage).
458-
459-
460454
Icinga Director Basket Config
461455
-----------------------------
462456

@@ -561,3 +555,11 @@ Service Sets
561555
If you want to create a Service Set, edit ``assets/icingaweb2-module-director/all-the-rest.json`` and append the definition using JSON. Provide new unique UUIDs. Do a syntax check using ``cat assets/icingaweb2-module-director/all-the-rest.json | jq`` afterwards.
562556

563557
If you want to move a service from one Service Set to another, you have to create a new UUID for the new service (this isn't even possible in the Icinga Director GUI).
558+
559+
560+
Grafana Dashboards
561+
------------------
562+
563+
The title of the dashboard should be capitalized, the name has to match the folder/plugin name (spaces will be replaced with ``-``, ``/`` will be ignored. eg ``Network I/O`` will become ``network-io``). Each Grafana panel should be meaningful, especially when comparing it to other related panels (eg memory usage and CPU usage).
564+
565+

0 commit comments

Comments
 (0)