<%NUMBERING1%>.<%NUMBERING2%>.<%NUMBERING3%> PRTG Manual: System Administration—Notification Delivery

To open system administration, select Setup | System Administration from the main menu. Click on the tabs to change the different settings.

System Administration Bar

System Administration Bar

You can define the following aspects of your PRTG system setup:

In the notification delivery settings you can define global settings for notification delivery. If you do not want to use a specific notification method, just leave the respective fields empty.

Note: If you open this system administration page from another administration page and 15 minutes (900 seconds) have passed since your last credential based login, you have to provide your credentials again for security reasons. A dialog box will appear. Enter your Login Name and Password for PRTG in the corresponding fields and click on the Login button. You can continue with your task immediately.

Note

This section describes one of four steps to set up the notification system in PRTG. A complete notification setup involves:

  1. Check and set up the Notification Delivery settings. This tells PRTG how to send messages.
    For detailed information, see System Administration—Notification Delivery.
  2. Check and set up Notification Contacts for the users of your PRTG installation. This defines where to send notifications.
    For detailed information, see Account Settings—Notification Contacts.
  3. Check and set up several Notifications. This defines the kind of message and its content.
    For detailed information, see Account Settings—Notifications.
  4. Check and set up Notification Triggers for objects. These provokes the defined notifications.
    For detailed information, see Sensor Notifications Settings.

Note: We recommend that you always set up at least two notifications with different delivery methods for a notification trigger, for example, one email notification and one SMS notification. If delivery via email fails (due to a email server outage or for other reasons), PRTG can still notify you via your smartphone in this case as a fallback. You can achieve this by using the latency setting in a state trigger and selecting a notification with another delivery method than for the first trigger condition, or by setting up a second trigger with another notification for the corresponding object.

For background information, please see the Notifications section.

Notification Delivery Settings

Note: This documentation refers to the PRTG System Administrator user accessing the Ajax interface on a master node. For other user accounts, interfaces, or nodes, not all of the options might be available as described. When using a cluster installation, failover nodes are read-only by default.

SMTP Delivery

SMTP Delivery Mechanism

Define how PRTG sends emails using Simple Mail Transfer Protocol (SMTP). Choose between:

  • Direct delivery using built-in email relay server (default): Use the SMTP relay server built into PRTG. This server manages its own email queue. For each email, it looks up the target SMTP server via the MX record of the target domain, and send the email.
  • Use SMTP relay server (recommended inside LANs/NATs): Set up your own SMTP relay server to send emails. Enter data below.
  • Use two SMTP relay servers (primary and fallback server): Set up two own SMTP relay servers—one primary and one as fallback server. Enter data below.

Note: When monitoring inside your NAT or LAN, it is often a good idea to use your own LAN-based relay server to deliver notification emails quicker.

Sender Email

Enter an email address to use as sender of all emails. This setting is global and can only be changed centrally here.

Sender Name

Enter a name to use as sender of all emails. This setting is global and can only be changed centrally here.

HELO Ident

Enter the HELO Ident for SMTP. This must be a unique name, preferably the DNS name of the machine running PRTG. See SMTP RFC 2821: The sender-SMTP must ensure that the domain parameter in a HELO command is a valid principal host domain name for the client host.

SMTP Relay Server

This field is only visible if you enable SMTP relay server above. Enter the IP address or DNS name of the SMTP relay server.

SMTP Relay SMTP Port

This field is only visible if you enable SMTP relay server above. Enter the port number the SMTP relay server is running on. Standard value is 25.

SMTP Relay Authentication

This field is only visible if you enable SMTP relay server above. Select the kind of authentication required for the SMTP server. Choose between:

  • No authentication is required: Use SMTP without authentication.
  • Use standard SMTP authentication: Use standard authentication.
  • SASL authentication is required: Use secure authentication via Simple Authentication and Security Layer (SASL).

SMTP Relay User

This field is only visible if you enable SMTP authentication above. Enter a valid username.

SMTP Relay Password

This field is only visible if you enable SMTP authentication above. Enter a valid password.

Use Encrypted Connection

This field is only visible if you enable SMTP relay server above. Enter the security level for SMTP connections. Choose between:

  • Never: Use insecure connection with plain text transfer.
  • If supported by server: Use a secure connection (default).

SSL Method

This setting is only visible if you enable SMTP relay server and encryption above. It is only relevant for secure connections. Select the SSL or TLS version that your SMTP device supports. We recommend that you use the default value. If you do not get a connection, try with another setting. Choose between:

  • SSL V2
  • SSL V2 or V3
  • SSL V3
  • TLS V1

SMTP Relay Server (Fallback)

These fields are only visible if you enable the option for two SMTP relay servers above. Please see also the settings that you made for your primary SMTP relay server.

SMTP Relay SMTP Port (Fallback)

SMTP Relay Authentication (Fallback)

Use Encrypted Connection (Fallback)

SSL Method (Fallback)

SMTP Relay User (Fallback)

SSL Method (Fallback)

SMTP Relay User (Fallback)

SMTP Relay Password (Fallback)

Security (Fallback)

SMS Delivery

Note: Although PRTG has built-in support for the Application Programming Interface (API) of some SMS providers, we cannot officially provide support regarding these SMS service providers. If you have technical questions about SMS delivery beyond PRTG, please contact your SMS provider directly.

Note: Instead of using a pre-configured provider you can always use a custom URL, enabling you to use extended parameters (this is also an alternative when using providers for which we offer pre-configured options).

You need an internet connection to send text messages via the HTTP API. For information about sending SMS via separate hardware using third party software, please see the More section below.

Configuration Mode

Define how you want to select an SMS provider. Choose between:

  • Select an SMS provider from a list of providers: Select a provider from a list below.
  • Enter a custom URL for a provider not listed: Use another provider and enter the service URL manually below.

Service Provider

This field is only visible if the provider list is enabled above. Choose a service provider from the list. PRTG offers a small incomplete list of providers. Note: Some providers might require a port configuration in your firewall. See More section below for more information.

User

This field is only visible if the provider list is enabled above. Enter a username for the service provider account.

Password

This field is only visible if the provider list is enabled above. Enter a password for the service provider account.

API ID / Account

This field is only visible if the provider list is enabled above. Some providers need an additional API ID or account information. If provided, enter it here. Please enter a string or leave the field empty.

Custom URL

This field is only visible if the custom provider option is enabled above. From the documentation of your SMS provider, please enter the service URL that is used to send SMS messages. Use the following placeholders for the recipient phone number and the text message: %SMSNUMBER, %SMSTEXT.

Maximum Length of Text

Some SMS providers will not allow SMS messages exceeding a certain amount of characters. PRTG will restrict the number of characters according to the length specified in this field. A value of 0 means the SMS is sent at its full length.

Note: The notification methods "Send SMS/Pager Message" and "Execute HTTP Action" will use the central proxy settings defined for your PRTG core server. For details, please see System Administration—Core & Probes (section Proxy Configuration).

Click Save to store your settings. If you change tabs or use the main menu, all changes to the settings will be lost!

More

Knowledge Base: How can I send SMS text message notifications via a modem or a mobile phone with PRTG?

Knowledge Base: Why do I get a connection timeout message when sending SMS via bulksms?

Knowledge Base: Which URLs does PRTG use for its preconfigured SMS providers?

Knowledge Base: How do I send SMS with PRTG using a Clickatell account?

Knowledge Base: How can PRTG send instant messages to Jabber, ICQ, MSN, Yahoo, etc., using external software?

Knowledge Base: Can GMail / Google Apps be used for SMTP relay?

Knowledge Base: How can I enable Notification Delivery Logging?

Knowledge Base: How can I include my own logo into HTML emails?

 

 

Others

There are some settings that you have to make in the PRTG Administration Tool, available as native Windows application. For more details, please see the sections:

Keywords: Configure,Configure Notification Delivery,HTTP Proxy,Notification,Notification Delivery,SMS Delivery,SMTP Delivery