n2

view n2rxd.example.conf @ 229:50e63f34b439

Don't break on armel cpuinfo
author Pim van Riezen <pi@openpanel.com>
date Thu Feb 02 16:40:38 2012 +0100 (3 months ago)
parents
children
line source
1 ! n2rxd - netload2 receiver daemon configuration
2 !
3 ! change this to bind n2rxd to a specific ip address or a different
4 ! port
5 !
6 ip bind address 0.0.0.0 port 4444
7 !
8 ! Log settings
9 !
10 log type all
11 log file /var/log/n2/n2rxd.log
12 !
13 ! Default trigger levels for alert states
14 !
15 default rtt-alert 20
16 default rtt-warning 40
17 default swap-warning 4096
18 default swap-alert 1024
19 default ram-alert 1024
20 default ram-warning 4096
21 default cpu-alert 95
22 default cpu-warning 90
23 default loadavg-alert 15
24 default loadavg-warning 4
25 default loss-alert 30
26 default loss-warning 5
27 !
28 ! A monitor-group is a collection of hosts that share a common
29 ! set of trigger values. Monitor-groups may be super- or
30 ! subsets of other monitor-groups with more specific settings.
31 ! The acl mask is in cisco notation (0.0.0.255 is a /24).
32 !
33 monitor-group 192.168.1.0 0.0.0.255
34 key zIjlJn4O$k@JhrjeuYriryU$lPnmaRaH
35 rtt-warning 35
36 rtt-alert 150
37 loadavg-warning 2.0
38 loadavg-alert 5.0
39 loss-warning 10
40 loss-alert 30
41 sockstate-warning 20
42 sockstate-alert 50
43 !
44 ! A more-specific monitor group, adding exceptions for a single
45 ! host.
46 !
47 monitor-group 192.168.1.15 0.0.0.0
48 key 84ufyqeroqwerOizuYqwe
49 loss-warning 101
50 loss-alert 102
51 !
52 ! A host-group binds multiple hosts together in the n2view
53 ! interface (and the output of the n2group command)
54 !
55 host-group mobile-stations
56 member network 192.168.1.128 0.0.0.127
57 member host 10.0.1.18
58 !
59 host-group desktop-stations
60 member network 192.168.1.64 0.0.0.63
61 !
62 host-group servers
63 member network 192.168.1.0 0.0.0.63
64 !