PRTG Manual: PostgreSQL Sensor
The PostgreSQL sensor monitors a database on a PostgreSQL server and executes a query.
The sensor can also process the data table and show the values that you define in individual channels.
For a detailed list and descriptions of the channels that this sensor can show, see section Channel List.
- Dutch: PostgreSQL
- French: PostgreSQL
- German: PostgreSQL
- Japanese: PostgreSQL
- Portuguese: PostgreSQL
- Russian: PostgreSQL
- Simplified Chinese: PostgreSQL
- Spanish: PostgreSQL
Consider the following remarks and requirements for this sensor:
Remark |
Description |
---|---|
Performance impact |
This sensor has a high performance impact. We recommend that you use no more than 200 of this sensor on each probe. |
SQL query storage |
This sensor requires that you store the SQL query in a file on the probe system. In a cluster, copy the file to every cluster node. Save the SQL script with the query in the \Custom Sensors\sql\postgresql subfolder of the PRTG program directory. For more information, see the Knowledge Base: Why do I have to store SQL sensor queries and custom scripts in files on the probe computer? |
.NET 4.7.2 or later |
This sensor requires .NET 4.7.2 or later from Microsoft on the probe system. In a cluster, install it on every cluster node. If the framework is missing, you cannot create this sensor. For more information, see the Knowledge Base: Which .NET version does PRTG require? |
PostgreSQL version |
This sensor supports as of PostgreSQL 7.x. |
IPv6 |
This sensor supports IPv6. |
Lookups |
This sensor can use lookups. Select Lookup as Channel #x Unit and define the lookup file in Channel #x Lookup. |
Credentials |
Define the credentials for database management systems in settings that are higher in the object hierarchy. |
Knowledge Base |
Knowledge Base: How can I monitor strings from an SQL database and show a sensor status depending on it? |
Hosted probe |
You cannot add this sensor to the hosted probe of a PRTG Hosted Monitor instance. If you want to use this sensor, add it to a remote probe device. |
The sensor has the following default tags that are automatically predefined in the sensor's settings when you add the sensor:
- sqlsensor
For more information about basic sensor settings, see section Sensor Settings.
Setting |
Description |
---|---|
Database |
Enter the name of the PostgreSQL database to which the sensor connects, for example MyDatabase. This is a logical entity on the database server where database objects exist. |
SSL Mode |
Select the PostgreSQL Secure Sockets Layer (SSL) mode for the connection:
The SSL mode options that you can choose are the same as the values of the PostgreSQL sslmode parameter. PRTG sends it with the sensor requests. PostgreSQL SSL connections require OpenSSL to be installed on both the target server and on the probe system. For more information about the PostgreSQL SSL modes, refer to the PostgreSQL documentation. |
Setting |
Description |
---|---|
SQL Query File |
Select the SQL query file that includes a valid SQL statement that the sensor executes on the server with every scanning interval. The list contains SQL scripts from the \Custom Sensors\sql subfolder of the PRTG program directory on the probe system. Store your script there. If you use the script on a cluster probe, you must store the script on all cluster nodes. A correct expression in the file could be: SELECT AVG(UnitPrice) FROM Products. If you want to use transactions, separate the individual steps with semicolons ";". Note that with each request, PRTG transfers the full result set, so use filters and limits in your query. The demo script Demo Serveruptime.sql is available by default. You can use it to monitor the uptime of the target server. See also the Knowledge Base: Why do I have to store SQL sensor queries and custom scripts in files on the probe computer? You cannot change this value after sensor creation. |
Input Parameter Handling |
Define if you want to pass a parameter to the SQL query file:
|
Input Parameter |
This setting is only visible if you select Use input parameter above. Enter the parameter that you want to pass to the SQL query file. This parameter replaces the variables @prtg, :prtg, or ? in the SQL query, considering the general rules for SQL variables. You can also use PRTG placeholders for custom sensors (command-line parameters) as input parameters, for example, %sensorid or %deviceid. For more information, see section Custom Sensors. Provide strings as they are and do not surround them with quotation marks. PRTG automatically and correctly inserts string parameters into the query. |
Transaction Handling |
Define if you want to use transactions and if they affect the database content:
|
Data Processing |
Define whether the sensor processes data from the database:
You cannot change this value after sensor creation. |
DBNull Handling |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation. Define the sensor behavior if the query returns DBNull:
|
Select Channel Value by |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation. Define how to select the desired cell in the database table:
Defining how the desired cell in the database table is selected is necessary to configure the cells that are used in the channels. The option you select here also defines the method of how to optionally determine a value for the sensor message. For more information, see setting Use Data Table Value in Message. For an example for channel value selection, see section Monitoring Databases. |
Channel #2 - #10 |
This setting is only visible if you select Process data table above. You can define up to 10 channels. You must define at least one channel, so you see all available settings for Channel #1. Specify how to handle all other possible channels:
It is not possible to enable or disable channels after sensor creation. |
Channel #x Name |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation. Enter a name for the channel. Enter a string. The sensor dynamically generates channels with this name as identifier. If the name contains angle brackets (<>), PRTG replaces them with braces ({}) for security reasons. For more information, see the Knowledge Base: What security features does PRTG include? |
Channel #x Column Number |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation and if you select Column number for the setting Select Channel Value by. Provide the number of the column to use to determine the channel value in row 0. Enter an integer. |
Channel #x Column Name |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation and if you select Column name for the setting Select Channel Value by. Provide the name of the column to use to determine the channel value in row 0. Enter an integer. |
Channel #x Row Number |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation and if you select Row number for the setting Select Channel Value by. Provide the number of the column to use to determine the channel value in row 0. Enter an integer. |
Channel #x Key |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation and if you select Key value pair for the setting Select Channel Value by. Provide the key to search for in column 0 of the data table. The value in column 1 of the same row where the key value was found to use to determine the channel value. Enter a string. |
Channel #x Mode |
This setting is only visible if you select Process data table above. Define how to display the determined value in the channel:
You cannot change this value after sensor creation. |
Channel #x Unit |
This setting is only visible if you select Process data table above. Define the unit of the channel value:
For more information about the available units, see section Custom Sensors. To use lookups with this channel, select Lookup and define the lookup file in Channel #x Lookup. Do not use Custom if you use lookups with this sensor. It is not possible to use the unit Lookup in combination with the Difference mode. You are not able to create the sensor in this case. |
Channel #x Custom Unit |
This setting is only visible if you select Custom above. Define a unit for the channel value. Enter a string. |
Channel #x Lookup |
This setting is only visible if you select Lookup above. Select a lookup file that you want to use with this channel. |
Use Data Table Value in Message |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation. Define if the sensor message shows a value from the data table:
The method of how to determine a value for the sensor message is defined in the setting Select Channel Value by above. |
Message Column Number |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation, if you select Column name for the setting Select Channel Value by, and if you select Enable above. Enter the number of a column. The sensor message shows the value in row 0 of this column. Enter an integer. |
Message Column Name |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation, if you select Column name for the setting Select Channel Value by, and if you select Enable above. Enter the name of a column. The sensor message shows the value in row 0 of this column. Enter a string. Columns start with index 0. |
Message Row Number |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation, if you select Row number for the setting Select Channel Value by, and if you select Enable above. Enter the name of a column. The sensor message shows the value in row 0 of this column. Enter the number of a row. The sensor message shows the value in column 0 of this row. Enter an integer. Rows start with index 0. |
Message Key |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation, if you select Key value pair for the setting Select Channel Value by, and if you select Enable above. Enter a key to search for in column 0 of the data table. The sensor message shows the value in column 1 of the row where the key was found. Enter a string. |
Message |
This setting is only visible if you enable Use Data Table Value in Message above. Define the sensor message. Enter a string. Use the placeholder {0} at the position where you want to display the value. Example: The message is {0} PRTG does not support the number sign (#) in sensor messages. If a message contains a number sign, PRTG clips the message at this point. |
If Message Changes |
This setting is only visible if you select Process data table for the setting Data Processing during sensor creation. Define what the sensor does when its message changes:
|
Result Handling |
Define what PRTG does with the sensor result:
In a cluster, PRTG stores the result in the PRTG data directory of the master node. |
Setting |
Description |
---|---|
Primary Channel |
Select a channel from the list to define it as the primary channel. In the device tree, PRTG displays the last value of the primary channel below the sensor's name. The available options depend on what channels are available for this sensor. You can set a different primary channel later by clicking below a channel gauge on the sensor's Overview tab. |
Graph Type |
Define how this sensor shows different channels:
|
Stack Unit |
This setting is only visible if you select Stack channels on top of each other above. Select a unit from the list. PRTG stacks all channels with this unit on top of each other. By default, you cannot exclude single channels from stacking if they use the selected unit. However, there is an advanced procedure to do so. |
By default, all of these settings are inherited from objects that are higher in the hierarchy. We recommend that you change them centrally in the root group settings if necessary. To change a setting for this object only, click under the corresponding setting name to disable the inheritance and to display its options.
For more information, see section Inheritance of Settings.
Which channels the sensor actually shows might depend on the target device, the available components, and the sensor setup.
Channel |
Description |
---|---|
Affected Rows |
The number of rows that were addressed by the query (including SELECT statements if you process data tables) |
Execution Time |
The execution time of the entire request (including connection buildup, query execution, transaction handling, disconnection) This channel is the primary channel by default. |
Downtime |
In the channel table on the Overview tab, this channel never shows any values. PRTG uses this channel in graphs and reports to show the amount of time in which the sensor was in the Down status |
Query Execution Time |
The execution time of the specified query |
You can use the following variables in the SQL query file to be replaced by an input parameter. This is useful if you have various SQL sensors with queries that differ in only one parameter.
- Microsoft SQL, MySQL, PostgreSQL: @prtg
- Oracle SQL: :prtg
- ADO SQL: ? (question mark)
@prtg, :prtg, and ? are common SQL query parameters and they are used in a parameterized SQL query. This means that the query and the parameter are forwarded without any changes to the database. This leads to some restrictions on the database side. For example, you cannot use variables as placeholders for table names or as lists in IN operators.
Examples for variables usage:
SELECT * FROM Table WHERE name = @prtg
SELECT @prtg FROM Table
KNOWLEDGE BASE
How can I monitor strings from an SQL database and show a sensor status depending on it?
Which .NET version does PRTG require?
Why do I have to store SQL sensor queries and custom scripts in files on the probe computer?
What security features does PRTG include?