Add disk monitoring plugin

This commit is contained in:
2023-02-15 11:28:39 -05:00
parent fc16e26f23
commit f6bea50a0a
6 changed files with 182 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class MonitoringPluginScript(MonitoringPlugin):
setup(): Perform special setup steps during node daemon startup
This step is optional and should be used sparingly.
If you wish for the plugin to not load in certain conditions, do any checks here
and return a non-None failure message to indicate the error.
"""
pass