-
Notifications
You must be signed in to change notification settings - Fork 0
/
eclipse.conf
24 lines (21 loc) · 992 Bytes
/
eclipse.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**************************************************************************
* this file: /usr/share/icinga2/include/plugins-contrib.d/eclipse.conf *
* Eclipse checks *
* Mel - 2016-09-06 - custom icinga2 checks *
**************************************************************************/
object CheckCommand "check_eclipse_users" {
import "plugin-check-command"
command = [ PluginContribDir + "/check_eclipse_users" ]
arguments = {
"-w" = {
value = "$eclipse_license_warning$"
description = "Min. percent of licenses in use to generate warning (minimum 10, defaults to 80)"
required = false
}
"-c" = {
value = "$eclipse_license_critical$"
description = "Min. percent of licenses in use to generate critical alert ( w < c ) (maximum 99, defaults to 90)"
required = false
}
}
}