Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • 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

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

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons757Graphics 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
2012 Nagios World Conference Presentations Nagios Conference 2012 – Marcel Hecko – Importance of visual representation
0.0 (0)
48.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Davide Lemma (3)Chad Columbus (3)Marcin Bednarski (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > JF Rameau
JR

JF Rameau

@jframeau

User Stats

Member Since: February 6, 2012

Favorites0

Views

Projects0

No Projects Found
check_linux_stats

check_cpu displays help

Very good plugin. Last version 1.5 check_cpu should be followed by a elsif. --- check_linux_stats.pl.old 2016-01-06 22:06:17.000000000 +0100 +++ check_linux_stats.pl 2016-01-06 22:03:33.582324204 +0100 @@ -59,7 +59,7 @@ if($o_cpu){ check_cpu(); } -if($o_context){ +elsif($o_context){ check_context_switch(); } elsif($o_mem){ jfr

Reviewed 10 years ago

check_icmp

Good plugin but ...

but it crashes when no host set. So please, replace if(!(host_base_ptr = malloc(sizeof(struct host_name_list)))) { line 314 by if(!(host_base_ptr = calloc(1, sizeof(struct host_name_list)))) { to zeroify the structure and avoid break here while(host_ptr->next) { line 540 jeff

Reviewed 14 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile