add bundle:ipmitool, add grafana dashboard row
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
92b2e19e44
commit
8300f48541
4 changed files with 260 additions and 3 deletions
27
bundles/ipmitool/metadata.py
Normal file
27
bundles/ipmitool/metadata.py
Normal file
|
@ -0,0 +1,27 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'ipmitool': {},
|
||||
},
|
||||
},
|
||||
'telegraf': {
|
||||
'input_plugins': {
|
||||
'builtin': {
|
||||
'ipmi_sensor': [{
|
||||
'interval': '30s',
|
||||
'metric_version': 2,
|
||||
'timeout': '20s',
|
||||
'use_sudo': True,
|
||||
}],
|
||||
},
|
||||
},
|
||||
'sudo_commands': {
|
||||
'/usr/bin/ipmitool *',
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'ipmitool': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue