Re: [Nagios-users] Q: problem with status.cgi

2013-09-27 Thread John Nyhuis
Adding type=detail to the end of the URL makes no difference.

Thanks,
John Nyhuis
IT Manager, Stam Lab
2211 Elliott Avenue
6th Floor, 6S139
Seattle, WA 98121
O: (206)-267-1097 ext 220
F: (206)-441-3033

On 09/21/2013 10:30 AM, Scott VR wrote:
 Is it the type=detail that makes the difference? What happens if you add 
 type=detail to one of the URLs you list as producing blank tables?

 On Sep 19, 2013 1:27 PM, John Nyhuis jnyh...@uw.edu 
 mailto:jnyh...@uw.edu wrote:

 Hi All,

 Problem:
 In nagios, links under Service Status Totals and Host Status Totals, when 
 clicked on, result in a blank table for warning / unknown / critical.

 Example: These links produce blank tables:
 
 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3
 
 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3
 
 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3

 These links produce populated tables:
 
 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=16hoststatustypes=12
 
 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=8hoststatustypes=3serviceprops=42
 
 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=4hoststatustypes=3serviceprops=42

 Unfortunately, status.cgi is a binary, so I can't edit it to change the 
 former to the latter in the code to make this work.

 I am running nagios 3.5.0 on RHEL 6.4
 nagios-3.5.0-1.el6.x86_64
 nagios-common-3.5.0-1.el6.x86_64

 There are no errors in the nagios or apache logs, it simply does not 
 display the results.
 Anyone have any ideas on how to fix this?

 --


 Thanks,
 John Nyhuis
 IT Manager, Stam Lab
 2211 Elliott Avenue
 6th Floor, 6S139
 Seattle, WA 98121
 O: (206)-267-1097 ext 220
 F: (206)-441-3033

 
 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, 
 SharePoint
 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack 
 includes
 Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
 
 http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net 
 mailto:Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when 
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null



 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
 Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
 http://pubads.g.doubleclick.net/gampad/clk?id=64545871iu=/4140/ostg.clktrk



 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when reporting 
 any issue.
 ::: Messages without supporting info will risk being sent to /dev/null


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Q: problem with status.cgi

2013-09-21 Thread Scott Wilkerson
This looks like apache is delivering data, the number after the 200 is 
how many bytes were delivered to the browser.


Scott Wilkerson
Information Technology Manager
___
Email: swilker...@nagios.com
Web:   www.nagios.com

On 9/20/2013 12:54 PM, John N. wrote:


Tailing the apache access logs shows that apache successfully delivers 
content from Nagios to the browser (status 200). The content just 
happens to be empty when it should contain data.


Am I correct in assuming that this is an issue internal to 
status.cgi?  Perhaps this is a bug?


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:12 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3 
HTTP/1.1 200 *18011 *- Mozilla/5.0 (Windows NT 5.1; rv:20.0) 
Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:13 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 *9100 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:42 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3 
HTTP/1.1 200 *18011 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:45 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3 
HTTP/1.1 200 *12097 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:47 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 *9100 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:48 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 *9100 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:49 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 *15127 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:52 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 *15127 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:54 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 *15127 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:56 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=4 
HTTP/1.1 200 *9072 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


172.16.0.86 - jnyhuis [20/Sep/2013:10:50:58 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=4 
HTTP/1.1 200 *9072 
*http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=4; 
Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0


Thanks,

John Nyhuis

IT Manager, Stam Lab

2211 Elliott Avenue

6th Floor, 6S139

Seattle, WA 98121

O: (206)-267-1097 ext 220

F: (206)-441-3033

*From:*John N. [mailto:jnyh...@uw.edu]
*Sent:* Friday, September 20, 2013 10:29 AM
*To:* 'Nagios Users List'
*Subject:* Re: [Nagios-users] Q: problem with status.cgi

Both are installed.

gd-2.0.35-11.el6.x86_64

gd-devel-2.0.35-11.el6.x86_64

Thanks,

John Nyhuis

IT Manager, Stam Lab

2211 Elliott Avenue

6th Floor, 6S139

Seattle, WA 98121

O: (206)-267-1097 ext 220

F: (206)-441-3033

*From:*davor grgicevic [mailto:dgrgice...@gmail.com]
*Sent:* Thursday, September 19, 2013 1:42 PM
*To:* Nagios Users List
*Subject:* Re: [Nagios-users] Q: problem with status.cgi

did you install gd   gd-devel

davor

On Thu, Sep 19, 2013 at 8:19 PM, John Nyhuis jnyh...@uw.edu 
mailto:jnyh...@uw.edu wrote:


Hi All,

Problem:
In nagios, links under Service Status Totals and Host Status Totals, 
when clicked on, result in a blank table for warning / unknown / critical.


Example: These links produce blank tables

Re: [Nagios-users] Q: problem with status.cgi

2013-09-21 Thread Scott VR
Is it the type=detail that makes the difference? What happens if you add
type=detail to one of the URLs you list as producing blank tables?
On Sep 19, 2013 1:27 PM, John Nyhuis jnyh...@uw.edu wrote:

 Hi All,

 Problem:
 In nagios, links under Service Status Totals and Host Status Totals, when
 clicked on, result in a blank table for warning / unknown / critical.

 Example: These links produce blank tables:

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3

 These links produce populated tables:

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=16hoststatustypes=12

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=8hoststatustypes=3serviceprops=42

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=4hoststatustypes=3serviceprops=42

 Unfortunately, status.cgi is a binary, so I can't edit it to change the
 former to the latter in the code to make this work.

 I am running nagios 3.5.0 on RHEL 6.4
 nagios-3.5.0-1.el6.x86_64
 nagios-common-3.5.0-1.el6.x86_64

 There are no errors in the nagios or apache logs, it simply does not
 display the results.
 Anyone have any ideas on how to fix this?

 --


 Thanks,
 John Nyhuis
 IT Manager, Stam Lab
 2211 Elliott Avenue
 6th Floor, 6S139
 Seattle, WA 98121
 O: (206)-267-1097 ext 220
 F: (206)-441-3033


 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
 SharePoint
 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
 includes
 Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
 http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Q: problem with status.cgi

2013-09-20 Thread John N.
Both are installed.

gd-2.0.35-11.el6.x86_64

gd-devel-2.0.35-11.el6.x86_64

 

Thanks,

John Nyhuis

IT Manager, Stam Lab

2211 Elliott Avenue

6th Floor, 6S139

Seattle, WA 98121

O: (206)-267-1097 ext 220

F: (206)-441-3033

 

From: davor grgicevic [mailto:dgrgice...@gmail.com] 
Sent: Thursday, September 19, 2013 1:42 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Q: problem with status.cgi

 

did you install gd   gd-devel

davor

 

On Thu, Sep 19, 2013 at 8:19 PM, John Nyhuis jnyh...@uw.edu wrote:

Hi All,

Problem:
In nagios, links under Service Status Totals and Host Status Totals, when 
clicked on, result in a blank table for warning / unknown / critical.

Example: These links produce blank tables:
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3
 servicestatustypes=16hoststatustypes=3
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3
 servicestatustypes=8hoststatustypes=3
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3
 servicestatustypes=4hoststatustypes=3

These links produce populated tables:
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=16hoststatustypes=12
 type=detailservicestatustypes=16hoststatustypes=12
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=8hoststatustypes=3serviceprops=42
 type=detailservicestatustypes=8hoststatustypes=3serviceprops=42
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=4hoststatustypes=3serviceprops=42
 type=detailservicestatustypes=4hoststatustypes=3serviceprops=42

Unfortunately, status.cgi is a binary, so I can't edit it to change the former 
to the latter in the code to make this work.

I am running nagios 3.5.0 on RHEL 6.4
nagios-3.5.0-1.el6.x86_64
nagios-common-3.5.0-1.el6.x86_64

There are no errors in the nagios or apache logs, it simply does not display 
the results.
Anyone have any ideas on how to fix this?

--


Thanks,
John Nyhuis
IT Manager, Stam Lab
2211 Elliott Avenue
6th Floor, 6S139
Seattle, WA 98121
O: (206)-267-1097 ext 220
F: (206)-441-3033

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
http://pubads.g.doubleclick.net/gampad/clk?id=58041151 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk 
iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null




-- 
Davor Grgicevic 

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Q: problem with status.cgi

2013-09-20 Thread John N.
Tailing the apache access logs shows that apache successfully delivers content 
from Nagios to the browser (status 200).  The content just happens to be empty 
when it should contain data.

Am I correct in assuming that this is an issue internal to status.cgi?  Perhaps 
this is a bug?

 

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:12 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3 
HTTP/1.1 200 18011 - Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 
Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:13 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 9100 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:42 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3 
HTTP/1.1 200 18011 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:45 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3 
HTTP/1.1 200 12097 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:47 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 9100 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:48 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3 
HTTP/1.1 200 9100 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:49 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 15127 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:52 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 15127 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:54 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4 
HTTP/1.1 200 15127 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:56 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=4 
HTTP/1.1 200 9072 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=4;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

172.16.0.86 - jnyhuis [20/Sep/2013:10:50:58 -0700] GET 
/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=4 
HTTP/1.1 200 9072 
http://localhost:8080/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=4;
 Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0

 

 

Thanks,

John Nyhuis

IT Manager, Stam Lab

2211 Elliott Avenue

6th Floor, 6S139

Seattle, WA 98121

O: (206)-267-1097 ext 220

F: (206)-441-3033

 

From: John N. [mailto:jnyh...@uw.edu] 
Sent: Friday, September 20, 2013 10:29 AM
To: 'Nagios Users List'
Subject: Re: [Nagios-users] Q: problem with status.cgi

 

Both are installed.

gd-2.0.35-11.el6.x86_64

gd-devel-2.0.35-11.el6.x86_64

 

Thanks,

John Nyhuis

IT Manager, Stam Lab

2211 Elliott Avenue

6th Floor, 6S139

Seattle, WA 98121

O: (206)-267-1097 ext 220

F: (206)-441-3033

 

From: davor grgicevic [mailto:dgrgice...@gmail.com] 
Sent: Thursday, September 19, 2013 1:42 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Q: problem with status.cgi

 

did you install gd   gd-devel

davor

 

On Thu, Sep 19, 2013 at 8:19 PM, John Nyhuis jnyh...@uw.edu wrote:

Hi All,

Problem:
In nagios, links under Service Status Totals and Host Status Totals, when 
clicked on, result in a blank table for warning / unknown / critical.

Example: These links produce blank tables:
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3
 servicestatustypes=16hoststatustypes=3
http://notsure/nagios/cgi-bin/status.cgi?host=all 
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes

[Nagios-users] Q: problem with status.cgi

2013-09-19 Thread John Nyhuis
Hi All,

Problem:
In nagios, links under Service Status Totals and Host Status Totals, when 
clicked on, result in a blank table for warning / unknown / critical.

Example: These links produce blank tables:
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3
http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3

These links produce populated tables:
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=16hoststatustypes=12
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=8hoststatustypes=3serviceprops=42
http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=4hoststatustypes=3serviceprops=42

Unfortunately, status.cgi is a binary, so I can't edit it to change the former 
to the latter in the code to make this work.

I am running nagios 3.5.0 on RHEL 6.4
nagios-3.5.0-1.el6.x86_64
nagios-common-3.5.0-1.el6.x86_64

There are no errors in the nagios or apache logs, it simply does not display 
the results.
Anyone have any ideas on how to fix this?

-- 


Thanks,
John Nyhuis
IT Manager, Stam Lab
2211 Elliott Avenue
6th Floor, 6S139
Seattle, WA 98121
O: (206)-267-1097 ext 220
F: (206)-441-3033

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Q: problem with status.cgi

2013-09-19 Thread davor grgicevic
did you install gd   gd-devel

davor


On Thu, Sep 19, 2013 at 8:19 PM, John Nyhuis jnyh...@uw.edu wrote:

 Hi All,

 Problem:
 In nagios, links under Service Status Totals and Host Status Totals, when
 clicked on, result in a blank table for warning / unknown / critical.

 Example: These links produce blank tables:

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=16hoststatustypes=3

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=8hoststatustypes=3

 http://notsure/nagios/cgi-bin/status.cgi?host=allservicestatustypes=4hoststatustypes=3

 These links produce populated tables:

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=16hoststatustypes=12

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=8hoststatustypes=3serviceprops=42

 http://notsure/nagios/cgi-bin/status.cgi?host=alltype=detailservicestatustypes=4hoststatustypes=3serviceprops=42

 Unfortunately, status.cgi is a binary, so I can't edit it to change the
 former to the latter in the code to make this work.

 I am running nagios 3.5.0 on RHEL 6.4
 nagios-3.5.0-1.el6.x86_64
 nagios-common-3.5.0-1.el6.x86_64

 There are no errors in the nagios or apache logs, it simply does not
 display the results.
 Anyone have any ideas on how to fix this?

 --


 Thanks,
 John Nyhuis
 IT Manager, Stam Lab
 2211 Elliott Avenue
 6th Floor, 6S139
 Seattle, WA 98121
 O: (206)-267-1097 ext 220
 F: (206)-441-3033


 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
 SharePoint
 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
 includes
 Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
 http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null




-- 
Davor Grgicevic
--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null