AutoPatrol, Bureaucrats, Administrators
481
edits
Tomas Kirnak (talk | contribs) m |
m (Text replacement - "^" to "{{deprecated}}") |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
Sometimes, it can be useful to reset the "state" of all your NetXMS objects completely. | {{deprecated}}Sometimes, it can be useful to reset the "state" of all your NetXMS objects completely. | ||
For example, if you recover the DB from an older date, a lot of alarms and node statuses will be outdated.<br> | For example, if you recover the DB from an older date, a lot of alarms and node statuses will be outdated.<br> | ||
| 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; | ||