Nagios Exchange
  • Home
  • Directory
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons732Documentation283Graphics 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
Other Tutorials And HOWTOs Troubleshooting Nagios 3.0
0.0 (0)
79.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Richard Ruddock
RR

Richard Ruddock

@ruddockr

User Stats

Favorites0

Views

Projects0

No Projects Found
plugin to check flexm status and usage(number of license pulling)

not accurate - does not return licenses served from a single server

the syntax of the line: $users =`$lmpath lmstat -c $licsrv -a | grep -i $serv | wc -l`; does NOT yield number of licenses served but just a line list containing $serv (which is just the server name) needs updated for newer lmgrd tools. maybe worked on an old lmutil version but not current ones (v9 or greater)

Reviewed 12 years ago

check_linux_stats

just what I needed

Great plugin - and yielding great info for nagiosgraph too! Just one tweak that makes the graph more sensible to read. default output is %idle which can be 100% all the time if a quiet server. I changed this to return to CPU busy time (based on cpu_used variable) code change snippett at line 120-126 (under check_cpu sub): 120 my $perfdata .= "|" 121 ."user=$cpu->{user}% " 122 ."system=$cpu->{system}% " 123 ."iowait=$cpu->{iowait}% " 124 ."InUse=$cpu_used%;$o_warning;$o_critical"; 125 126 print "CPU $status : InUse $cpu_used% $perfdata"; Richard

Reviewed 13 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks