File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ the OpenWISP architecture.
3535 :maxdepth: 1
3636
3737 user/intro.rst
38+ user/device-config-status.rst
3839 user/templates.rst
3940 user/variables.rst
4041 user/device-groups.rst
Original file line number Diff line number Diff line change 1+ Device Configuration Status
2+ ===========================
3+
4+ The device's configuration status (`Device.config.status `) indicates the
5+ current state of the configuration as managed by OpenWISP. The possible
6+ statuses and their meanings are outlined below:
7+
8+ ``modified ``
9+ ------------
10+
11+ The device configuration has been updated in OpenWISP, but these changes
12+ have not yet been applied to the device. The device is pending an update.
13+
14+ ``applied ``
15+ -----------
16+
17+ The device has successfully applied the configuration changes made in
18+ OpenWISP. The current configuration on the device matches the latest
19+ changes.
20+
21+ ``error ``
22+ ---------
23+
24+ An issue occurred while applying the configuration to the device, causing
25+ the device to revert to its previous configuration to prevent errors.
26+
27+ ``deactivating ``
28+ ----------------
29+
30+ The device is in the process of being deactivated. The configuration is
31+ scheduled to be removed from the device.
32+
33+ ``deactivated ``
34+ ---------------
35+
36+ The device has been deactivated. Its configuration has been completely
37+ removed, and it is no longer managed by OpenWISP.
You can’t perform that action at this time.
0 commit comments