Build precise queries to find exactly what you need
Press ESC to close
@sharkbot
Member Since: October 10, 2013
Favorites0
Views
Projects0
Thank you for this plugin. I've implemented it against a BigIP 3900 with version 10.2.3 Build 123.0 Hotfix HF1. Using 0.2 CPU, Mem, Conn/Server, and Group modules all work nicely. However Cert returns "Cannot determine expiry date for " Also for Server: check, I execute ./check_f5 -H mylb -C mycommunity -m 'server:/Production/virtualservername' and get "/Production/virtualservername: Not enable (noSuchInstance)" Perhaps I am not understanding something.
Reviewed 12 years ago
Few things I had to do to make the script work: 1. Set-ExecutionPolicy Unrestricted 2. check_exchange_mailqueue=cmd /c echo scriptsNagiosMonitoring_ExchangeQueueHealth.ps1; exit($lastexitcode) | PowerShell.exe -ExecutionPolicy Bypass -Command - Without the -ExecutinPolicy Bypass, I got an AuthorizationManager error.