Please run the sensor from command line
"C:\Program Files (x86)\PRTG Network Monitor\Sensor System\ExchangeSensorPS.exe" -server="<fqdn of the server>" -item=metadatabase -user="<username like ‘domain\user’>" -password="<password>"
It should return something like this:
<?xml version='1.0' encoding='UTF-8' ?>
<prtg>
<result>
<name>Test DB</name>
<id>76b84d1b-75ad-4101-b8e6-bd03417fab4b</id>
</result>
<result>
<name>Test DB 2</name>
<id>9b70eb11-6e7a-4bd6-9853-f370d8356a37</id>
</result>
<text>
OK
</text>
</prtg>
if that works try
"C:\Program Files (x86)\PRTG Network Monitor\Sensor System\ExchangeSensorPS.exe" -server="<fqdn of the server>" -item=mailboxdatabase -object=<database-id from the previous scan,
e. g. 9b70eb11-6e7a-4bd6-9853-f370d8356a37 for db Test DB 2> -user="<username like ‘domain\user’>" -password="<password>"
should return something like
<?xml version='1.0' encoding='UTF-8' ?>
<prtg>
<result>
<unit>BytesFile</unit>
<value>671088640</value>
<channel>Database Size</channel>
</result>
<result>
<value>1</value>
<unit>Custom</unit>
<customUnit>Bool</customUnit>
<channel>Is Valid</channel>
</result>
<result>
<value>1</value>
<unit>Custom</unit>
<customUnit>Bool</customUnit>
<channel>Mounted</channel>
</result>
<result>
<channel>Execution Time</channel>
<unit>TimeSeconds</unit>
<SpeedTime>Second</SpeedTime>
<float>1</float>
<ShowChart>0</ShowChart>
<ShowTable>0</ShowTable>
<Value>1.1</Value>
</result>
<text>
OK
</text>
</prtg>
what do you get?
Add comment