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
|
@ -97,7 +97,10 @@ for rnode in repo.nodes:
|
|||
],
|
||||
}
|
||||
|
||||
if rnode.has_bundle('lm-sensors'):
|
||||
if rnode.has_bundle('ipmitool'):
|
||||
dashboard['rows'].append(dashboard_row_ipmitool(panel_id, rnode))
|
||||
dashboard['tags'].add('ipmitool')
|
||||
elif rnode.has_bundle('lm-sensors'):
|
||||
dashboard['rows'].append(dashboard_row_sensors(panel_id, rnode))
|
||||
dashboard['tags'].add('lm-sensors')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue