GET host service_status via new REST-API

Thanks @tosch . That’s a really good alternative for now :slight_smile:

I noticed that the json output formats in a really weird way and not in key/value pairs…

[
 [
  "sitealias", 
  "host", 
  "service_description", 
  "service_labels", 
  "service_icons", 
  "service_state",
 ], 
 [
  "Test Monitoring", 
  "TESTHOST", 
  "PING", 
  "", 
  "themes/facelift/images/icon_menu themes/facelift/images/icon_pnp stale", 
  "OK", 
 ]
]