Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
on 11-27-2018 11:41 AM
Hi,
An operation perspective, Is there any tools I can use for Monitoring/Alerting neo4j instances running on Linux servers.
Apart from neo4j-Admin, any other GUI tools for Backup/Restore.
Please let me know your suggestions.
Thank you
Regards
Krishnan
You can monitor Neo4j with Halin: https://medium.com/neo4j/monitoring-neo4j-with-halin-4c11429b46ff
Here's an excellent docker container set up to monitor with Grafana: https://github.com/igorborojevic/grafana_neo4j
What kind of alerts do you need? For health alerts, if you're deploying to AWS, that can be easily set up.
Thank you so much. The tool looks good, I have installed on Neo4j Desktop. When I am trying to install on Linux servers, getting errors. Any help will be appreciated.
scripts/build.js:64
({ stats, previousFileSizes, warnings }) => {
^
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Function.Module.runMain (module.js:447:10)
at startup (node.js:141:18)
at node.js:933:3
Also, Is there any possibility to monitor more than one servers in single URL.