thegreenrobot / pagerduty_dashing

A Dashing dashboard for PagerDuty Services & Schedules
MIT License
44 stars 23 forks source link

Issue getting acknowledged/triggers stats on /incidents #11

Closed devhops closed 10 years ago

devhops commented 10 years ago

Hi,

I've been trying to get this working, and everything is spot on expect for the incidents dashboard. It only ever shows 0 acknowledged and triggers incidents, no matter how many I have. Everything seems fine in the API services page and I've ruled out bad code in the secrets.json file, but nothing seems to work.

Is there something I may be missing or should be looking at further?

thegreenrobot commented 10 years ago

So I started a brand new Dashing project yesterday completely unrelated to this project and I found that starting the app with "dashing start" yielded the same results. The console output looked like it was working but there were no updates to the sample dashboard. I restarted this app with "rackup -p 3030 -s webrick" and everything worked as expected.

Try starting your dashboard with rackup and see what you get.