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
Plugins4394Themes and Skins11Add-ons744Documentation283Graphics 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
Components Active Directory Integration for Nagios XI
5.0 (6)
284.9K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (6)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Marius (2)
See More
Newest Contributors
zsoltaire (1)RavuAlHemio (1)sowoii (1)Nitatemic (1)cjdepaul (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Roland de Leeuw
Rd

Roland de Leeuw

@JVD

User Stats

Member Since: December 23, 2019

Favorites0

Views0

Projects1

count_lines.sh
JSON
count_lines.sh
A Plugin to read files from Unit4 API, tested it on Unit4 SPE6: http://servername:port/prod/rest/api/v1/02/salesOrders?filter= This module let you split te lines with a split character…
0.0 (0)
3.3K
0
Roland de Leeuw
check_shadowcopies

Plugin works for my File Server

It is easy to install, and it worked instantly over WMI for our windows 2012 R2 File Server. Thanks

Reviewed 6 years ago

check_speedtest-cli

Yes it tests the internet speed, but nagios is missing graph

I installed this script and it works, i get the ping, upload & download speed. So far so good! But it has no graph, is there a way to activate the graph in Nagios? All other plugins show a graph.

Reviewed 4 years ago

check_smb_file_simple

I have also added a directory parameter

I also want to check a sub directory in a share, so i added a sub directory parameter (-d), see the code: --------------------------------- [root@localhost ~]# cat /usr/local/nagios/libexec/check_smb_file.sh #!/bin/sh # Check for file on SMB with nagios # Cristian Barreto 2013-03-27 REVISION=1.0 PROGNAME=`basename $0` PROGPATH=`echo $0 | sed -e 's,[\/][^\/][^\/]*$,,'` . $PROGPATH/utils.sh usage () { echo " Nagios plugin to check for SAMBA File. Use anonymous login if user name is not supplied. IT NEEDS SMBCLIENT PACKET TO WORK! Usage: $PROGNAME -H -W -s -f -u -p -S -E $PROGNAME --help $PROGNAME --version " } help () { print_revision $PROGNAME $REVISION echo; usage; echo; support } #print help if [ $# -lt 3 ]; then usage exit $STATE_UNKNOWN fi user="guest" pasword="" while test -n "$1"; do case "$1" in --help | -h) help exit $STATE_OK;; --version | -V) print_revision $PROGNAME $REVISION exit $STATE_OK;; -H) shift host="$1";; -W) shift workgroup="$1";; -s) shift sharePathToTest="$1";; -d) shift directoryToTest="$1";; -f) shift fileToTest="$1";; -u) shift user="$1";; -p) shift password="$1";; -S) shift onSuccessMessage="$1";; -E) shift onErrorMessage="$1";; *) usage; exit $STATE_UNKNOWN;; esac shift done onSuccessMessage="OK: File exists!" onErrorMessage="ERROR: File "//"$host""$sharePathToTest"$fileToTest" does not exists." if [ "$fileToTest" == "" ]; then echo "ERROR: You need to specify a file to test using -f parameter." exit $STATE_UNKNOWN fi if [ "$directoryToTest" == "" ]; then echo "directoryToTest = empty, do not add a sub directory after the share (and before the filename)" fileToTest="$fileToTest" else echo "directoryToTest = Filled, add a sub directory after the share (and before the filename)" fileToTest = "$directoryToTest/$fileToTest" fi smbclient //"$host""$sharePathToTest" -U "$user"%"$password" -W "$workgroup" -c "get "$directoryToTest/$fileToTest" /tmp/"$fileToTest"" if [ -f /tmp/"$fileToTest" ]; then rm -f /tmp/"$fileToTest" echo $onSuccessMessage exit $STATE_OK else echo $onErrorMessage exit $STATE_CRITICAL fi

Reviewed 6 years ago

check_file_content

Where can i find smb file contend

Where can i find: smb_file_contend?

Reviewed 6 years ago

check_ftp_download

The link is dead ;-(

The link is dead ;-(

Reviewed 6 years ago

Check eventlog/eventid by WMI

Need to view sub directorys of eventviewer

I was hapopy with this tool, but when i want to search through sub directory's in eventviewer i cannot find the eventviewer file. For instance: Microsoft-Windows-WFP%4Operational.evtx delivers nothing. I ended up printing the tmp file before it is deleted and it is always empty. It would be great if i also can view the following event viewer logs: Microsoft-Windows-Windows Firewall With Advanced Security/Firewall %SystemRoot%System32WinevtLogsMicrosoft-Windows-Windows Firewall With Advanced Security%4Firewall.evtx For the eventlogs in the root this tool just works fine!

Reviewed 5 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile