What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

What means error-code: PE2002

Votes:

0

Hello,

After creation of a factory sensors with Channel Definitons, like:

#1:Pingtime[ms]
Avg(Channel(12641,0),Channel(2147,0),Channel(2474,0))

I get this error code:

The validation of at least one of the new objects failed because of the following: Error in channel "Pingtime [ms]" (1) : ) expected. (code: PE2002)

Another factory sensor using same syntax with another channels are working. All Sensor-ID's and Channel exists. But in such a case antother error message would appear.

Steffen

error-code factory-sensor pe2002

Created on Apr 1, 2015 1:13:26 PM

Last change on Apr 2, 2015 9:00:52 AM by  Torsten Lindner [Paessler Support]



3 Replies

Votes:

0

Hello,

The average-function can only work with two source channels. Please correct this in your definition. If you need more than 2 source values, try rewriting this into an addition of the values, followed by a division by the number of values.

best regards.

Created on Apr 2, 2015 9:03:03 AM by  Torsten Lindner [Paessler Support]



Votes:

0

This worked for me:

#4:Average ping [ms]
avg(Channel(2713,0),avg( Channel(2457,0),Channel(2710,0) ))

Created on Nov 12, 2015 10:45:09 PM

Last change on Nov 13, 2015 8:06:26 AM by  Torsten Lindner [Paessler Support]



Votes:

0

The avg-function in the Factory Sensor is only intended for two values. Please do not use more than two, this may lead to wrong results.

Created on Nov 13, 2015 8:07:01 AM by  Torsten Lindner [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.