I wanna use marathon as cluster monitoring and management. Bellow scenario is possible?
My Scenario
- Cassandra 5EA was already deployed and are running.
- Cassandra hosts are physical machine.
- I want to run script that verifies healthness of cassandra each host. ex) cassandra process, disk usage, number of file, ..
- If problem found at host, than run correcting script on that host. Script launched manually.
Each script can be run by marathon application. But I couldn't found run application on (specific) error host. No restriction of adding machines and installing mesos components.
And if you know more suitable tool, please recommend!!