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

Notification EXE querying Remote Probes

Votes:

0

Hi,

The PRTG Server located in Server1 is set to send a notification if Server2's (with PRTG Probe) CPU usage goes above 80% for 2 minutes (using threshold trigger). The notification runs an EXE that queries Server2 Top 10 processes.

Questions:

  1. Since Notifications EXEs are located on the PRTG Server we have to make the EXEs take in parameters such as hostname/IP right ?
  2. What are their placeholders (IP and hostname) to put into the EXE parameter box?
  3. And what is the placeholder for the individual channel names that has the threshold trigger?
  4. The sensor "System Health" has CPU/Memory channels in one sensor so to pass the right 'type' of error into the EXE I need to know the channel name that had its threshold trigger triggered, not just "System Health" sensor name.
  5. Is it possible to disable the System Health sensor? I want to add separate sensors for CPU and Memory and having System Health makes it redundant and put unnecessary strain on the system.

Thanks!

custom-script-exe notifications prtg remote-probe

Created on Aug 9, 2016 2:01:37 PM

Last change on Aug 11, 2016 9:19:04 AM by  Stephan Linke [Paessler Support]



3 Replies

Votes:

0

As for your questions:

  1. Exactly :)
  2. Have a look at the available placeholders in PRTG.
  3. There's none, you can only get the corresponding sensor that triggered the notification. You could use the API to get some channel information however. Not sure how one would correlate the notification info with the channel, though; you could parse the channel message for a name, but it may lead to ambigious results.
  4. See #3...
  5. Simply pause them indefinitely.

Let me know if I can be of any further assistance!

Created on Aug 11, 2016 9:21:56 AM by  Stephan Linke [Paessler Support]



Votes:

0

Hi,

Thanks.

Does PRTG probes do anything in terms of running scripts?

All they do is send data back and run the custom sensor scripts ?

Any plans of adding features to what the Probe can do?

Can we use nsclient++ or something to get more data?

Created on Aug 12, 2016 2:44:33 PM



Votes:

0

The probe where the sensor runs actually runs the script behind the sensor. What would you like to have added in terms of features? NSClient++ currently is not supported, feel free to modify the scripts to suit the output necessary for PRTG (<your-prtg>/api.htm?tabid=7).

Created on Aug 15, 2016 8:28:54 AM by  Stephan Linke [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.