kb.paessler.com
Welcome to the Paessler Knowledge Base Archive. Here, you will find articles from kb.paessler.com.Please note that this is a mere import of all questions and the corresponding replies into a new platform. The important articles were transfered manually - articles in this folder were imported automatically. We tried to keep links working, but some may fail. If you find some, please let us know. Please bear in mind that articles in this folder may contain old / outdated data.
We have a Synology system health sensor for a Synology 2414RP+ DiskStation that is giving errors randomly.
The scanning interval is set every 10 minutes.
The firmware of the Synology is DSM 6.0.2-8451 Update 1.
PRTG version is 16.3.25.6124+...
Tue, 10 Jun, 2025 at 10:03 PM
The integration with HP Service AnyWhere is done using the REST API, can PRTG integrate with an external system via REST API.
Any help with this would be appreciated... :)
Winston
Article Comments
Dear Winston
We offer no...
Tue, 10 Jun, 2025 at 10:03 PM
I'm administering a PRTG installation that's got to a point where I need someone else performing certain tasks but with limited permissions. For example, I would like to have nother user be able to add User Groups and Users, and giv...
Tue, 10 Jun, 2025 at 10:03 PM
My prtg server CPU is always 100%
how to solve the issue ?
Thanks.
Article Comments
Hello,
Thank you for your KB-post.
We need to take a look at the log files of your PRTG, so that we can give you a precise answer.
Ther...
Tue, 10 Jun, 2025 at 10:03 PM
I want to do more thing when I enter the sensor page on a server.
For example, I have a sensor that shows all process on server, but i want to kill process or do something when i right click the process.
is it possible ?? thanks.
A...
Tue, 10 Jun, 2025 at 10:03 PM
I want to monitor the automatic running services of a server.
After importing the wql with the following WQL-Script:
Get-WmiObject win32_service -Filter "startmode = 'auto' AND state = 'running'" select name, st...
Tue, 10 Jun, 2025 at 10:03 PM
The Socomec Diris A40/A41 power meter is freqently used to monitor building power distribution systems.
It can be fitted with a Modbus over TCP module that provides a web interface and modbus access to the measured power values. Device ove...
Tue, 10 Jun, 2025 at 10:03 PM
Hi there.
I'm trying to clone a HTTP Push Advanced sensor via API then push to it.
(note: username and password url parameters have been removed)
This is the clone via API:
/api/duplicateobject.htm?id=2094&name=new_sensor_n...
Tue, 10 Jun, 2025 at 10:03 PM
Hi,
I'm wondering about the new V2 Database sensor that username/passwort only can set on the Object, and not on the sensor itself. This is in your enviroment a bit unlucky since we have on some Systems more Database running with dif...
Tue, 10 Jun, 2025 at 10:03 PM
Hello, I would like to monitor the disk IOPS (average write / read requests) for our virtual guests (VMware / vCenter). I'm using the "VMware Virtual Machine (SOAP)" sensor. I can see disk read/write speed and latency, but t...
Tue, 10 Jun, 2025 at 10:03 PM
On the netflow sensor, I see a huge spike on gateway, how can I drill down to that specific time to see details on top talkers, etc
Article Comments
Hello and thank you for your inquiry.
If you're seeing a spike in the gra...
Tue, 10 Jun, 2025 at 10:03 PM
I am moving the installation to a new server and currently I am recovering some data files. But the installation says the " License to old" but according to the website I still have 200 days of Maintence. What do I do to go around...
Tue, 10 Jun, 2025 at 10:03 PM
Hello, I have a Cisco IP SLA on a router A which is monitoring the uptime of the link between itself and router B.
I am polling this IP SLA from my PRTG box at a remote location.
If the link between my remote device (PRTG) and the Cisc...
Tue, 10 Jun, 2025 at 10:03 PM
On the switch I configured 1 collector to PRTG server, 1 collector to sflow tester, tests shows receiving packets OK, PRTG server shows "This sensor has not received data for X minutes Y second."
Article Comments
Hello...
Tue, 10 Jun, 2025 at 10:03 PM
Hi,
I am having an issue. I want to be monitoring the RSL, TX and RS power level of a trunk interface connected to a Cisco layer 3 switch on my network. I have tried different ways of doing that but none is yielding any result.
i can...
Tue, 10 Jun, 2025 at 10:03 PM
I want to remove the auto numbering of the interfaces when I do an SNMP traffic sensor. I have the latest PRTG version, and I've double checked the registry that the DWORD has 1.
It still does the numbering. Why?
Here is the screens...
Tue, 10 Jun, 2025 at 10:03 PM
Hello,
I'm monitoring a HP VirtualConnect and all of it's bandwidth interfaces. However, the virtual connect is terrible at replying every time PRTG scans the sensor. I've set the scanning interval to "Set sensor to warni...
Tue, 10 Jun, 2025 at 10:03 PM
good evening i need an api request that returns me the status of a sensor by device ip and sensor name, how the request will be and i need the response as booelan.
Article Comments
Dear Cineco
This is a bit more complicated. T...
Tue, 10 Jun, 2025 at 10:03 PM
Hello Experts,
We have alot of routers and switches whose ports I/O are monitored by PRTG. We have alot of sensors and I want to find Channels (Traffic In (Mbps), Traffic Out (Mbps)) output of all sensors on my PRTG server in one go. Outp...
Tue, 10 Jun, 2025 at 10:03 PM
Hallo zusammen,
ich habe eine Frage/Problem. Ich müsste mit einem XML-Sensor aus einer .XML mehrere Werte auslesen in einem Sensor - daraus würden sich ja dann mehrere Kanäle ergeben.
Wie ist das möglich?
Danke!
Article Com...
Tue, 10 Jun, 2025 at 10:03 PM
HI guys, I get the following error when trying to use ANY of the SQL sensors:
Class(es) not found: "Win32_PerfRawData_MSSQLSERVER_SQLServerGeneralStatistics"
The same server has 25 other sensors all running fine (many of whic...
Tue, 10 Jun, 2025 at 10:03 PM
I have three routers sending Netflow data to PRTG. The Top Talkers list shows the combined Netflow data of all three routers. How do I see a Top list for each individual Netflow router?
Article Comments
Hello, your should co...
Tue, 10 Jun, 2025 at 10:03 PM
Hi,
Ok, I've created .bat file:
@echo off
for /F "tokens=2" %%a in ('nslookup bbc.co.uk 8.8.8.8') do (
set value=%%a
)
echo 0:%value%
This is stored on the PRTG server.
I've then created an EXE/Script s...
Tue, 10 Jun, 2025 at 10:03 PM
Best,
We have many sensors in PRTG. We also have VMware virtual machines monitored in PRTG. Randomly VM sensors go down with the message: Performance statistics not available for this entity! This happens to random VM's, so not the sa...
Tue, 10 Jun, 2025 at 10:03 PM
Hi Folks,
how do I fetch a PRTG chart as .png using the HTTP REST API using curl on Linux?
According to the API documentation, the command line schould look like this:
curl -O -k --location -H "Accept: image/png" -X GET https:...
Tue, 10 Jun, 2025 at 10:03 PM
We are faced with the fact that our PRTG(14.3.11.2750) does not work with cisco ip sla path-jitter. Ip sla was configured as follows:
ip sla 1
path-jitter x.x.x.x targetOnly
vrf xxxx
ip sla schedule 1 life forever start-time now
This me...
Tue, 10 Jun, 2025 at 10:03 PM
How can I install a remote probe on a Linux Machine and what are the requirements?
Article Comments
Hello,
I'm afraid Probes can't be installed on Linux in the moment.
best regards.
May, 2011 - Permalink
Is t...
Tue, 10 Jun, 2025 at 10:03 PM
Hi All. How I can use sensor-multi-edit feature for more than 500 entities in filtered subset (after filtering by group and tag). Thanks for help.
Article Comments
Hello,
To use the multi-edit feature for more than 500 entitie...
Tue, 10 Jun, 2025 at 10:02 PM
I have sms text notifications setup. When I test the notification it works. When I put the entry in a trigger it does not work. In the log for the sensor it states: "Threshold Trigger sending SMS (Sensor/Source/ID: 7349/7349/2)&quo...
Tue, 10 Jun, 2025 at 10:02 PM
Hello,
I am using PRTG to monitor leased lines and to send notifications to the provider when the lines fail.
The problem is when they reply to that mail they get an error because PRTG does not receive mails.
Is it somehow possible to add...
Tue, 10 Jun, 2025 at 10:02 PM
I'm working with the HTTP Push Sensor and HTTP Push advanced Sensors. They are great to run the Code on the monitored machine and simply send the results to PRTG for storing and visualizing the data. The PRTG Installation load is lowere...
Tue, 10 Jun, 2025 at 10:02 PM
Mi problem is.
I do not know how make monitoring 3 segments, por example:
I have 10 segments: 192.168.1.X to 192.168.11.X, but i only need monitoring 192.168.1.X to 192.168.3.X.
I believe if in the console in configuration add my data i...
Tue, 10 Jun, 2025 at 10:02 PM
In version 15.4.21 some changes made in the html mail system,
So now HTML cannot be edited from within the console,
How can i edit the HTML mail format?
( i want to remove the action boxes from the mail, and one of the graph )
A...
Tue, 10 Jun, 2025 at 10:02 PM
I want to switch from WMI sensors to SNMP for monitoring/recording metrics where a shorter refresh interval is useful for us. Specifically CPU and Network I/O, to start. The currently recommended 60 second interval for WMI does not give us ...
Tue, 10 Jun, 2025 at 10:02 PM
Guten Tag,
soeben habe ich die Test-Version von PRTG installiert. Als erstes fielen mir einige Warnungen bezüglich der Festplattenauslastung auf. Allerdings finde ich den Standard-Wert für eine Warnung bei 25% relativ hoch angesetzt.
Di...
Tue, 10 Jun, 2025 at 10:02 PM
Hey to all.
I am using FortiGate 60D. Send all logs to PRTG server.
How can I use PRTG sensor (which sensor) to check which IP address opened a page, for example www.paessler.com.
There are two sensors for HTTP and HTTPS but does not s...
Tue, 10 Jun, 2025 at 10:02 PM
Hi!
I am using the NetFlow V9 Custom sensor to monitor netflow data. I already added a sensor and then tried to clone this.
In my opinition, both sensors should show the same data, shouldn't they?
However, there are huge differences b...
Tue, 10 Jun, 2025 at 10:02 PM
I have the following PS-Script which works well:
$sb = {
if (!(get-process 'LogikWebserver').Responding)
{
write-host "1:Not Responding" ; exit 1
}
else {
write-host "0:OK" ; exit 0
}}
$File = "C:...
Tue, 10 Jun, 2025 at 10:02 PM
Hi,
I have the following script that checks the windows host file and returns a value based on the lines in the host file.
For example, if a host file has an entry in it (that not remarked or 127.0.0.1) it will return an entry number.
so if...
Tue, 10 Jun, 2025 at 10:02 PM
Hi,
We are using Paessler PRTG Monitoring in the Version 16.2.23.3270+ and in Version 7.3.3.5634.
In the Old Software Version of PRTG we are able to monitor interfaces from Loadbalancer BIGIP LTM from F5.
In the new Software Version unf...
Tue, 10 Jun, 2025 at 10:02 PM
Java update checker runs frequently jucheck.exe in %Javahome%\Java update. But there is only a popup window telling me if Java is up tp date or not. No entry in eventviewer or anything else. What I like to get is a PRTG sensor telling me if...
Tue, 10 Jun, 2025 at 10:02 PM
Hi,
I have read through the KB about customising map object. I created a custom Alarm Data Table by creating my own map object based off tableA0 in the C:\Program Files (x86)\PRTG Network Monitor\webroot\mapobjects folder.
I understand...
Tue, 10 Jun, 2025 at 10:02 PM
After updating to PRTG version 16.3.24.4979/4980, some of my HTTP sensors and other sensors which are based on HTTP requests show a down status because they fail to establish a secure connection.
The complete error message is:
Failed t...
Tue, 10 Jun, 2025 at 10:02 PM
looking to see how the default graphs 20min, 2 hr, 48hr 30 day, 365day might give us some intermediate time stops
ie 4, 6 12 hrs...
found this article
https://helpdesk.paessler.com/en/support/solutions/articles/12193-how-can-i-add-a...
Tue, 10 Jun, 2025 at 10:02 PM
I'm trying to configure the Auto-Update feature in PRTG. We have a webproxy which uses Web Proxy Autodiscovery Protocol (WPAD) and authenticates users with Active Directory.
I configured the proxy settings in PRTG but no matter what us...
Tue, 10 Jun, 2025 at 10:02 PM
Hi, I'm new to PRTG and I've just setup two servers clustered together one a master the other the failover. I installed the failover without configuring anything other than the questions asked by the installer, i.e. email, license ...
Tue, 10 Jun, 2025 at 10:02 PM
Hello,
We are very happy about the Windows Physical Disk I/O Sensor. We use it to detect sudden slow downs in Avg Transfer Time. After the latest update, an odd behavior started to occur.
At a random time out of office hours, ALL Disk I...
Tue, 10 Jun, 2025 at 10:02 PM
Strange issue...
Every day there will be one device (Windows server) which is getting Free Space results from a totally different server for about 20 minutes.
E.g.
Server1 Free space will show C drive=12GB free and this is true.
the...
Tue, 10 Jun, 2025 at 10:02 PM
I try to monitor an Oracle RAC database server and cannot achieve this. Which mode does PRTG use to connect to these devices? Are there limitations for monitoring?
Article Comments
Important note: The information in the article ...
Tue, 10 Jun, 2025 at 10:02 PM
Hi all,
It the uptime of a sensor calculated for the period of time that the sensor is added and receiving data, or based on another period. I don't mean the uptime-sensor but when I open detail of a sensor, I see info like;
Last Sc...
Tue, 10 Jun, 2025 at 10:02 PM
Hi
The channel names in the graph legend are truncated after about 12 characters...
Is it possible to force the graph legends to show the full channel names?
I looked at this forum topic, but it's only related to reports..
https://h...
Tue, 10 Jun, 2025 at 10:02 PM
I want to send only the last syslog message by an e-mail message. But I find just the placeholder only for the last 20th Messages.
Thank you
Article Comments
Dear Huxhage
That is correct, there are just placeholders for the l...
Tue, 10 Jun, 2025 at 10:02 PM
Hallo,
wir haben aufgrund von Stabilitätsverbesserungen vor, die Probe Services, von den Core Servern abzukapseln.
Vorab unsere Umgebung:
2 x Core Server (Failover)
2 x Probe Service auf den Core Systemen.
5 x Probe Server
Der...
Tue, 10 Jun, 2025 at 10:02 PM
We have a SQL sensor that is working just fine. When we created a new SQL v2 BETA for the said sensor, we are getting a "No Valida Datatable was Returned" error. The query looks for the top service which is running slow. If the qu...
Tue, 10 Jun, 2025 at 10:02 PM
I have a .Net application that compiles an inventory of all HTTP Transaction sensors (something like 120 sensors) with a specific tag and updates the HTML transactions with updated values, utilizing PRTG's API:
/api/setobjectproperty....
Tue, 10 Jun, 2025 at 10:02 PM
Hi,
Where does PRTG get its hardware status information from? I have one sensor reporting a memory error. When I login to the host locally the health status page is all green(no memory errors). The same goes for the hosts' IMM(IBM) an...
Tue, 10 Jun, 2025 at 10:02 PM
since we did the latest MS updates, the Windows update Status sensor refuses to work, it throws the message below. Our PRTG Installation is the latest producion release, anyone an Idee what went wrong here...all our other sensors including ...
Tue, 10 Jun, 2025 at 10:02 PM
Hi
After update to 16.2.23.3270 version. Windows Update Sensor started to fail on the most of windows 2012 servers. This is the message.
@Could not retrieve update data. Please make sure your WSUS is configured correctly. (code: PE205...
Tue, 10 Jun, 2025 at 10:01 PM
We need an MS-SQL sensor wich send us the query execution time and the result of the query every time when it is run. How can we do this?
Article Comments
Dear Admin
That is not possible. There is an indirect way, though it is...
Tue, 10 Jun, 2025 at 10:01 PM
Hi,
I have a sensor(EXE/script) that runs a powershell script. This script formats some XML into quite some data and outputs it to PRTG with the Write-Host cmdlet.
When I include the output in one of the generated mails with the %lastme...
Tue, 10 Jun, 2025 at 10:01 PM
I love the VMware Virtual Machine (SOAP) sensor as it shows a lot of detail that is VM-specific. However, when a VM moves from host to host I end up getting a "Down" alert on the source host telling me the VM can't be found, ...
Tue, 10 Jun, 2025 at 10:01 PM
Hello,
As stated in title.
Which sensor would be good to see which windows users is currently logged in on certain machine?
Thank You for reading.
Article Comments
Dear Vedran
Please find the alternatives here.
Oct, 201...
Tue, 10 Jun, 2025 at 10:01 PM
Hello!
I'm trying to create new custom map object for PRTG map in folder
C:\Program Files (x86)\PRTG Network Monitor\webroot\mapobjects.
Now I have object like this:
<!--New Gauges: Radial gauge-->
<div class="ma...
Tue, 10 Jun, 2025 at 10:01 PM
I setup a SNMP trap and I am collecting data but it is not triggering notifications.
I have a filter for 1.3.6.1.4.1.30586.14.99 and an error filter of bindings[1.3.6.1.4.1.30586.14.99,0] so that it triggers on value=0 but I do not get not...
Tue, 10 Jun, 2025 at 10:01 PM
Hi, team
I have near 30 netflow v9 sensors in my PRTG installation. At last time folowing message frequently seen in box
Flow processor buffer full (code: PE110)
I check my sensors once more, they have not filters and work in distinct ...
Tue, 10 Jun, 2025 at 10:01 PM
When using API to list all the groups, location field is shown as empty, even though location is explicitly specified for all groups. It works for devices that inherit locations from these groups (when listing devices with api).
The requ...
Tue, 10 Jun, 2025 at 10:01 PM
I am building dashboards to show the bandwidth on numerous network interfaces. I need a clean look that provides a static scale on the graph. In other words, I want all the graphs to always be at the same scale - 1Gbps in my case. Right ...
Tue, 10 Jun, 2025 at 10:01 PM
Hello,
I'm wondering if there is a way to change color of this graph:
http://i.imgur.com/aoI5Fyh.jpg
For example if it's 0 that it's red and when it's on 1 that it's green?
This is a custom WMI senzor for active RDP....
Tue, 10 Jun, 2025 at 10:01 PM
Is there a way to set the keyword search for a group of endpoints to the same thing via a variable? For Example, I would like to use a software version check of my network switch that will show me a warning when they are not up to date. Now...
Tue, 10 Jun, 2025 at 10:01 PM
Hi,
I have a problem that i cannot explain. We are using PRTG to monitor the Network traffic on our Watchguard M300 and everything is fine. But every day at the same time, around 12pm, we will get the error message on the interface that ...
Tue, 10 Jun, 2025 at 10:01 PM
Good Day,
I wish to monitor and build stats based on Bind DNS on a Solaris 11 System,A graph which basically displays querries send,received failed etc. Is it possible to achieve this with PRTG Network Monitor and is there a thread\link i...
Tue, 10 Jun, 2025 at 10:01 PM
Ich möchte einen Sensor auf Fehler setzen, wenn ein bestimmer Wert für eine längere Zeit überschritten wird. Z.B. CPU-Auslastang > 95% für mehr als 15 Minuten. Meine Idee ist es, dass ich den Sensor bei mehr als 95% auf Warnung setze, k...
Tue, 10 Jun, 2025 at 10:01 PM
I Need to generate an executive report to upper level management per weekly basis and provide them a quick insight of bandwidth / latency changes on network but as an aggregate graph.
it seems like report configuration is too detail, mean...
Tue, 10 Jun, 2025 at 10:01 PM
Hello, I have the following set up:
- TP-Link Gigabit Load Balance Broadband Router TL-ER5120 as my main router
- 2x fibre broadband WAN connections upstream (using original Virgin and TalkTalk routers)
- a few access points downstream of...
Tue, 10 Jun, 2025 at 10:01 PM
I have multiple sensors with a mutex that runs a custom exe that may take 10 seconds to execute. The timeout set to 20 seconds.
I often get an error result with message "Timeout caused by wait for mutex (code: PE035)" This error...
Tue, 10 Jun, 2025 at 10:01 PM
Hi,
Im looking at getting my existing sensors migrated to v2 , struggling with the first one though and its very simple.
Its a replication check to ensure slave services are running, i current just run the below query and use post proc...
Tue, 10 Jun, 2025 at 10:01 PM
I have used SNMP for account lockout alerts in the past, as well as various other event IDs that the client/company would consider "immediate notification" kind of things. I configured EvntWin as it should be, I created a custom ...
Tue, 10 Jun, 2025 at 10:01 PM
Hi.
Is there an overview of all scheduled maintenance ?
I would like to see all which is planned. (Rightklick, "Pausieren" -> "Einmaliges Zeitfenster für Wartung")
Article Comments
This will be available...
Tue, 10 Jun, 2025 at 10:01 PM
Hi, i'm having the error: Not connected. Error in content when i triy to connect in client windows to the server, it only happens with my computer, i tried to access via https://nomeoftheserver and it works.
i have tried to unistall th...
Tue, 10 Jun, 2025 at 10:01 PM
Hi All,
i would like to check CPU Load on GROUP of Machines or Servers?? like i have created a group (RENDERFARM) inside RENDERFARM Group i have added 50 PC's also added Sensor for each RENDERMACHINE Like (CPU Load,Physical Memory Us...
Tue, 10 Jun, 2025 at 10:01 PM
Strange issue , we have created several exe sensors which work fine. 2 sensors that we have created lately use
System.Windows.Forms.WebBrowser object
within console exe. Console tests fine in command window, but when added as a senso...
Tue, 10 Jun, 2025 at 10:01 PM
In this example, I'm using the domain office and the username djcrumple and I'm using PRTG v13.
System Administation > System & Website > Active Directory Domain is set to office and I've created a user group in PRTG...
Tue, 10 Jun, 2025 at 10:01 PM
Can I customize the graph view? I want to remove the percent value on the right hand part of the graphs.
Article Comments
Hello,
I assume you want to remove the percentage scale of the Downtime channel, right?
To achieve this,...
Tue, 10 Jun, 2025 at 10:01 PM
I'm attempting to interface into the PRTG server from a in-house application using the Mini-Probe API. I've successfully sent a "/probe/announce" request and my probe and sensors are appearing in the web interface.
I...
Tue, 10 Jun, 2025 at 10:01 PM
Dear Ms./Mr.
Our School use PRTG network monitoring tool. (with 500 sensor)
I'm very satisfied the monitoring tool.
I would like to ask there are any possibility to manually configure, setup one ore to site into the Cloud HTTP moni...
Tue, 10 Jun, 2025 at 10:01 PM
Dear sir, madam,
recently we asked our Service Provider to set up netflow on their routers, so we could monitor the traffic.
This service provider uses Huawei's Netstream protocol (basically "netflow").
We do see the tr...
Tue, 10 Jun, 2025 at 10:00 PM
Not sure if I'm using Libraries correctly...
...but this is what I'm looking for:
If I create a new library and then i want to (e.g.) create a new library folder for all my sites, every time I add a new site group folder, I also...
Tue, 10 Jun, 2025 at 10:00 PM
I know the sensor is in beta. That said, I noticed that when a device does not report data for a channel in the sensor PRTG records the value as 0 instead of null. This greatly affect number averaging. In the HTTP PUSH DATA ADVANCE sensor, ...
Tue, 10 Jun, 2025 at 10:00 PM
I want to start rolling out PRTG to all of our clients to monitor Internet and Bandwidth.
I keep running into issues when trying to add the SNMP Sensor.
I specify the external IP (188.39.102.170) of my client but get the error:
Sensor ...
Tue, 10 Jun, 2025 at 10:00 PM
In Traffic graphs I can see the max an min "points" but there is no value for that point visible. How can I enable it?
Article Comments
Dear hhammerl
Usually the values should be visible. If they are not, please cont...
Tue, 10 Jun, 2025 at 10:00 PM
I have added a failover node to one of my core servers and now have a Master and single Failover node. I have a few remote probes attached to the Master but these are not showing up on the failover node.
I have another Cluster that also h...
Tue, 10 Jun, 2025 at 10:00 PM
Can I create a sensor template from an SNMP table sensor?
I want my switches to track based on the IOS assigned value of "Te1/1/4" and not the ifindex. I have a lot of switches to add this sensor to and dont want to do it again ...
Tue, 10 Jun, 2025 at 10:00 PM
I'm trying to add a SNMP Bandwidth sensor to a Cisco SG200 small business switch. I receive the following error:
SNMPERR_BAD_ASN1_BUILD (SNMP error # -11)
I feel like it's probably a config problem, but I need to know what caus...
Tue, 10 Jun, 2025 at 10:00 PM
From a resource perspective, which is better to use from a PRTG server, SSH or Powershell?
I have the option to write a script running from a Linux server via SSH or a Powershell from PRTG to a remote Windows server. It's for checkin...
Tue, 10 Jun, 2025 at 10:00 PM
Hello, I have a Cisco stack of 3 switches.
When I use the Cisco CPU sensor, I only get a single set of CPU stats.
How can I see the CPU stats for each member switch of the stack ?
Thank you kindly.
Article Comments
As far as I...
Tue, 10 Jun, 2025 at 10:00 PM
We are using prtg at out office to monitor our network devices scattered around the world, the thing is that at some places we have so many devices that they actually are really close on the map and we want to move the device icon by hand ...
Tue, 10 Jun, 2025 at 10:00 PM
no response (check: firewall, routing, snmp settings of device, IPs, SNMP version, community, passwo
Hello,
I am trying to add the senor SNMP Disk Free on my NAS box but it would not allow and I get the SNMP error # 2003. I tried to run the SNMP tester and coming back with the same error. Now for this specific box, the drivers are encryp...
Tue, 10 Jun, 2025 at 10:00 PM
Hallo,
der Windows Update Status-Sensor läuft eigentlich gut, nur leider gibt es grade bei unseren Hyper-Vs Probleme bzw. keine Daten zurück. Es handelt sich dabei um einem physikalischem Windows 2012 R2 (nicht in der Domäne). Angesteurt ...
Tue, 10 Jun, 2025 at 10:00 PM
Hello,
I would like to use functions for PRTG API.
I remarked that function are avaible from webroot\api, but I don't know what are their usage.
Is it possible to get a list of API functions and their usage ? (for example : pause....
Tue, 10 Jun, 2025 at 10:00 PM
Hallo zusammen,
kann man eigentlich das Hintergrund-"Gitter" von PRTG-Graphen komplett oder in einer bestimmten Achse (z.B. sollen nur horizontal diese Linien angezeigt werden) ausblenden?
Gruß und Danke!
Jan
Article Com...
Tue, 10 Jun, 2025 at 10:00 PM