Skip to content

Commit

Permalink
#22: more sensors!
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-malets committed Oct 16, 2014
1 parent 50a0fc2 commit d8bb033
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions cfg/conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ groups:
- [uzers_unix, '^(h|hog|m|mm|n|p|r|t|ts|it|it2)$', {services: [exim_default, autoupdate]}]
- [auto_vms, '^((irc|school)-back|shannon)$', {services: [exim_default, autoupdate]}]

- [S5000PAL, '^(m|h)$', {modules: [coretemp, i5k_amb],
sensors: ['coretemp:temp*:10,15,45,50',
'i5k_amb:temp*:10,15,55,60']}]
- [S5520UR, '^(r|t)$', {modules: [coretemp],
sensors: ['coretemp:temp*:10,15,45,50']}]

- [aps, '(.+-ap|ap\d)', {admin: uzer}]
- [ipmi, '.+-ipmi', {services: [ipmi], admin: uzer}]
- [mplan, '.+-mplan', {services: [mplan], admin: uzer}]
Expand All @@ -78,11 +84,16 @@ groups:
- [bhs, 'h(0\d|1[0-7])']
- [shs, 'h(1(8|9)|2\d)']

- [hogs, 'hog\d\d', {services: [userqwer], localtime: 1}]
- [hogs, 'hog\d\d', {services: [userqwer],
sensors: ['coretemp:temp2:10,15,60,65',
'coretemp:temp3:10,15,60,65'],
localtime: 1}]
- [bhogs, 'hog(0\d|1[0-7])']
- [shogs, 'hog(1(8|9)|2\d)']

- [cl, 'clt\d', {modules: [w83627hf]}]
- [cl, 'clt\d', {modules: [w83627hf],
sensors: ['w83627thf:temp1:10,15,50,55',
'w83627thf:temp2:10,15,50,55']}]

- [managed, [cl, volatile], '(uzer|znick)-pc', {services: [unix],
admin: uzer,
Expand Down

0 comments on commit d8bb033

Please sign in to comment.