Skip to content

Commit

Permalink
Update bakery plugin for Checkmk 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Jul 1, 2023
1 parent 3ed5938 commit 6432e18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ for DIR in 'agents' 'checkman' 'checks' 'doc' 'inventory' 'notifications' 'pnp-t
ln -sv $WORKSPACE/$DIR $OMD_ROOT/local/share/check_mk/$DIR
done;

rm -rfv $OMD_ROOT/local/lib/check_mk/base/plugins/agent_based
ln -sv $WORKSPACE/agent_based $OMD_ROOT/local/lib/check_mk/base/plugins/agent_based
rm -rfv $OMD_ROOT/local/lib/python3/cmk/base/plugins/agent_based
ln -sv $WORKSPACE/agent_based $OMD_ROOT/local/lib/python3/cmk/base/plugins/agent_based

mkdir -p $OMD_ROOT/local/lib/python3/cmk/base/cee/plugins
ln -sv $WORKSPACE/bakery $OMD_ROOT/local/lib/python3/cmk/base/cee/plugins/bakery

rm -rfv $OMD_ROOT/local/lib/nagios/plugins
ln -sv $WORKSPACE/nagios_plugins $OMD_ROOT/local/lib/nagios/plugins
File renamed without changes.
13 changes: 5 additions & 8 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
'files': {
'agent_based': ['winnfsshare.py', 'winnfssrv.py'],
'agents': [
'bakery/winnfs.py',
'windows/plugins/winnfs.ps1',
],
'checkman': ['winnfsshare', 'winnfssrv'],
'checks': [],
'doc': [],
'inventory': [],
'notifications': [],
'pnp-templates': [],
'lib': [
'python3/cmk/base/cee/plugins/bakery/winnfs.py',
],
'web': [
'plugins/metrics/winnfssrv.py',
'plugins/wato/agent_bakery_winnfs.py',
Expand All @@ -22,8 +19,8 @@
]},
'name': 'winnfs',
'title': u'Check for the Windows NFS Server',
'version': '1.1.1',
'version.min_required': '2.0.0',
'version': '1.1.2',
'version.min_required': '2.2.0',
'version.packaged': '2.2.0',
'version.usable_until': '2.3.0'
}

0 comments on commit 6432e18

Please sign in to comment.