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



  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4399Themes and Skins13Add-ons753Documentation283Graphics 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
* Remote Check Tunneling check_network_device_ping
0.0 (0)
8K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)Julien DESMAREST (6)Chad Columbus (4)Davide Lemma (4)deskwork_itunes142 (4)
See More
Newest Contributors
smolinux (1)juanfertor (1)zsoltaire (1)RavuAlHemio (1)sowoii (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > elysium
e

elysium

@elysium

User Stats

Member Since: October 30, 2018

Favorites0

Views

Projects0

No Projects Found
check_fsecure [F-Secure fsav check]

Plugin modification for FSIGK 5.50

The plugin needs some modification for FSIGK F-Secure Internet Gatekeeper (thats not the same as FSLS, F-Secure Server Linux Security), but then its still useable, thanks for that. With FSIGK 5.50 you have to change: 1. Link the following binaries to make ./fsav executable within FSIGK: /usr/lib/libfsavd.so.7 -> /opt/f-secure/fsigk/fssp/lib/libfsavd.so.7 /usr/lib/libsubstatus.so -> /opt/f-secure/fsigk/fssp/lib/libsubstatus.so /usr/lib/libkeycheck.so -> /opt/f-secure/fsigk/fssp/lib/libkeycheck.so /usr/lib/libfsclm.so.2 -> /opt/f-secure/fsigk/fssp/lib/libfsclm.so.2 /usr/lib/libmgmtfile.2.0.0.so -> /opt/f-secure/fsigk/fssp/lib/libmgmtfile.2.0.0.so 2. Change line #101 to a hardcoded path conf path (or ad another prefix, FSAV in FSIGK works just different to FSLS): chomp(my $fsav_version = `$fsav --config=file:/opt/f-secure/fsigk/fssp/etc/fssp.conf --version`); Now it depends on your FSIGK installation, usually user "nagios" is not able to run "$fsav --config=file:/opt/f-secure/fsigk/fssp/etc/fssp.conf --version" without sudo/root. 2. Add sudo for the FSAV binary like this in check_fsecure: my $fsav = "/usr/bin/sudo /opt/f-secure/fsigk/fssp/bin/fsav"; 3. Comment-out the following lines in check_fsecure: #if (!-x $fsav) { # die("ERROR: Unable to execute $fsav"); #} 4. Add a sudo rule /etc/sudoers on monitored machine: nagios ALL=(root) NOPASSWD: /opt/f-secure/fsigk/fssp/bin/fsav Thats it.

Reviewed 7 years ago

check_apt_last_update

make check_apt_last_update python3 (ubuntu 20.04) ready

#!/usr/bin/env python3 4a5 > # plugin adjusted from python2 to python3 20200603 8c9 __version__ = "0.0.2" 33c34 print("%sOK: %s" % (check, message)) 36c37 print("%sWARNING: %s" % (check, message)) 39c40 print("%sCRITICAL: %s" % (check, message)) 42c43 print("UNKNOWN: %s" % message) 147a149,151 > # self.verbosity = int(self.verbosity) > if self.verbosity == None: > self.verbosity = 0 149c153 print("%s" % message) 192c196 line = next(f) 315,316c319,320 % (__title__, __version__, __author__)) 326c330 print("Caught Control-C...")

Reviewed 6 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile