Typically I'll see the terminal output below when I load the web app on my end indicating the web server is serving the content to my browser:

Started GET "/devices?query=%7B%7D&sort=-summary.lastInform" for 208.79.61.232 at 2016-11-02 08:41:23 -0400

Processing by DevicesController#index as HTML

  Parameters: {"query"=>"{}", "sort"=>"-summary.lastInform"}

  Rendered application/_pagination.html.erb (5.9ms)

  Rendered devices/index.html.erb within layouts/application (16.6ms)

  Rendered layouts/_menu.html.erb (0.7ms)

Completed 200 OK in 53ms (Views: 25.2ms | ActiveRecord: 0.0ms)

However, sometimes when I load GenieACS I just get a blank page, and there are no output logs like the one above in the console.

It seems the only way to remedy this is to reset GenieACS services - which, frankly is fine, but if that's the ONLY way to fix it is there a way I can reset just the rails app via cron every few hours?

Starting the rails with:

"cd /opt/genieacs-gui

/usr/local/bin/rails server &

sleep 3"

Kris

_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to