From 8cc0faf6d9f495d521035ab58281832953e9c79c Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Mon, 27 Jul 2026 12:55:27 +0200 Subject: [PATCH] Docs: Add documentation for cobbler status Signed-off-by: Tiara Lena Hock --- docs/commands.rst | 1 + docs/commands/status.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/commands/status.rst diff --git a/docs/commands.rst b/docs/commands.rst index 277f86c..d5be847 100644 --- a/docs/commands.rst +++ b/docs/commands.rst @@ -29,6 +29,7 @@ Long Usage: cobbler report cobbler reposync cobbler signature + cobbler status cobbler sync cobbler system cobbler validate-autoinstalls diff --git a/docs/commands/status.rst b/docs/commands/status.rst new file mode 100644 index 0000000..9347ba2 --- /dev/null +++ b/docs/commands/status.rst @@ -0,0 +1,14 @@ +************** +cobbler status +************** + +View the installation status of Cobbler Profiles and Systems. + +Example: + +.. code-block: shell + + $ cobbler status + +This command displays the current status of all Cobbler Profiles and Systems. All installations that +run for longer then 100 minutes are considered stalled.