Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #2579] TAC.cgi json output invalid #960

Closed
icinga-migration opened this issue May 4, 2012 · 3 comments
Closed

[dev.icinga.com #2579] TAC.cgi json output invalid #960

icinga-migration opened this issue May 4, 2012 · 3 comments

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/2579

Created by ddegois on 2012-05-04 14:40:07 +00:00

Assignee: (none)
Status: Rejected (closed on 2012-05-04 14:57:17 +00:00)
Target Version: (none)
Last Update: 2014-12-08 09:42:43 +00:00 (in Redmine)

Icinga Version: 1.10.0
OS Version: any

There are missing comas at the bottom of the JSON formated output of tac.cgi (after total_passive_service_checks and total_disabled_service_checks):
http://guest:guest@classic.demo.icinga.org/icinga/cgi-bin/tac.cgi?jsonoutput

{ "cgi_json_version": "1.6.0",
"tac": {
"tac_overview": {
"network_outages": 0,
"percent_host_health": 100.0,
"percent_service_health": 100.0,
"total_hosts": 6,
[...]
"total_active_host_checks_with_passive_disabled": 0,
"total_active_service_checks": 67,
"total_passive_service_checks": 0
"total_disabled_service_checks": 0
"total_active_service_checks_with_passive_disabled": 0
 }
}
}

Regards,
Damien


Relations:

@icinga-migration
Copy link
Author

Updated by ddegois on 2012-05-04 14:46:42 +00:00

Sorry duplicate of https://dev.icinga.org/issues/2160

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-05-04 14:57:17 +00:00

  • Status changed from New to Rejected
  • Priority changed from High to Normal

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:42:43 +00:00

  • Project changed from 19 to Core, Classic UI, IDOUtils
  • Category set to Classic UI
  • Icinga Version set to 1
  • OS Version set to any

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant