-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (19 loc) · 1006 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
check_serveriron
-=-=-=-==-=-=-=-
Nagios checks for Brocade (formerly Foundry) ServerIron utilization. These checks
should work on any JetCore or ADX based ServerIron but I have a limited number of
configurations on which to test.
check_serveriron_cpu: CPU utilization for a given WSM. Monitors all processors
(management and BP(s)).
check_serveriron_sessions: Session table utilization for a ServerIron chassis.
Monitors all BP(s) in all slots.
Written in perl with a minimum of external dependencies. Includes PNP templates
for graphing the perfdata output from the checks. Additional SI checks will
be included here soon.
Usage:
-=--=-
# check_serveriron_cpu -H myloadbalancer -C communitysecret
OK: management processor is 3.3% utilized|management=3.3%;50;80 barrel1=2.3%;80;40
# check_serveriron_sessions -H myloadbalancer -C communitysecret
OK: BP sessions 27% utilized|slot1=540003 slot2=539998 utilized=27%;80;60
>j.