Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
simoesp
PowerCLI Windows Plugin Monitor Datastore
blog.mirandasimoes.euCapacityGB: 1003GB > FreeSpaceGB: 205GB WARNING! Datastore AX4-1 > CapacityGB: 1003GB > FreeSpaceGB: 205GB OK! Datastore AX4-1 > CapacityGB: 1003GB > FreeSpaceGB: 205GB .EXAMPLE .check_vmware_triggeredalarms.ps1 -Server VCENT ...
Check Backup Exec Jobs Plugin
blog.mirandasimoes.euSYNOPSIS This script will connect to Symantec BackupExec server and using PowerShell, it will return information about the backup jobs: SYNTAX .check_backupexec_jobs.ps1 [[-Name] ] [[-Period] ] [] PARAMETERS -Name Name o ...
PowerCLI Plugin Shows Alert Status on vCenter
blog.mirandasimoes.euThis script will connect to vSphere through PowerCLI and using PowerShell, it will return information about the alerts: Will Return Something Like This! CRITICAL! Acknowledged Alarms > Total: 4 | Acknowledged: 3 | Unacknowledged: 1 ...
Simple TCP Port ant Ping Check in PowerShell
blog.mirandasimoes.euThis Script Will Test if TCP Port Connection is open and if it pings --EXAMPLE .check_testport.ps1 -Server SERVER-ADDRESS OK : PingReplyDetails: 32ms --EXAMPLE 1 .check_testport.ps1 -Server SERVER-ADDRESS FAIL: Ping Timeout -- EXAMPLE 2 .che ...