https://github.com/sergiotocalini/aranix
Zabbix Agent - ArangoDB
https://github.com/sergiotocalini/aranix
arangodb monitoring shell zabbix
Last synced: 9 months ago
JSON representation
Zabbix Agent - ArangoDB
- Host: GitHub
- URL: https://github.com/sergiotocalini/aranix
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2018-02-28T16:06:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T09:14:09.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T23:11:55.461Z (over 1 year ago)
- Topics: arangodb, monitoring, shell, zabbix
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aranix
ArangoDB monitoring
This script is part of a monitoring solution that allows to monitor several
services and applications.
For more information about this monitoring solution please check out this post
on my [site](https://sergiotocalini.github.io/project/monitoring).
# Dependencies
## Packages
* ksh
* curl
* jq
### Debian/Ubuntu
``` bash
~# sudo apt install ksh curl jq
~#
```
### Red Hat
```bash
~# sudo yum install ksh curl jq
~#
```
# Deploy
Default variables:
NAME|VALUE
----|-----
ARANGODB_URL|http://localhost:8529
*__Note:__ these variables has to be saved in the config file (aranix.conf) in
the same directory than the script.*
## Zabbix
``` bash
~# git clone https://github.com/sergiotocalini/aranix.git
~# sudo ./aranix/deploy_zabbix.sh -u "http://localhost:8529"
~# sudo systemctl restart zabbix-agent
```
*__Note:__ the installation has to be executed on the zabbix agent host and you have
to import the template on the zabbix web. The default installation directory is
/etc/zabbix/scripts/agentd/aranix*