Bandwidth usage
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Bandwidth usage
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
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.
Re: Bandwidth usage
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.
"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
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
Can you run the following, and then open the bandwidth usage report and send us the output of the command?:
And again with:
Do you have enterprise edition?
Code: Select all
tail -f /var/log/httpd/error_log
Code: Select all
tail -f /var/log/httpd/access_log-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Bandwidth usage
we dont have enterprise edition.
pls find the attached screen shot for your ref
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
httpd error log
You do not have the required permissions to view the files attached to this post.
Re: Bandwidth usage
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 -20Former 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.
"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
[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 ~]#
<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 ~]#
Re: Bandwidth usage
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.
"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
we tried chrome also.. we are facing similar issue..
kindly suggest .
kindly suggest .