We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the check timeouts, no useful message is provided, and also the exit code is not correct:
[root@nagios hardware]# ./check-netapp-ng.pl -H 192.168.0.10 -C public -T UPTIME Alarm clock [root@nagios hardware]# echo $? 142
The check should return 2 (critical), and provide an input like "no reponse from XXXX"
I'll try to fix this.
The text was updated successfully, but these errors were encountered:
👍 thanks @tatref
Sorry, something went wrong.
Update check-netapp-ng.pl
300651b
Fixed issue ranl#27
No branches or pull requests
If the check timeouts, no useful message is provided, and also the exit code is not correct:
The check should return 2 (critical), and provide an input like "no reponse from XXXX"
I'll try to fix this.
The text was updated successfully, but these errors were encountered: