Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 03056f7a authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 7624bcf2
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/unbound-1.2.4-20240522.mkp "unbound-1.2.4-20240522.mkp" [PACKAGE]: ../../raw/master/mkp/unbound-1.2.5-20240523.mkp "unbound-1.2.5-20240523.mkp"
# unbound # unbound
This agent plugin cheks the state of the unbound dns daemon. For more information about unbound see: https://nlnetlabs.nl/projects/unbound/about/ This agent plugin cheks the state of the unbound dns daemon. For more information about unbound see: https://nlnetlabs.nl/projects/unbound/about/
......
File added
...@@ -11,9 +11,9 @@ fi ...@@ -11,9 +11,9 @@ fi
if [ -f "$(which unbound-control)" ]; then if [ -f "$(which unbound-control)" ]; then
echo '<<<unbound:sep(61)>>>' echo '<<<unbound:sep(61)>>>'
unbound-control stats_noreset -c $UNBOUND_CFG unbound-control -c $UNBOUND_CFG stats_noreset
echo '<<<>>>' echo '<<<>>>'
echo '<<<unbound_status:sep(0)>>>' echo '<<<unbound_status:sep(0)>>>'
unbound-control status -c $UNBOUND_CFG unbound-control -c $UNBOUND_CFG status
echo '<<<>>>' echo '<<<>>>'
fi fi
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
'lib': ['python3/cmk/base/cee/plugins/bakery/unbound.py']}, 'lib': ['python3/cmk/base/cee/plugins/bakery/unbound.py']},
'name': 'unbound', 'name': 'unbound',
'title': 'Unbound', 'title': 'Unbound',
'version': '1.2.4-20240522', 'version': '1.2.5-20240523',
'version.min_required': '2.2.0b1', 'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24', 'version.packaged': '2.2.0p24',
'version.usable_until': None} 'version.usable_until': None}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment