You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there was a problem starting the polites server, polites logs to polites.log in the current directory polites is being ran from.
$ ls -l polites.log
polites.log
Python Agent for running alongside Cassandra provides cli options for configuration management, performing snapshots, and restoring from a snapshot/backup
REST API
Status of Node, with Error message
Force Start/Restart of Node*
Take Snapshot*
Restore from File*
Documentation
After starting the polites agent server command (# python agent.py --command server).
The documentation can be viewed at http://<hostname>:<port>/docs
The default hostname in the settings/config.py is 127.0.0.1
The default port in settings/config.py is 8080
Restarting/Starting Cassandra also updates configuration
Restarting/Starting Cassandra can be accomplished via curl command
curl -X POST -d "restart=True" http://<host>:<port>/
Documentation : build/html/index.html
Install Apache Cassandra and Python Requirements File
Will try to install java, python, pip dependencies, and apache cassandra. Once install.sh finishes you should be able to run polites/agent.py from any directory