Hello Reuven,
Your PRTG version is displayed in the status bar (bottom left) when connection to your PRTG server with your internet browser.
You can also get your PRTG version using the API call:
http://yourserver/api/getststus.xml&username=myuser&password=mypassword
This will get you your PRTG status, including the current version
<?xml version="1.0" encoding="UTF-8"?>
<status>
<NewMessages>4</NewMessages>
<NewAlarms>0</NewAlarms>
<Alarms>3</Alarms>
<AckAlarms></AckAlarms>
<NewToDos></NewToDos>
<Clock>17-5-2021 11:53:48</Clock>
<ActivationStatusMessage>(Tag activationstatusalert unknown)</ActivationStatusMessage>
<BackgroundTasks>0</BackgroundTasks>
<CorrelationTasks>0</CorrelationTasks>
<AutoDiscoTasks>0</AutoDiscoTasks>
<Version>21.1.66.1664+</Version>
<PRTGUpdateAvailable>yes</PRTGUpdateAvailable>
<IsAdminUser>true</IsAdminUser>
<IsCluster></IsCluster>
<ReadOnlyUser></ReadOnlyUser>
<ReadOnlyAllowAcknowledge></ReadOnlyAllowAcknowledge>
<ReadOnlyPwChange></ReadOnlyPwChange>
</status>
Sensors |
Multi Channel Sensors |
Tools |
Notifications
Kind regards,
PRTG Tools Family
Add comment