Change settings with personal scripts by modifying database
Posted: Sun Sep 06, 2015 1:54 pm
Hello,
I need to change the function of monitor and enable/disable zones.
Looking into the database I found the following tables:
Monitors with the Function field
Zones with the Type field
I wonder if I can change these fields (with command: mysql -zmuser -pzmpass -e "USE zm;UPDATE Zones SET Type='Active' WHERE Name='XXXX';" e.g.) or if there is a better solution?
Thanks
I need to change the function of monitor and enable/disable zones.
Looking into the database I found the following tables:
Monitors with the Function field
Zones with the Type field
I wonder if I can change these fields (with command: mysql -zmuser -pzmpass -e "USE zm;UPDATE Zones SET Type='Active' WHERE Name='XXXX';" e.g.) or if there is a better solution?
Thanks