Add disk monitoring plugin

This commit is contained in:
2023-02-15 11:28:39 -05:00
parent 0ecf219910
commit 8565cf26b3
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