Nagios plugins - interfacetable_v3t issues
Posted: Mon Apr 27, 2020 4:50 am
Hello,
I am trying out Nagios before going to the commercial version. We are a fortune 50 company from India and want to use Nagios.
However i have a problem with this Plugin called interfacetable_v3t. I have used the latest version of 1.0.
But in the Nagios dashboard - get this error message - (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_interface_table_v3t, ...) failed. errno is 2: No such file or directory
1. I have made sure that the check_interface_table_v3t is in the /usr/local/nagios/libexec/
2. the permissions are -
libexec]# ls -l check_interface_table_v3t.pl
-rwxr-xr-x 1 nagios nagios 481741 Apr 26 22:48 check_interface_table_v3t.pl
3. If i go to the URL - http://10.209.184.19/interfacetable_v3t/tables/ i see data
The idea is that i want to load this plugin from Nagios.
Here is the script that i am running -
check_command INTERFACES!public!2!f
command_line $USER1$/check_interface_table_v3t -H $HOSTADDRESS$ -C -$ARG1$ -$ARG2$
Things look okay - No serious problems were detected during the pre-flight check
checked this way too -
check_command INTERFACES!public!-2!-f
command_line $USER1$/check_interface_table_v3t -H $HOSTADDRESS$ -C $ARG1$ $ARG2$ $ARG3$
I am trying out Nagios before going to the commercial version. We are a fortune 50 company from India and want to use Nagios.
However i have a problem with this Plugin called interfacetable_v3t. I have used the latest version of 1.0.
But in the Nagios dashboard - get this error message - (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_interface_table_v3t, ...) failed. errno is 2: No such file or directory
1. I have made sure that the check_interface_table_v3t is in the /usr/local/nagios/libexec/
2. the permissions are -
libexec]# ls -l check_interface_table_v3t.pl
-rwxr-xr-x 1 nagios nagios 481741 Apr 26 22:48 check_interface_table_v3t.pl
3. If i go to the URL - http://10.209.184.19/interfacetable_v3t/tables/ i see data
The idea is that i want to load this plugin from Nagios.
Here is the script that i am running -
check_command INTERFACES!public!2!f
command_line $USER1$/check_interface_table_v3t -H $HOSTADDRESS$ -C -$ARG1$ -$ARG2$
Things look okay - No serious problems were detected during the pre-flight check
checked this way too -
check_command INTERFACES!public!-2!-f
command_line $USER1$/check_interface_table_v3t -H $HOSTADDRESS$ -C $ARG1$ $ARG2$ $ARG3$