summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fb06e3..1a8ac50 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen
* A10 Networks
* [ACOS](lib/oxidized/model/acos.rb)
+ * Accedian Performance Elements (NIDs)
+ * [AEN](lib/oxidized/model/aen.rb)
* Alcatel-Lucent
* [AOS](lib/oxidized/model/aos.rb)
* [AOS7](lib/oxidized/model/aos7.rb)
@@ -901,6 +903,7 @@ Following configuration keys need to be defined for all hooks:
* `node_success`: triggered when configuration is succesfully pulled from a node and right before storing the configuration.
* `node_fail`: triggered after `retries` amount of failed node pulls.
* `post_store`: triggered after node configuration is stored (this is executed only when the configuration has changed).
+ * `nodes_done`: triggered after finished fetching all nodes.
## Hook type: exec
The `exec` hook type allows users to run an arbitrary shell command or a binary when triggered.