nodes/home.router: poll switch and usv more often
This commit is contained in:
parent
ffd899534a
commit
1360a36a95
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,7 @@ nodes['home.router'] = {
|
|||
'agents': ['udp://172.19.138.2'],
|
||||
'agent_host_tag': 'host',
|
||||
'table': [{'oid': 'IF-MIB::ifTable'}],
|
||||
'interval': '10s',
|
||||
},
|
||||
{
|
||||
'agents': ['udp://172.19.138.3'],
|
||||
|
@ -177,6 +178,7 @@ nodes['home.router'] = {
|
|||
{'oid': 'SNMPv2-SMI::mib-2.33.1.4.4.1.4.1', 'name': 'output_watts'},
|
||||
{'oid': 'SNMPv2-SMI::mib-2.33.1.4.4.1.5.1', 'name': 'output_percent'},
|
||||
],
|
||||
'interval': '10s',
|
||||
},
|
||||
{
|
||||
'agents': ['udp://172.19.138.41'],
|
||||
|
|
Loading…
Reference in a new issue