ColdStart - Instant SNMP Traps for Android
Simply set the trap destination to trap.coldstart.io with your SNMP community (generated by the app at setup) and you're done.
OIDs are translated to useful descriptions where possible and you can suggest edits or submit new descriptions for OIDs not in the system.
Data sent between your Android device and the ColdStart trap service is done over SSL so the only time data is in the clear is when the SNMP v2 traps are sent from your device to the ColdStart trap servers.
Most alerts arrive within 500ms and the system supports batching and rate limiting to ensure your device isn't overwhelmed with alerts.
FOR BEST RESULTS USE WIFI WHEN POSSIBLE AS GCM MESSAGES CAN BE DELAYED WHEN USING 3G ETC
Getting Started - Cisco
snmp-server enable traps
snmp-server host trap.coldstart.io version 2c snmp_community
Getting Started - Arista
snmp-server host trap.coldstart.io version 2c snmp_community
Getting Started - Extreme
configure snmp add trapreceiver trap.coldstart.io community snmp_community
PERMISSIONS
• FULL NETWORK ACCESS - Required to access servers at https://api.coldstart.io and Google Cloud Messaging
• YOUR ACCOUNTS - A requirement of Google Cloud Messaging ( http://developer.android.com/google/gcm/gs.html#client )
• PREVENT DEVICE FROM SLEEPING - A requirement of Google Cloud Messaging ( http://developer.android.com/google/gcm/gs.html#client )
Full source code available here: https://github.com/ColdStart/ColdStart
by C####:
Because