How quickly does Nodinite detect when a Mule application stops?
Within 2 minutes—30-second polling interval + processing time. Agent checks Mule server status every 30 seconds (configurable), detects application stopped, processes alert rules (~10 seconds), sends notification. Alert timeline: App crashes at 3:00:00 AM → Agent checks at 3:00:30 AM (next poll cycle) → Detects stopped status → Processes alert rule → PagerDuty notification sent 3:00:40 AM → On-call engineer paged 3:00:45 AM (total: 45 seconds). Faster detection: reduce polling interval to 15 seconds (increases load on Mule server slightly).