Random Project

SMB

Nagios plugins for monitoring Samba (SMB) shares and services.

Showing 1-12 of 13 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
# nrpe-nagios-smb-mount-check Check mount SMB in windows via PowerShell. The main goal is to check and monitor mount. P.S. There are more creative options to…
Check an SMB share using SMB1, SMB2, or SMB3. Checks Logon, Access, and if a share exists. Originally built by Steve Beauchemin at Nagios support.…
check_ad_replication.py ======================= This is a Nagios plugin for checking the normal operation of a Samba-based Active Directory server (Domain Controller). As of Samba 4.x, Samba…
Checks that the share is accessible ./check_smb_share_status.pl -u 'username' -w workgroup -p 'password' -s 'ip address ou hostnameshare' OK Available - ip address ou hostnameshare
check_smb_share_AA is another plugin to check access to Windows Share for a specific user. AA stands for Authorization - Authentication This plugin will check not…
Simple script to test a samba share. You can use is to test if a file exists on a windows domain. Use anonymous login if…
Usage Switches... -H, --host The hostname to check (required) -f, --filename The share and path to the file/directory (required) -F --filename-match Only check filenames matching…
Using smbclient this script calculates the free space and percent free. smb_client -H [hostname] -S [sharename] -W [warnlevel] -C [critlevel] It's nothing grand, but I…
This plug-in allows Nagios to check if a network share works well simulating user's behavior. To do that this plug-in uses an embedded smb client.…
Nagios plugin to return the number of user/processes into a smb server, total machines connected and the number of files open.
Usage: check_smb_share -H [host] -s ["sharename"] -u [username] -p [password]
Checks anonymous listing of SMB shares with smbclient. C.f. check_disk_smb, which checks specific shares.