-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage
24 lines (24 loc) · 901 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
{
'author': u'Marius Rieder <[email protected]>',
'description': u'This package contains a check plugin to Monitor Windows SchduledTasks',
'download_url': 'https://github.com/jiuka/checkmk_windows_scheduled_task/releases',
'files': {
'agent_based': ['win_scheduled_task.py'],
'agents': [
'windows/plugins/win_scheduled_task.ps1',
],
'checkman': ['win_scheduled_task'],
'lib': [
'python3/cmk/base/cee/plugins/bakery/win_scheduled_task.py',
],
'web': [
'plugins/wato/check_parameters_win_scheduled_task.py',
'plugins/wato/agent_bakery_win_scheduled_task.py',
]},
'name': 'win_scheduled_task',
'title': u'Check for Windows ScheduledTask',
'version': '2.4.1',
'version.min_required': '2.2.0',
'version.packaged': '2.2.0',
'version.usable_until': '2.3.0'
}