Bad status url to interfacetable

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
rozsomak
Posts: 5
Joined: Tue Jun 18, 2013 9:37 pm

Bad status url to interfacetable

Post by rozsomak »

Hi,

I've installed interfacebatle_v3t to nagios 4.0.0, but, the status link is'nt corrent, I get http://10.0.0.0/nagios/cgi-bin/%22/inte ... le.html%22 instead of http://10.0.0.1/interfacetable_v3t/tabl ... table.html
I have no idea, what I miss :(
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Bad status url to interfacetable

Post by slansing »

I'm unable to find anything on "interfacebatle_v3t" can you provide a link to it? Or a tutorial link so we can see how you installed it and what would have changed?
rozsomak
Posts: 5
Joined: Tue Jun 18, 2013 9:37 pm

Re: Bad status url to interfacetable

Post by rozsomak »

it's a monitoring tool for switches, and other network devices, here is the link http://www.tontonitch.com/tiki/tiki-ind ... etable_v3t, I installed the latest 0.05 version. The output like
$./check_interface_table_v3t.pl -H 10.0.3.254 -h d-link_sw -C public -2 -r --warning 80,10,3000 --critical 90,100,3000 --cp 1 --wp 1 -f
CRITICAL - 2 change(s): ifOperStatus - Ethernet Interface (3) Ethernet Interface (8) <a href="/interfacetable_v3t/tables/dQ2DlinkQ5Fsw-Interfacetable.html" target="_self">[details]</a> | Interface_global::check_interface_table_global::time=0.70s;;;; uptime=277145597... etc
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Bad status url to interfacetable

Post by tmcdonald »

Former Nagios employee
rozsomak
Posts: 5
Joined: Tue Jun 18, 2013 9:37 pm

Re: Bad status url to interfacetable

Post by rozsomak »

tmcdonald wrote:interfacetable_v3t*

http://exchange.nagios.org/directory/Pl ... 3t/details
yes, this is
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bad status url to interfacetable

Post by abrist »

I think some internal variable changes may be at fault. You may want to report the bug on the exchange page for the plugin. Maybe the dev will fix it up.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
rozsomak
Posts: 5
Joined: Tue Jun 18, 2013 9:37 pm

Re: Bad status url to interfacetable

Post by rozsomak »

but, it is prensent only with nagios 4.x.x version, the 3.5.x not produce that :(
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bad status url to interfacetable

Post by abrist »

Yep, I would expect as much. There were some changes in core 4. I suggest you post the issue on the exchange so that the module developer is aware of the issue.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
rozsomak
Posts: 5
Joined: Tue Jun 18, 2013 9:37 pm

Re: Bad status url to interfacetable

Post by rozsomak »

the related log is
Mon Oct 21 16:50:11 2013] [error] [client 10.1.0.2] script not found or unable to stat: /opt/nagios/sbin/", referer: http://nagios.intra/nagios/cgi-bin/stat ... ustypes=28
that comes from clicking on link http://nagios.intra/nagios/cgi-bin/%22/ ... le.html%22

I think, it is a nagios bug
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bad status url to interfacetable

Post by abrist »

Is nagios installed to /opt/nagios/ on your server? It seems like it is looking for a cgi-bin that does not exist . . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked