Build precise queries to find exactly what you need
Press ESC to close
I’ve had a few problems to monitorized this event with nagios and grafana because script didn’t show well performance data, just critical output. So I changed some lines into powershell script:
Lines 148 to 154 “if ($returnString.length -gt 976) { $estado=$countCritical+$countOptional+$countHidden Write-Host ($returnString.SubString(0,975) + “|critical=$countCritical optional=$countOptional hidden=$countHidden state=$estado”) } else { $estado=$countCritical+$countOptional+$countHidden Write-Host ($returnString + “|critical=$countCritical optional=$countOptional hidden=$countHidden state=$estado “) }
Now it works perfect!
Thanks and regards
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!