Office 365 Licences Sensor (Error connecting to your tenant. Please check...
Hi There, Anyone used the Get-PRTGO365Licenses.ps1 script successfully from : https://github.com/debold/PRTG-O365Licensing/blob/master/Get-PRTGO365Licenses.ps1 This sensor was set up last year but is...
View ArticleEXE/Script sensor - cmdlet not recognized
Hi, I am running a powershell script which uses the office365 Connect-MsolService cmdlet. When running the script manually on the probe server, it runs fine. I run this on the same user account as the...
View ArticleUsing regular expression on whole file
Hello, I'm using a filesensor to detect if the last line of a file containss OK Or NOT_OK. This file is on append mode, added by a Windows Schedule Task. The file is like this :...
View ArticlePRTG – Advanced Scheduled Task Sensor
Dear, In order to monitor the state of the Scheduled Tasks from different servers we need to implement a custom check based on a PowerShell script. Reading the official documentation, the PS script...
View ArticlePRTG - Bounce a switchport via SNMP if an IP address is unreachable
Hello, I am looking to implement a port bounce (shutdown + no shutdown) if a particular IP is not reachable. So it's going to be Ping sensor and a script to bounce a port. How do I achieve that? Do you...
View Articlemonitoring AS no. and prefixes in BGP
is it possible to monitor AS numbers and prefixes in both modes for bgp in prtg?
View ArticleVerständnisfrage: xmlexesensoren und Credentials
Wir haben ein Verständnisproblem in PRTG beim Umgang mit XML/EXE Sensoren und die verwendeten Zugangsdaten, um diese Skripte bzw. EXE-Programme auszuführen. Ich uss dazu sagen, dass unser Probe Server...
View ArticleMonitoring Scripts with HTTP Push Data Advanced
Hi there, We've started to monitor our powershell - Scripts with the "HTTP Push Data Advanced" - Sensor. As soon as the specific script has finished and all integrated checks are fine, it will send a...
View ArticleInterface Custom Links
Hello, Is there any option customisation options in PRTG that would let me add custom links, scripts or api calls to the node screens? Lets say I am on the page of a Cisco switch, on the right hand...
View ArticleAutomation task
Hello. I use PRTG for monitoring my servers. I know PRTG is built around sensors, but I wonder if I can use PRTG for automating scripts? What i would like to accomplish, is to automate scripts...
View ArticleAutomate the integration of devices in the right group with a template
Hello,Is it possible to automate the integration of new devices, in an already created group and using a specific template? Can the PRTG API do that? Or are customs sensors the most appropriate? Best,...
View ArticleRetrieving Channel Maximum Values via API
I have a large population of gigabit switches and I am looking to decide where to deploy replacement 10gigabit switches.I want to target locations where links are close to saturation at 1gbps and could...
View Articlenotification -execute program - sms via http duplicate message
Hi,here is my script Param( $srvhost=$args[0] )$msgarray = $srvhost -split(" ") $smsrequest =...
View ArticleEXE/Script Sensor: Error 0x522
Hello, I want to use the EXE/Script Sensor in the security context of the parent device for a Powershell Script, but keep receiving the error 0x522 "A required privilege is not held by client".The way...
View ArticleSSH Script - Raspberry Pi CPU Temp Monitor
I've written the following script to monitor the temperature of my Raspberry PI CPU:tempc=$(vcgencmd measure_temp | egrep -o '[0-9]*\.[0-9]*') tempf=$(echo "scale=2; 1.8 *$tempc + 32" | bc) printf...
View Articlemonitor scheduled task
I use a script to monitor windows scheduling tasks, on several clients, but on one not working, follow the sensors log The sensor always returns with the following message" Task '\...
View ArticlePRTG Sensor script shell
Hello,Is it possible to create a sensor in Unix, thanks to a script ? Thanks.
View ArticlePRTG python sensor "No module named 'requests'
I get the following error when executing a python advanced sensor 06/03/2020 10:00:56 Script Output (UTF8 Encoding): Traceback (most recent call last):[CR][LF] File "C:\Program Files (x86)\PRTG Network...
View ArticleDirect Access Statistics.ps1 no longer working?
Hi There,We have a lot of users working from home and I notice our Direct Access Statistics.ps1 script is not out putting any results to PRTG? This is the script: Try { $DAC =...
View ArticleUsing powershell to return a value
This is my script and for hours on end I have been reading through the PRTG knowledge base and user forums and I must be the only person on earth stupid enough to try something so basically simple in...
View Article