It a problem from the localisation.
I thinks that you have change in your datacollection.xml file, the
configuration for RRD '.' with ','.
I was having the same problem.
And the only way to solve it i have found, is setting LANG to en_US@...
(> export LANG=en_US@...) and using the '.' in datacollection.xml
then after some time i will work.
Jean Jacques
On Thu, 4 Jul 2002 13:05:37 +0000 Eric BURGHARD <eburghar@...> wrote:
>Hi,
>
>I had defined some time ago a collection for snmp4tpc agent on windows Nt
hosts:
>in datacollection-config.xml
>
><mibObj oid=".1.3.6.1.4.1.311.1.1.3.1.1.33.9" instance="0"
alias="cpuPercentBusy" type="integer
"/>
><mibObj oid=".1.3.6.1.4.1.311.1.1.3.1.1.5.1.3" instance="6.48.58.48.58.67.58"
alias="pFreeDriveC
"type="integer" />
>
>Now, i wanted to play with thresholds.
>in thresholds.xml
>
><threshold type="high" ds-name="cpuPercentBusy" ds-type="node" value="90"
rearm="50" trigger="3
"/>
><threshold type="low" ds-name="pFreeDriveC" ds-type="node" value="10"
rearm="15" trigger="3"/>
>
>I've got this in threshd.log
>
>2002-07-03 23:43:29,152 DEBUG [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: fetch: Issuing
RRD command: fetch /var/opennms/rrd/snmp/116/cpuPercentBusy.rrd AVERAGE -s now-
300 -e now-300
>2002-07-03 23:43:29,153 WARN [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: fetch: Unable
to convert fetched value (4,7233333333e+00) to Double for data source
cpuPercentBusy
>2002-07-03 23:43:29,153 WARN [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: Unable to convert
retrieved value for datasource 'cpuPercentBusy' to a double, skipping
evaluation.
>2002-07-03 23:43:29,153 DEBUG [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: fetch: Issuing
RRD command: fetch /var/opennms/rrd/snmp/116/pFreeDriveC.rrd AVERAGE -s now-
300 -e now-300
>2002-07-03 23:43:29,154 WARN [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: fetch: Unable
to convert fetched value (1,0000000000e+01) to Double for data source
pFreeDriveC
>2002-07-03 23:43:29,155 WARN [ThreshdScheduler-5 Pool-fiber3]
SnmpThresholder: Unable to convert
retrieved value for datasource 'pFreeDriveC' to a double, skipping evaluation.
>
>What's wrong ?
>
>
>_______________________________________________
>discuss mailing list (discuss@...)
>To subscribe, unsubscribe, or change your list options, go to:
>http://lists.opennms.org/mailman/listinfo/discuss
>
|