Overview
This page covers the most common issues encountered when using XIMP — from alert rules that fail to fire, to dashboards showing no data, to missing or delayed logs.Prerequisites
- An active Xloud account with project access
- For agent and infrastructure-level issues, contact your monitoring administrator. Your administrator can configure this through XDeploy.
Common Issues
Alert not firing despite threshold being exceeded
Alert not firing despite threshold being exceeded
Cause: The evaluation period has not elapsed, the notification channel is
misconfigured, or the alert rule is in a silenced state.Resolution:
- Verify the rule’s evaluation period — the condition must persist for the full
duration before the alert fires:
Check alert rule configuration
- Check Monitoring → Alerting → Channels to confirm the notification channel is active and credentials are valid
- Check Monitoring → Alerting → Silences — confirm no active silence covers
the alert:
List active silences
- Verify the metric has data in the time window — navigate to the Dashboards and check whether the metric panel shows values above the threshold
Metrics not appearing in dashboards
Metrics not appearing in dashboards
Cause: The monitoring agent on the target host is not running, or the host
is not registered with XIMP.Resolution:Look for hosts with status
Check agent registration
offline or unknown. If metrics are missing, contact your administrator. They can verify the monitoring agent status through XDeploy.Log ingestion delayed or missing
Log ingestion delayed or missing
Cause: Log collector is not configured for the service, the log file path
has changed, or the collector is experiencing a backlog.Resolution:
- Navigate to Monitoring → Administration → Log Sources and verify the log source configuration for the affected service
- Confirm the file path pattern matches the current log file location
- Check the collector queue depth:
Check ingestion queue depth
Log ingestion uses file-based collection. If a service rotates logs to a new
path after an update, the collector configuration must be updated to match.
Contact your monitoring administrator to update log source configurations. Your administrator can configure this through XDeploy.
Dashboard shows 'No data' for a metric
Dashboard shows 'No data' for a metric
Cause: The scrape target is down, the agent is offline, or the metric name
has changed after a software update.Resolution:
- Check the target health: navigate to Monitoring → Administration → Scrape Targets
and look for targets in
DOWNstate - Verify the agent is active for that host:
Check agent status
- Search for the metric to verify it exists and find the correct name:
Search metrics by prefix
Alert notifications not delivered
Alert notifications not delivered
Cause: The notification channel configuration is invalid, credentials have
expired, or the destination is temporarily unreachable.Resolution:
- Navigate to Monitoring → Alerting → Channels and use the Test button to send a test notification
- If the test fails, review the channel configuration:
Check channel configuration
- For email channels: verify SMTP credentials and server reachability
- For webhook channels: verify the URL is accessible from the XIMP server
- For PagerDuty: verify the integration key has not been rotated
Diagnostics Reference
| Issue | First Step |
|---|---|
| Alert not firing | ximp alert rule show <RULE_NAME> |
| Agent offline | Contact your administrator to verify agent status via XDeploy |
| Missing metric | ximp metric search --prefix <METRIC_PREFIX> |
| Log ingestion backlog | ximp log ingest-status |
| Channel test | Use Test button in Dashboard or ximp alert channel test <NAME> |
When to Contact Your Administrator
Contact your monitoring administrator if any of the following persist. Your administrator can configure this through XDeploy.- A host does not appear in
ximp agent listafter restarting the agent service - All metrics are missing for multiple hosts simultaneously
- Log ingestion queue depth has been growing for more than 1 hour
- TLS certificate errors prevent agent communication
Next Steps
XIMP Admin Guide
Infrastructure-level XIMP administration and agent configuration
Metrics & Alerts
Review and adjust alert rule configurations
Dashboards
Verify metric availability in dashboard panels
Support
Contact Xloud support for issues requiring platform-level investigation