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

How can I turn off all SUM channels in a PRTG Network Monitor configuration?

Votes:

0

How to turn off all sum channels of all sensors in my configuration?

channel configuration prtg sum xml

Created on Feb 3, 2010 10:45:03 AM by  Roland Grau [Paessler Support]

Last change on Feb 12, 2010 9:08:52 AM by  Daniel Zobel [Product Manager]



4 Replies

Accepted Answer

Votes:

0

Turning off all SUM channels in a PRTG Network Monitor configuration

You can turn off all the sum channels in a PRTG Network Monitor configuration by editing the XML file where PRTG stores its configuration data. Here is what you need to do:

Step1: Stop the PRTG Core server

Step2: Make a backup copy of PRTG Configuration.dat (!)

Step3: Load "PRTG Configuration.dat" file from PRTG's data folder into a text editor

Now two sets of search and replace must be made (you will need to use regular expressions to do this):

Step4: Turn off all SUM channels

Search for all sum channels' "show" XML-property

<sumchannel * <show>*1*</show>

and replace the <show> tag with

<show>0</show>

Search for all sum channels' "showchart" XML-property

<showchart>*1*</showchart>

and replace the <showchart> tag with

<showchart>0</showchart>

Step5: At the end save the XML file and

Step6: Restart PRTG Core Server process.

You can of course also use an XML editor to do this.

Created on Feb 3, 2010 10:45:42 AM by  Roland Grau [Paessler Support]

Last change on Feb 3, 2010 12:32:41 PM by  Daniel Zobel [Product Manager]



Votes:

0

Do I have to do this for all the sensors? It will be a very big job. There is no eaiser way to handle this?

Best regards Lars-Ake

Created on May 26, 2010 2:14:42 PM



Votes:

0

Dear Lars-Ake,

yes this would be necessary for all sensors (if you want to turn of the sum channel on all your sensors). I'm afraid another option is currently not available.

Best regards.

Created on May 26, 2010 4:13:18 PM by  Torsten Lindner [Paessler Support]



Votes:

0

If someone is interested, I can provide a simple awk script to do the replacement.

Created on Oct 6, 2010 12:50:44 PM




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.