Forum Discussion
Monitoring BigIP TMM-Utilization with Nagios and snmp
I found some cacti-scripts at the cacti site to read the tmm-utilization from our bigip-boxes.
I turned it into a nagios-plugin for monitoring.
Here's a blogpost about it, if anyone is interested in such a thing. It supports nagios performancedata for graphing.
http://dingleberry.me/2009/10/monitoring-f5-bigip-tmm-utilization-with-nagios-and-snmp/
Morten
- hwidjaja_37598
Altostratus
I'm not sure whether it's the same but you can give this link a try: http://www.sladder.org/?p=317 - hiperesfera_364
Nimbostratus
Hi>OK: TMM utilization is 51 | pct=51
- Jaydeep_Chaudha
Nimbostratus
Hi @hiperesfera,
I know its quite an old thread, but really need some help on this. I tried to use above plugin and getting below error
root@76f14f428392:/usr/local/nagios/libexec ./check_tmm_utilization HOST_IP 76 90
Illegal division by zero at ./check_tmm_utilization line 49.
Below is line 49
my $tmm_cpu = (( ($polled_oids_1->{$tmmTotalCyl} - $polled_oids_0->{$tmmTotalCyl}) - ( ($polled_oids_1->{$tmmIdleCyl} - $polled_oids_0->{$tmmIdleCyl}) + ($polled_oids_1->{$tmmSleepCyl} - $polled_oids_0->{$tmmSleepCyl}) )) / ($polled_oid s_1->{$tmmTotalCyl} - $polled_oids_0->{$tmmTotalCyl}) ) * 100 ;
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com