Nagios plugins - interfacetable_v3t issues

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
badri2830
Posts: 2
Joined: Thu Apr 23, 2020 1:38 am

Nagios plugins - interfacetable_v3t issues

Post by badri2830 »

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$
badri2830
Posts: 2
Joined: Thu Apr 23, 2020 1:38 am

Re: Nagios plugins - interfacetable_v3t issues

Post by badri2830 »

badri2830 wrote: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$
Please help, i see that 28 views to this topic but no answer. Hope to get answers for this since i need to present to management if we need to go for support based Nagios or go to a different network management system. I am with a company called Wipro
Locked