If a negative value is displayed in a graph, and data returned from polled systems do not return negative values, this symptom may be caused by a counter reaching the top of the 32-bit integer limit at either the OS level or within the up.time datastore. In this scenario, delta math would be performed from a number much lower than the previous result, which may result in a negative value.
If delta math (as described above) is not causing the negative values, there may be a 64-bit counter that up.time is interpreting as a 32-bit counter. In this scenario, any value represented by a figure over 32 bits would automatically roll over to a negative number as a result of Java integer handling.
To help isolate the issue, please contact uptime Support and supply the following information:
|
Graphs not displayed in Firefox running on Linux desktop | Rating | Views | |
---|---|---|---|
If you experience this issue, confirm that the IcedTea Java web browser plug-in is installed. If not installed, follow these steps: # yum install icedtea-web.x86_64# /usr/sbin/alternatives... By: uptime Support | Date Created: 9-29-2011 | Last Modified: 9-30-2011 | Index: 567 |
1627 |
How to get custom script retained data values | Rating | Views | |
---|---|---|---|
Integer Data SELECT e.name,p.name,d.value,d.sampletime FROM erdc_int_data d, erdc_instance e, erdc_parameter p where e.erdc_instance_id = d.erdc_instance_id and p.erdc_parameter_id =... By: uptime Support | Date Created: 10-10-2009 | Last Modified: 8-10-2011 | Index: 425 |
2760 |
Changing SNMP monitor values from String to Int to allow graphing | Rating | Views | |
---|---|---|---|
By default, manually adding an OID will set the value to a string. Use the following ODBC query to change SNMP monitor values to an integer and allow graphing. UPDATE erdc_parameter SET... By: uptime Support | Date Created: 7-28-2011 | Last Modified: 8-11-2011 | Index: 554 |
2132 |
VMware ESX client and up.time show different memory values | Rating | Views | |
---|---|---|---|
You may notice that the VMware Virtual Infrastructure Client memory graph doesn't match the memory values shown in up.time. This is because the default VMware graphs display a different metric than... By: uptime Support | Date Created: 12-31-1969 | Last Modified: 8-31-2011 | Index: 312 |
3387 |
Can't generate graphs from Internet Explorer or FireFox | Rating | Views | |
---|---|---|---|
In order to generate java based graphs, Java version 1.6 or greater needs to be installed on the system you are trying to generate graphs from. A lower version of Java may not work, or provide... By: uptime Support | Date Created: 10-10-2009 | Last Modified: 9-23-2011 | Index: 417 |
2205 |