Troubleshooting

Integration Troubleshooting

Select the integration you need help with:

Paging & Alerting

  • PagerDuty - Webhook validation, incident correlation, and API connection issues

ITSM Platforms

ChatOps

General Debugging

Enable Debug Logging

For any integration issue, start by enabling debug logging:

export LOG_LEVEL=debug
./im serve

Check Metrics

The platform exposes Prometheus metrics for all integrations:

curl -s http://localhost:9090/metrics | grep -E '(pagerduty|jira|servicenow|chatops)_'

Getting Help

If you can’t resolve an issue:

  1. Check the GitHub Issues for similar problems
  2. Open a new issue with error messages, configuration, and reproduction steps