equal
deleted
inserted
replaced
49 The defaults are as follows: |
49 The defaults are as follows: |
50 |
50 |
51 ``` |
51 ``` |
52 arborist: |
52 arborist: |
53 snmp: |
53 snmp: |
54 timeout: 2 |
54 timeout: 2 |
55 retries: 1 |
55 retries: 1 |
56 community: public |
56 community: public |
57 version: 2c |
57 version: 2c |
58 port: 161 |
58 port: 161 |
59 batchsize: 25 |
59 batchsize: 25 |
60 cpu: |
60 cpu: |
61 warn_at: 80 |
61 warn_at: 80 |
62 disk: |
62 disk: |
63 warn_at: 90 |
63 warn_at: 90 |
64 include: ~ |
64 include: |
65 exclude: |
65 exclude: |
66 - "^/dev(/.+)?$" |
66 - "^/dev(/.+)?$" |
67 - "^/net(/.+)?$" |
67 - "/dev$" |
68 - "^/proc$" |
68 - "^/net(/.+)?$" |
69 - "^/run$" |
69 - "/proc$" |
70 - "^/sys/" |
70 - "^/run$" |
71 memory: |
71 - "^/sys/" |
72 physical_warn_at: ~ |
72 - "/sys$" |
73 swap_warn_at: 60 |
73 processes: |
74 processes: |
74 check: [] |
75 check: [] |
75 memory: |
|
76 physical_warn_at: |
|
77 swap_warn_at: 60 |
76 ``` |
78 ``` |
77 |
79 |
78 The `warn_at` keys imply usage capacity as a percentage. ie: "Warn me |
80 The `warn_at` keys imply usage capacity as a percentage. ie: "Warn me |
79 when a disk mount point is at 90 percent utilization." |
81 when a disk mount point is at 90 percent utilization." |
80 |
82 |