Bandwidth usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Bandwidth usage

Post by wiproltdwiv »

hi,

In Nagios xi there is an option in reports - > bandwidth usage.

but while generating this report we find only blank screen . please find the attachment for the same.

pls suggest.

details

verison : Nagios XI 2012R2.1
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bandwidth usage

Post by abrist »

If you look at the upper right corner of the image, you will notice that you only have 3 green checks instead of six. How many red dots do you have on the Home --> Process info page?
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.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Bandwidth usage

Post by wiproltdwiv »

pls find the screenshot
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Bandwidth usage

Post by slansing »

Can you run the following, and then open the bandwidth usage report and send us the output of the command?:

Code: Select all

tail -f /var/log/httpd/error_log
And again with:

Code: Select all

tail -f /var/log/httpd/access_log
Do you have enterprise edition?
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Bandwidth usage

Post by wiproltdwiv »

we dont have enterprise edition.
pls find the attached screen shot for your ref
You do not have the required permissions to view the files attached to this post.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Bandwidth usage

Post by wiproltdwiv »

httpd error log
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bandwidth usage

Post by abrist »

Lets see what is on that line, run the following command and post the output in code wraps:

Code: Select all

head -360  /usr/local/nagiosxi/html/includes/components/bandwidthreport/index.php | tail -20
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.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Bandwidth usage

Post by wiproltdwiv »

[root@EMSNagios1 ~]# head -360 /usr/local/nagiosxi/html/includes/components/ban dwidthreport/index.php | tail -20
<th><?php echo gettext("Action"); ?></th></tr>
</thead>
<tbody>
<?php
// sort names
arsort($legalnames);

$lastip="";
foreach($legalnames as $name)
{
parse_name($name,$ip,$port);

//XI MOD - adding host authorization
if(!isset($authIPs[$ip])) continue; //skip unauthorized hosts

//printf("<a href=\"%s?name=%s\">%s</a><br>\n", $_SERVER['SCRIPT _NAME'], $name, $name);
echo "<tr>";
$theip=$ip;
if($lastip==$ip) //still on the same host //XI MOD - added host name with IP for clarity
{
[root@EMSNagios1 ~]# ^C
[root@EMSNagios1 ~]#
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Bandwidth usage

Post by abrist »

What web browser are you using? There have been issues with IE and jquery as of late, so if you are running IE, you may need to enable "compatibility mode". Try a different browser as well.
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.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Bandwidth usage

Post by wiproltdwiv »

we tried chrome also.. we are facing similar issue..

kindly suggest .
Locked