Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Cluster and Host into csv export #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

koebi001
Copy link
Contributor

@koebi001 koebi001 commented Jun 7, 2011

export data from all hosts for aggregate graphs page

@koebi001
Copy link
Contributor Author

koebi001 commented Jun 7, 2011

Without this patch only data from $output_array[0] get exported without further information.
My patch will change that by adding the two columns "Cluster" and "Host". If there are data from multiple hosts like at aggregate graphs the csv gets a line for each time for each host.
Using the csv export if there are multiple host included will probably need some kind of post filtering but at least contains all data at this way...

@vvuksan
Copy link
Owner

vvuksan commented Jun 22, 2011

How about adding host cluster in the header ie.

timestamp, disk-free on web01@production, disk_free on web02@production

?

@koebi001
Copy link
Contributor Author

I changed the code to add host and cluster into the header...

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

Successfully merging this pull request may close these issues.

2 participants