Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 39f5101e authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent fab3f1fa
No related branches found
No related tags found
No related merge requests found
......@@ -121,12 +121,10 @@ options:
created only if there was a change, unless you use "--dont-compare".
--keep-domain Do not remove the domain name from the neighbor name
--keep KEEP Number of topologies to keep. The oldest topologies above keep
max will be deleted. The minimum value for --keep is 1.
max will be deleted.
NOTE: The default topologies will be always kept.
--lowercase Change neighbour names to all lower case
--min-age MIN_AGE The minimum number of days before a topology is deleted
by "--keep".
NOTE: Topologies that are not older than 1 days are always kept.
--min-age MIN_AGE The minimum number of days before a topology is deleted by "--keep".
--time-format TIME_FORMAT
Format string to render the time. (default: %Y-%m-%dT%H:%M:%S.%m)
--uppercase Change neighbour names to all upper case
......@@ -205,7 +203,6 @@ $ ~/local/bin/topology_data/create_topology_data.py -s Core01 --keep 10
will delete the oldest topologies until there only 10 topologies left.
**Note**: the default topology will never be deleted.
**Note**: the minimal `--keep` is _1_
</details>
<details><summary>I will not delete topologies from the last X days</summary>
......@@ -216,8 +213,6 @@ No problem. Just use the option `--min-age` togeher with `--keep`. I.e.
$ ~/local/bin/topology_data/create_topology_data.py -s Core01 --keep 10 --min-age 30
```
will only delete a topology if it older than 30 days.
**Note**: the minimum value for `--min-age` is _1_ day.
</details>
<details><summary>Can the topology data creation be customized</summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment