Monirtoring/Alert and Backup/Restore Tools for Neo4j

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: Monitoring Neo4j with Halin. Visualize database health, find… | by David Allen | Neo4j Developer Blog | Medium

Here's an excellent docker container set up to monitor with Grafana: GitHub - igorborojevic/grafana_neo4j: Docker container for (graphite) Grafana connection to 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.