How to Integrate Domotz Monitoring in SynetoOS 6

Written By Sebastian Sime (Super Administrator)

Updated at June 24th, 2026

Table of Contents

→ Applies to: SynetoOS 6.x

This guide enables real-time monitoring of SynetoOS pools, disks, replicas, and protection status through Domotz's platform. The integration uses custom drivers that map SynetoOS entities (pools, disks, replicas, VMs) to Domotz metrics, allowing granular alerting by resource.

Prerequisites

– SynetoOS appliances already added to your Domotz platform
– Administrative access to both SynetoOS GUI and Domotz
– ■ ZIP: download the ZIP file

   Domotz.zip

 

Step 1. Login to SynetoOS GUI (replace <your_ip_address_or_hostname> with the correct ip/hostname)

https://<your_ip_address_or_hostname>

 

Step 2. Generate API Key ("How to Generate API Keys in SynetoOS 6")

Step 3. Download Domotz.zip and extract the files to a local directory on your PC

The extracted files:

Path Utility
syneto_pool_health.js (+ .json) Req #1 — syneto_pool_status + rolled-up vdev error counters
syneto_disk_health.js (+ .json) Req #2 — syneto_ssd_drive_* (status, temperature, wear, reallocated, uncorrectable) + optional syneto_lsiraid_pd_state
syneto_pool_capacity.js (+ .json) Req #3 — syneto_pool_percent_used + allocated and fragmentation
syneto_failed_replicas.js (+ .json) Req #4 — /api/storage/blockedReplicas + latest_replication_status from /api/protection/metrics
syneto_failed_protections.js (+ .json) Req #5 — latest_protection_status per VM and policy

 

Step 4. From the Integrations menu, select Drivers and Automation, then select Write Custom Driver

 

Step 5. Fill the Driver name and the Driver description, then click on Create

Repeat Step 4 and Step 5 for each new Driver to add.

 

Step 6. Select the new added driver you want to configure

 

Step 7. From the Code Preview menu, scroll down and select Edit Driver, paste the script from the extracted .js file corresponding to the Driver you want to configure, then Save

Repeat Step 6 and Step 7 for each new Driver to add.

 

Step 8. From the Integrations menu, select Drivers and Automation, then select Add Device

 

Step 9. From the Devices tab, select Add Devices

 

Step 10. Select the device you want to add, then click on the “+” button

 

Step 11. Insert the API Key generated in Step 2, then click on Apply

Repeat Step 8 to Step 11 for each new Driver to add.