-
Notifications
You must be signed in to change notification settings - Fork 0
/
package
28 lines (28 loc) · 960 Bytes
/
package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
'author': u'Marius Rieder <marius.rieder@scs.ch>',
'description': u'This package contains a check plugin for Windows NFS',
'download_url': 'https://github.com/jiuka/checkmk_winnfs/releases',
'files': {
'agents': [
'windows/plugins/winnfs.ps1',
],
'cmk_addons_plugins': [
'winnfs/agent_based/winnfsshare.py',
'winnfs/agent_based/winnfssrv.py',
'winnfs/checkman/winnfsshare',
'winnfs/checkman/winnfssrv',
'winnfs/graphing/winnfssrv.py',
'winnfs/rulesets/check_parameters.py',
'winnfs/rulesets/agent_config.py',
],
'lib': [
'python3/cmk/base/cee/plugins/bakery/winnfs.py',
],
},
'name': 'winnfs',
'title': u'Check for the Windows NFS Server',
'version': '2.3.0',
'version.min_required': '2.3.0p3',
'version.packaged': '2.3.0',
'version.usable_until': '2.4.0'
}