Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions locale/admin-docs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Zammad Admin Documentation pre-release\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-09 08:31+0200\n"
"POT-Creation-Date: 2026-04-09 17:00+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -19153,7 +19153,7 @@ msgid "Screenshot of Checkmk settings overview"
msgstr ""

#: ../system/integrations/checkmk/admin-panel-reference.rst:12
msgid "Which :doc:`group </manage/groups/index>` should Checkmk tickets be assigned to as a default (*i.e.,* when none is specified)?"
msgid "Which :doc:`group </manage/groups/index>` should Checkmk tickets be assigned to as a default (i.e. when none is specified)?"
msgstr ""

#: ../system/integrations/checkmk/admin-panel-reference.rst:15
Expand Down Expand Up @@ -19318,7 +19318,7 @@ msgid "The current state of the service or host in question. (``$NOTIFY_SERVICES
msgstr ""

#: ../system/integrations/checkmk/api-reference.rst:102
msgid "Used to detect when a ticket should be auto-closed (*i.e.,* on ``OK``/``UP``). Also used in the subject line of the resulting article (“<host> is <state>”)."
msgid "Used to detect when a ticket should be auto-closed (i.e. on ``OK``/``UP``). Also used in the subject line of the resulting article (“<host> is <state>”)."
msgstr ""

#: ../system/integrations/checkmk/api-reference.rst:110
Expand Down Expand Up @@ -19476,7 +19476,7 @@ msgid "That means that \"setting up Checkmk integration\" is simply a matter of
msgstr ""

#: ../system/integrations/checkmk/setup-guide.rst:17
msgid "As part of this new rule, you'll have to choose a **notification method** (*i.e.,* a script to execute whenever the rule is triggered). This script will be written by you (samples below), and contain the logic for sending API/email messages to Zammad:"
msgid "As part of this new rule, you'll have to choose a **notification method** (i.e. a script to execute whenever the rule is triggered). This script will be written by you (samples below), and contain the logic for sending API/email messages to Zammad:"
msgstr ""

#: ../system/integrations/checkmk/setup-guide.rst:26
Expand Down
2 changes: 1 addition & 1 deletion system/integrations/checkmk/admin-panel-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Settings

Group
Which :doc:`group </manage/groups/index>` should Checkmk tickets be assigned
to as a default (*i.e.,* when none is specified)?
to as a default (i.e. when none is specified)?

(Applies to :ref:`API alerts <checkmk-api-alerts>` only.)

Expand Down
2 changes: 1 addition & 1 deletion system/integrations/checkmk/api-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ state\*
The current state of the service or host in question.
(``$NOTIFY_SERVICESTATE`` / ``$NOTIFY_HOSTSTATE``)

Used to detect when a ticket should be auto-closed (*i.e.,* on
Used to detect when a ticket should be auto-closed (i.e. on
``OK``/``UP``). Also used in the subject line of the resulting article
(“<host> is <state>”).

Expand Down
2 changes: 1 addition & 1 deletion system/integrations/checkmk/setup-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To do that, you'll need to create a new **notification rule**
for help with that).

As part of this new rule, you'll have to choose a **notification method**
(*i.e.,* a script to execute whenever the rule is triggered).
(i.e. a script to execute whenever the rule is triggered).
This script will be written by you (samples below),
and contain the logic for sending API/email messages to Zammad:

Expand Down
Loading