-
Notifications
You must be signed in to change notification settings - Fork 350
Expand file tree
/
Copy pathipmi.pyconf
More file actions
55 lines (42 loc) · 826 Bytes
/
ipmi.pyconf
File metadata and controls
55 lines (42 loc) · 826 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
modules {
module {
name = "ipmi"
language = "python"
# If you change this entry make sure you put it under name_match section
param metric_prefix {
value = "ipmi"
}
# IP of rhe IPMI
param ipmi_ip {
value = "10.1.2.3"
}
param username {
value = "admin"
}
param password {
value = "secret"
}
param level {
value = "USER"
}
# Location of timeout binary
param timeout_bin {
value = "/usr/bin/timeout"
}
# Location of ipmitool binary
param ipmitool_bin {
value = "/usr/bin/ipmitool"
}
param level {
value = "USER"
}
}
}
collection_group {
collect_every = 60
time_threshold = 90
metric {
name_match = "ipmi_(.+)"
value_threshold = 1.0
}
}