-
Notifications
You must be signed in to change notification settings - Fork 3
/
package
30 lines (30 loc) · 996 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
29
30
{
'author': u'Marius Rieder <[email protected]>',
'description': u'This package contains a check plugin to Monitor Azure AD Connect Sync Service',
'download_url': 'https://github.com/jiuka/checkmk_win_adsync/releases',
'files': {
'agent_based': [
'win_adsync_scheduler.py',
'win_adsync_connector.py',
],
'agents': [
'windows/plugins/win_adsync.ps1',
],
'checkman': [
'win_adsync_scheduler',
'win_adsync_connector',
],
'lib': [
'python3/cmk/base/cee/plugins/bakery/win_adsync.py',
],
'web': [
'plugins/wato/check_parameters_win_adsync.py',
'plugins/wato/agent_bakery_win_adsync.py',
]},
'name': 'win_adsync',
'title': u'Check for Azure AD Connect Sync Service',
'version': '2.2.0',
'version.min_required': '2.2.0',
'version.packaged': '2.2.0',
'version.usable_until': '2.3.0'
}