Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About
  • Submit Feedback

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
  • Submit Feedback
Plugins4406Themes and Skins13Add-ons760Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Linux Novell SuSE Linux filesystem check plugin for Nagios
0.0 (0)
156.6K
RSS Feed
Newest Listings Updated Listings
Top Contributors
deskwork_itunes142 (4)Davide Lemma (3)Chad Columbus (3)Marcin Bednarski (3)Andrea Bolongaro (2)
See More
Newest Contributors
pawal (1)matthewducey (1)Linuxfabrik (1)signalgrid (1)Sanna Glue (2)
See More

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Jesus Rodriguez
JR

Jesus Rodriguez

@hiperesfera

User Stats

Member Since: January 20, 2012

Favorites0

Views

Projects0

No Projects Found
Monitoring F5 BigIP TMM Utilization with Nagios and SNMP

TMM utilization - percentage of use

Hi first of all thanks so much for this plugin, great work! I would like share with you something I have spotted as I have been using this plugin and always getting the same log output [code] " TMM ulitization= 1 " [/code] Having a look the script the function to round the variable I think it is not correct [code]# Round to integer $tmm_cpu = int($tmm_cpu + .5);[/code] This is truncating the decimals with the int casting as you are only adding 0.5 and the number is in a range between 0 and 1, so I have changed it and now it is displaying fine: [code] # Round to integer $tmm_cpu = int($tmm_cpu * 100); [/code] just multiplying by 100 you get the percentage [code] xxxx:/usr/local/nagios/libexec # ./check_f5_tmm.pl HOST STRING 76 90 OK: TMM utilization is 51 | pct=51 [/code] hope it helps, thanks

Reviewed 14 years ago

No Favorites Found

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile