[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1673 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-09-28 Thread wido
Github user wido closed the pull request at: https://github.com/apache/cloudstack/pull/1673 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-09-28 Thread wido
GitHub user wido reopened a pull request: https://github.com/apache/cloudstack/pull/1673 CLOUDSTACK-9071: Properly parse stats.output.uri in StatsCollector Both host and path could have been NULL which causes the StatsCollector no to start properly. By checking if the

[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-09-18 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1673#discussion_r79316781 --- Diff: server/src/com/cloud/server/StatsCollector.java --- @@ -285,9 +286,15 @@ private void init(Map configs) {

[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-09-18 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1673#discussion_r79302819 --- Diff: server/src/com/cloud/server/StatsCollector.java --- @@ -285,9 +286,15 @@ private void init(Map configs) {

[GitHub] cloudstack pull request #1673: CLOUDSTACK-9071: Properly parse stats.output....

2016-09-15 Thread wido
GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/1673 CLOUDSTACK-9071: Properly parse stats.output.uri in StatsCollector Both host and path could have been NULL which causes the StatsCollector no to start properly. By checking if the