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-ons759Graphics 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
SNMP Monitor a list of files for a maximum size via SNMP
0.0 (0)
156.8K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Chad Columbus (3)Marcin Bednarski (3)Davide Lemma (3)
See More
Newest Contributors
matthewducey (1)Linuxfabrik (1)signalgrid (1)Sanna Glue (2)fisherrs (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Adam Radovits
AR

Adam Radovits

@aradovits

User Stats

Member Since: July 8, 2016

Favorites0

Views

Projects0

No Projects Found
check_apache2.py

Optimization needed

Optimization: No tmp file needed In retrieve_status_page() function change this: retrPage = urllib.urlretrieve(statusPage, '/tmp/server-status.log') to this one: return urllib.urlopen(statusPage) and modidy parse_status_page() function to parse_status_page(data): # file = open('/tmp/server-status.log', 'r') line = data.readline() ... line = data.readline() and finally in the main function add this line: resParse = parse_status_page(retrieve_status_page()) so comment this lines: #retrieve_status_page() #resParse = parse_status_page() Or you can see it: https://gist.github.com/kajla/bf94e9c520f5cc706eb2e831af17129c

Reviewed 10 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile