For the complete documentation index, see llms.txt. This page is also available as Markdown.

Checkmk Integration

Checkmk is an enterprise-grade monitoring platform used to monitor servers, applications, networks, and cloud infrastructure. By installing a custom notification script on your Checkmk site, you can forward host and service alerts directly to ITOC360 and trigger your on-call escalation policies in real time.

Provider Configuration & Mapping

ITOC360 uses the notification_type field from the Checkmk payload to determine the alert type.

Checkmk Notification Type
ITOC360 Type

PROBLEM

ALERT

RECOVERY

RESOLVE

Priority is read from the severity field, which maps to the Checkmk host severity environment variable.

Checkmk Severity
ITOC360 Priority

OK

LOW

WARNING

MEDIUM

CRITICAL

CRITICAL

Setup Instructions

Step 1: Get Your Webhook URL and Token

  1. Log in to your ITOC360 platform.

  2. Go to Sources → Add Source.

  3. Select Checkmk as your provider.

  4. Save the configuration and copy the generated Token.

Step 2: Install the Notification Script

The ITOC360 notification script must be placed in the Checkmk notifications directory on your Checkmk server.

Create the file at the following path:

Paste the following content into the file:

Then make the script executable:

Step 3: Create a Notification Rule

  1. In Checkmk, go to Setup → Events → Notifications.

  2. Click Add notification rule.

  1. In Triggering events, leave the defaults (host DOWN/UP, service CRIT/WARN/OK).

  2. In Notification method (plug-in), select itoc360.sh from the dropdown.

  3. Click Create next to the parameters field.

  4. In the New itoc360.sh parameter dialog:

    • Description: Enter a name (e.g. ITOC360)

    • Parameters: Paste your ITOC360 token copied from Step 1

    • Click Save

  5. Select the saved parameter from the dropdown.

  1. In Recipient, select All users or the specific users you want to notify.

  2. Click through the remaining steps and save the rule.

Step 4: Test the Integration

  1. Go to Setup → Events → Notifications → Test notifications.

  2. Select a Host from your monitored devices.

  3. Set Simulate to Status change → From UP to DOWN.

  4. Check Trigger notification for a specific method and select itoc360.sh with your parameter.

  5. Click Test notifications.

  1. A green Test results box will confirm that the notifications were triggered.

  1. Log in to ITOC360 and go to Alerts to verify the alert was received.

Last updated

Was this helpful?