Products
Solutions
Resources
Customers
Company

Sign in
My Account.
ngrok http 3000
git clone https://github.com/AltusConsulting/sparkbot-appd-botkit.git cd sparkbot-appd-botkit npm install SPARK_TOKEN=0123456789abcdef PUBLIC_URL=https://abcdef.ngrok.io SECRET="not that secret" APPD_ACCOUNT=myappdaccount1234567890 node bot.js
SPARK_TOKEN=0123456789abcdef PUBLIC_URL=https://abcdef.ngrok.io SECRET="not that secret" APPD_ACCOUNT=myappdaccount1234567890 REDIS_URL=redis://localhost:6379/1 node bot.js
git clone https://github.com/AltusConsulting/sparkbot-appd-botkit.git cd sparkbot-appd-botkit npm install set SPARK_TOKEN=0123456789abcdef set PUBLIC_URL=https://abcdef.ngrok.io set SECRET=not that secret set APPD_ACCOUNT=myappdaccount1234567890 node bot.js
set REDIS_URL=redis://localhost:6379/1where:
subscribeor, for short:
subThe bot will then ask you what type of notification you want to subscribe to. You can subscribe to INFO, WARN or ERROR notifications.
unsubscribeor, for short:
unsubThe bot will then ask you what type of notification you want to unsubscribe from.
show subscriptionsor, for short:
show sub
[ #foreach(${event} in ${fullEventList}) #set( $msg = $event.summaryMessage.replace(" ", "\\n") ) { "app": "${event.application.name}", "appid": "${event.application.id}", "tier": "${event.tier.name}", "node": "${event.node.name}", "time": "${event.eventTime}", "deeplink": "${event.deepLink}", "name": "${event.displayName}", "severity": "${event.severity}", "message": "${msg}" } #if($velocityCount != $fullEventList.size()) , #end #end ]