LogicMonitor

nocrash_send_ping

Send a heartbeat for a watched item to confirm the workflow is running. This is a write — it resets the failure count and updates status to green.

Remote nocrash/monitor

Remote (network-hosted)

Other tools also called nocrash_send_ping? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Optional message (e.g., 'Processed 50 records')"
    },
    "watch_id": {
      "type": "string",
      "description": "The watch ID (e.g., mon_a1b2c3d4e5f6)"
    }
  }
}