Skip to content

Commit

Permalink
[req-changes] Added device config status
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 19, 2024
1 parent e1e97fc commit ca8eab9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ the OpenWISP architecture.
:maxdepth: 1

user/intro.rst
user/device-config-status.rst
user/templates.rst
user/variables.rst
user/device-groups.rst
Expand Down
37 changes: 37 additions & 0 deletions docs/user/device-config-status.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Device Configuration Status
===========================

The device's configuration status (`Device.config.status`) indicates the
current state of the configuration as managed by OpenWISP. The possible
statuses and their meanings are outlined below:

``modified``
------------

The device configuration has been updated in OpenWISP, but these changes
have not yet been applied to the device. The device is pending an update.

``applied``
-----------

The device has successfully applied the configuration changes made in
OpenWISP. The current configuration on the device matches the latest
changes.

``error``
---------

An issue occurred while applying the configuration to the device, causing
the device to revert to its previous configuration to prevent errors.

``deactivating``
----------------

The device is in the process of being deactivated. The configuration is
scheduled to be removed from the device.

``deactivated``
---------------

The device has been deactivated. Its configuration has been completely
removed, and it is no longer managed by OpenWISP.

0 comments on commit ca8eab9

Please sign in to comment.