Questions tagged [prtg]

PRTG is an extensible network monitoring product from Paessler AG. This tag should be used primarily for the API side of this product and programming custom-built sensors, rather than question about the product itself.

48 questions
0
votes
1 answer

Is it possible to find a match on last occurence between two words with regex?

I have a text log file that look like this: --Start 10:00:00 --Success --End 10:01:02 --Start 10:02:32 --Success --End 10:02:40 --Start 10:02:00 --Error --End 10:02:05 The last block is the last registered…
0
votes
1 answer

Regex to split up string of CPU usage percentages?

We have an HP 1920S switch and the only way to get the CPU usage via SNMP is an OID I found here: https://community.hpe.com/t5/Web-and-Unmanaged/HP-1920s-OID-CPU-Utilization-and-memory/td-p/7001413 OID: .1.3.6.1.4.1.11.5.7.5.7.1.1.1.1.4.9.0 When…
cvocvo
  • 1,586
  • 2
  • 23
  • 38
0
votes
1 answer

PowerShell script for PRTG Network Monitor

I am currently working with PRTG, to monitor the interface properties from a Juniper EX4300 switch. For that, I want to get the "ifDescr" as string, the "ifAlias" as string, the "ifAdminStatus" as integer, the "ifOperStatus" as integer, the…
SAM_N
  • 13
  • 3
0
votes
1 answer

SQL Server Maintenance plan history check status

I need to monitor the maintenance plan if still running, I've found an old post ( thanks to Don SQL Server Maintenance plan history check for success or failure ) to query the log and get the jobs result, but this give only the result after…
Cipo80
  • 19
  • 4
0
votes
3 answers

PRTG sensor displaying if "change logon /q" is true/false - Batch-file/Powershell-file

Im not a professional programmer, so please excuse any mistakes I do with terms & co. I want to build a custom sensor for PRTG that displays whether logging in on my terminal server is possible or not. PRTG offers the possibility of using…
Smackalot
  • 1
  • 1
0
votes
1 answer

How to monitor IIS application pool worker process using PRTG Network Monitor

I have an asp.net mvc application deployed in IIS. Sometimes its application pool worker process hangs so using PRTG Network Monitor I have added a sensor: Application Pool PerfCounter IIS. How can I configure it in order to when application pool…
Willy
  • 9,848
  • 22
  • 141
  • 284
0
votes
1 answer

PRTG REST API with JAX-RS

I am trying to parse the response from the PRTG HTTP REST API using JAX-RS (RESTEasy to be exact). The problem I am having is that the result from the API is attached as an attachment to the response, not in the body. It is also given a…
astropcr
  • 177
  • 2
  • 10
0
votes
1 answer

Prtg api filter all devices with certain tag

I would like to filter all devices with certain tag. I'm unable to find right API call. Could you please help me out? Thank you
Vojta
  • 379
  • 1
  • 4
  • 15
0
votes
1 answer

Can i Monitor iptables on Monitoring system

I have a Centos server and I install iptables on this for firewall. I want to connect iptables to monitoring system Like (Prtg,Solarwinds,Opmanger) Is this possible?
0
votes
1 answer

JBoss 7.1.1 JVM monitoring using SNMP and PRTG

Recently I had given task in my company to monitor JVM of JBoss application server 7.1.1 using PRTG on Windows plateform. After searching I came to know to monitor using PRTG snmp enabling is required. JVM starts and listen on specified port and…
Darshan Shah
  • 365
  • 4
  • 12
0
votes
1 answer

How do I persist data in between sensor runs?

I've written some VBScript custom sensors for the PRTG monitoring software, and these use temporary files for various purposes within a given sensor run. That's quite easy to do with: dim filesys : set filesys =…
paxdiablo
  • 854,327
  • 234
  • 1,573
  • 1,953
0
votes
1 answer

Slow Application (Monitored)

Good Day: We are currently running an access 2007 ADP that acts as a cashiering system for our organization. The application experiences lag spikes causing it to become unbearably slow and sometimes crash. The steps I have taken to monitor the…
0
votes
3 answers

JSON string not deserializing

I have a problem with deserializing this JSON data due to duplicate property name value and value_raw. I have attempted to use a List based object to deserialize the values but this only results in the last value being stored in the object. Apart…
JGilmartin
  • 8,683
  • 14
  • 66
  • 85
-1
votes
1 answer

Can I sync two PRTG deployments using one database?

I have the following scenario: WS1 = Windows **(Has Internet)** WS2 = Windows (No Internet) SERVERX = Linux (No Internet) We want to monitor SERVERX ( get CPU usage, disk space..etc and get alerts via email!) I was thinking about using Zabbix OR…
-1
votes
2 answers

Get value from specific attribute

I'm using PRTG and I want to monitor my parking system. The system generates a XML file and I would like to know what xPath expression I need to use, when to extract only the MODE value of the Alarmtype, for example…
Albert
  • 13
  • 1