- Issue created by @uccio
- 🇩🇰Denmark ressa Copenhagen
I agree, it would be great with some more details in the documentation.
- 🇸🇪Sweden peter törnstrand
I second that. I can see that there is support for REST exports in the code and I guess that is the way to go? I also found this issue #2398835: Readd icinga integration → where the Icinga integration module is removed from the code.
- 🇸🇪Sweden peter törnstrand
I also found this just now https://www.drupal.org/project/monitoring_icinga →
- 🇸🇪Sweden peter törnstrand
And also, have a look at the Drush command
monitoring:run
. It can output results in different formats. See code https://git.drupalcode.org/project/monitoring/-/blob/8.x-1.x/src/Command... - 🇨🇭Switzerland berdir Switzerland
REST is an option, drush is an option, you can also write your own integration based on those examples. There's also an option to run sensors on cron and send an e-mail.
A new addition is the monitoring_prometheus submodule which exposes sensors using the prometheus metrics standard.
Feel free to either propose README changes or create a documentation page on how to do your own integration.