equal
deleted
inserted
replaced
61 exec( snmp ) |
61 exec( snmp ) |
62 end |
62 end |
63 |
63 |
64 Arborist::Monitor 'mount capacity check' do |
64 Arborist::Monitor 'mount capacity check' do |
65 every 30.seconds |
65 every 30.seconds |
66 match type: 'resource', category: 'load' |
66 match type: 'resource', category: 'disk' |
67 include_down true |
67 include_down true |
68 use :addresses, :config |
68 use :addresses, :config |
69 |
69 |
70 exec( Arborist::Monitor::SNMP::Disk ) |
70 exec( Arborist::Monitor::SNMP::Disk ) |
71 end |
71 end |