Export and import custom oids and alerts

Alert rules are in the alert_rules table, you can just mysqldump that and import it elsewhere.

Custom OIDs are in customoids, if you dump and re-import that table you’ll need to update the device_id column with the correct device ids for your other install.

1 Like