Difference between revisions of "Reseting state of all alarms and node statuses"

m
no edit summary
m
m
Line 15: Line 15:


To completely reset the state of all object you can:<br>
To completely reset the state of all object you can:<br>
(these commands should be run on the database NetXMS uses)
  UPDATE thresholds SET current_state=0;
  UPDATE thresholds SET current_state=0;
  UPDATE alarms SET alarm_state=3;
  UPDATE alarms SET alarm_state=3;
184

edits