TOP LEVEL CATEGORIES
EXPLORE
@robinsmit
Favorites 1
Views 2057
Script to check if databases are mounted, exchange 2010 & 2013. [NRPE Handlers] #check_database_mount_customer=cmd /c echo C:Scriptscheck_database_mount.ps1 | PowerShell.exe -Command - # On the check_nrpe…
Powershell script to Check available size on datastore on VMWare ESX using NRPE and NSclient++
[NRPE Handlers] Nagios_Check_veeam=cmd /c echo C:scriptsNagios_Check_veeam.ps1 "Name-Of-Your-Job" 1; exit $LastExitCode | powershell.exe -command -
Check the size of your Exchange Database, and receive an alert when it grows to big. Use in NSclient++ [NRPE Handlers] Check_database_size_check=cmd /c echo C:ScriptsnagiosCheck_database_size_check.ps1…