sebgiroux / Cassandra-Cluster-Admin

Manage your Cassandra cluster in your Web browser!
http://www.wajam.com
MIT License
206 stars 66 forks source link

Per-node version and status in cluster_info view, minor aesthetic changes (css). #13

Closed wildstray closed 12 years ago

sebgiroux commented 12 years ago

Sweet!

Few things: I'm not sure about the green/red background, probably a Up (green)/Down(red) beside the server's IP would be enough. Also I couldn't get the node down to display at all. When the node is down, it just doesn't appear in the list for me for some reason. And please try to keep the code style (ex: use "" in HTML attribute so it's valid).

Let me know what do you think of this :)

wildstray commented 12 years ago

...sorry, maybe I got over enthusiastic with colors xD I'll modify it as you suggested. About the unreachable server, can you var_dump your $schema_version?

sebgiroux commented 12 years ago

The unreachable server is not in $schema_version at all, I'm not sure why :/ If you add a random IP in the nodes list config, you still see it as down in your schema version list ?

wildstray commented 12 years ago

$schema_version reports only valid nodes of the cluster with version for nodes running and UNREACHABLE for nodes donw. Random ip address aren't reported in the schema versions list.