You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try your plugin and when I try a curl from the hubot :
curl -d host="hostname1" -d hostoutput="DOWN" -d notificationtype="CRITICAL" -d hoststate="DOWN" http://localhost:8080/hubot/nagios/host
I only have from the bot (with export HUBOT_NAGIOS_EVENT_NOTIFIER_ROOM="#test-bot") :
[Fri Jul 01 2016 15:35:21 GMT+0000 (UTC)] INFO Sending Message To Room: #test-bot
[Fri Jul 01 2016 15:35:21 GMT+0000 (UTC)] INFO Looking up Room ID for: #test-bot
server side :
I20160701-15:40:35.630(0) debug.js:15 Meteor ➔ method getRoomIdByNameOrId -> userId: RFqcgeM8EcwoyTB6R , arguments: { '0': '#test-bot' }
Any idéa?
Regards,
H.
The text was updated successfully, but these errors were encountered:
Hello,
I try your plugin and when I try a curl from the hubot :
curl -d host="hostname1" -d hostoutput="DOWN" -d notificationtype="CRITICAL" -d hoststate="DOWN" http://localhost:8080/hubot/nagios/host
I only have from the bot (with export HUBOT_NAGIOS_EVENT_NOTIFIER_ROOM="#test-bot") :
[Fri Jul 01 2016 15:35:21 GMT+0000 (UTC)] INFO Sending Message To Room: #test-bot
[Fri Jul 01 2016 15:35:21 GMT+0000 (UTC)] INFO Looking up Room ID for: #test-bot
server side :
I20160701-15:40:35.630(0) debug.js:15 Meteor ➔ method getRoomIdByNameOrId -> userId: RFqcgeM8EcwoyTB6R , arguments: { '0': '#test-bot' }
Any idéa?
Regards,
H.
The text was updated successfully, but these errors were encountered: