|
|
| Author |
Message |
escuin Beginner
Joined: 14 Jul 2008 Posts: 2
|
Posted: Mon Jul 14, 2008 6:38 pm Post subject: Gatherer take incorrect values |
|
|
Hi,
The problem is the following one:
The gatherer takes values 0, for it the graphs not print well.
If, for example, I execute the script of availability of interface to hand it returns one. But the value that takes in the gatherer and in the graphs it is 0.
Can u help me?
Thank you for everything
A greeting. |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Mon Jul 14, 2008 7:06 pm Post subject: |
|
|
I assume you setup your monitor as a script test; inside that script test check to see whether it uses the return value or the standard output for what value it stores.
To check what value the gatherer is using you can run the following command by-hand on the command line:
netmrg-gatherer -sm
-Doug |
|
| Back to top |
|
 |
escuin Beginner
Joined: 14 Jul 2008 Posts: 2
|
Posted: Thu Jul 17, 2008 6:01 pm Post subject: Gatherer take incorrect values |
|
|
Well, if i run
netmrg-gatherer -sm
the gatherer takes the correct values. But, in the graphics returns 0.
Any idea?
Thank's |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Thu Jul 17, 2008 6:11 pm Post subject: |
|
|
My guess as to what's happening here is that the '1' being returned is being averaged out over five minutes to be ~0.2 which is close to zero.
You might want to try editing your graph and applying a multiplier of 5 (minutes) to see if that gives you the values you are looking for.
-Doug |
|
| Back to top |
|
 |
|