Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.- SMB (14 listings)
SMBShares





This plugin checks the size, amount of files and writeability of a windows smb share.
SMB Connection





Powershell Script to check SMB Connection on Windows Server.
Works with Windows 2012 and higher.
Output: OK: SMB1=0, SMB2=7, SMB3=14 Connections active
Connections seperated for every Version.
Shows Performancedata and IP, Computername, User and SMB ...
nrpe-nagios-smb-mount-check





Check mount SMB in windows via PowerShell. The main goal is to check and monitor mount.
Monitoringplug





My collection of monitoring plugins for Nagios and similar monitoring systems. Contains a broad range of plugins for monitor thinks like: CUPS, libVirt, NFS/SUN-RPC, RedHat Cluster, DNSSEC, RedHat Satelite, SELinux, QNap Storage, tftp, SSL, Areca Raid, Ko ...
check_smb_usedspace





This very simple plugin is writen in C++. The goal is to retrieve the used space on a samba share. check_smb_share is not ok for me because we need authorized access to all directories. We need the used space and not the free space because we pay about th ...
check_smb_status.sh





Nagios plugin to return the number of user/processes into a smb server, total machines connected and the number of files open.
check_smb_speed





This is a nagios plugin vb script (VBS) that will check read or write speed over SMB.
check_smb_share_AA





check_smb_share_AA is another plugin to check access to Windows Share for a specific user.
check_smb_share





Checks if a specific SMB share exists. Can be used to check for printer shares as well. Uses an anonymous login if no username or password is supplied. If your share has spaces in its name make sure you "quote" it in the command argument -s.
check_smb_file_simple





Simple script to test a samba share. You can use is to test if a file exists on a windows domain. Usage: $PROGNAME -H -W -s -f -u -p -S -E $PROGNAME --help $PROGNAME --version
check_smb_file





Tests the existence/age/size/contents of a file/folder on a SMB share. It's a Perl script that uses the Filesys::SmbClient module to do all the work.
check_smb3





Check an SMB share using SMB1, SMB2, or SMB3. Checks Logon, Access, and if a share exists.
check_path_exists





Simple script to check path exists on linux. Remember that you can check windows/other filesystems paths using NFS/SAMBA/SMB/OTHER mounting point. Enjoy it!
check_mounts.sh





Verifies the current mounts correspond to those defined in /etc/fstab. Return 0 [OK] if true, 1 [WARNING] if mounted but has no matching entry in /etc/fstab and 2 [CRITICAL] if an /etc/fstab entry is not currently mounted. Supports: NFS3, NFS4, CIFS, SM ...
check_list_smbfolder_guest





Get if a folder is shared, using the guest user for query.
Windows or Unix shared working...
check_file_content





Check if a string or a chain provided by -s option is present in a file which is critical when the number of founded line(s) is bigger than one provided by -c option. It works with local file or with file on cifs sharing with smb protocol, in the futur, ...
check_disk_smb_spaces





The current check_disk_smb plugin does not support spaces in the share name. This is a very, very simple modification to the original check_disk_smb plugin which allows the share in question to have spaces in the name.