-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
unable to execute the script on NAGIOS #1
Comments
Can you try this after the line: "my $content = $page->decoded_content;":
And execute the command and send me the output? Thanks! |
its says now: ./check_elements_cluster_performance.pl --hostname for the hostname I am giving the ip of the Netapp cluster do u think that can be an issue. |
Ah ok. Sounds like a problem with your Perl environment. In my case: perl -v |
—hostname is wat you are providing . would the cluster IP address be enough to pull the info |
Hostname (FQDN) or IP. Will work both. But as mentioned above, you are having a SSL problem - maybe with your perl version. |
Which client OS do you have? And which version of "libwww"? |
WHEN I AM TRYING TO execute the scripts I am getting the below error :
/check_element_drives.pl -hostname 10.0.0.1 --username admin --password ab**!
malformed JSON string, neither array, object, number, string or atom, at character offset 1 (before "<!DOCTYPE HTML PUBLI...") at ./check_element_drives.pl line 60.
10.0.0.1 -> MVIP of the cluster and tried with the cluster name as well.
The text was updated successfully, but these errors were encountered: