Skip to content

Commit

Permalink
add no-agents to main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gradecke authored Dec 16, 2024
1 parent 964c1ab commit 2f7e205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omd/packages/omd/omdlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3862,7 +3862,8 @@ class Option(NamedTuple):
exclude_options = [
Option("no-rrds", None, False, "do not copy RRD files (performance data)"),
Option("no-logs", None, False, "do not copy the monitoring history and log files"),
Option("no-past", "N", False, "do not copy RRD files, the monitoring history and log files"),
Option("no-agents", None, False, "do not copy agent files created by the agent bakery"),
Option("no-past", "N", False, "do not copy RRD files, agent files the monitoring history and log files"),
]


Expand Down

0 comments on commit 2f7e205

Please sign in to comment.