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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# About Grafolean SNMP Collector
1
+
# About Grafolean SNMP bot
2
2
3
-
This package is a SNMP Collector for Grafolean, an easy to use generic monitoring system.
3
+
This package is a SNMP bot for Grafolean, an easy to use generic monitoring system.
4
4
5
5
Once installed, all the configuration of SNMP sensors is done through Grafolean's web-based user interface. Depending on permissions,
6
-
a single SNMP Collector instance can be fetching data for multiple accounts and entities. The fetching intervals can be specified with
6
+
a single SNMP bot instance can be fetching data for multiple accounts and entities. The fetching intervals can be specified with
7
7
up to a second precision.
8
8
9
9
Under the hood it uses [net-snmp](http://net-snmp.sourceforge.net/) (via [easysnmp](https://easysnmp.readthedocs.io)), which means
10
10
it should be compatible with any device that can respond to requests by `snmpget` and `snmpwalk`.
11
11
12
12
Requirements:
13
-
- the devices that should be queried via SNMP must be accessible *from the container* (make sure SNMP Collector is installed in correct network and that there are no firewalls in between)
13
+
- the devices that should be queried via SNMP must be accessible *from the container* (make sure that SNMP bot is installed in the correct network and that there are no firewalls in between)
14
14
- Grafolean must be accessible via HTTP(S)
15
15
16
16
Current limitations:
@@ -21,21 +21,21 @@ Current limitations:
21
21
# License
22
22
23
23
License is Commons Clause license (on top of Apache 2.0) - source is available, you can use it for free (commercially too), modify and
24
-
share, but you can't sell it. See [LICENSE.md](https://gitlab.com/grafolean/grafolean-collector-snmp/blob/master/LICENSE.md) for details.
24
+
share, but you can't sell it. See [LICENSE.md](https://github.com/grafolean/grafolean-snmp-bot/blob/master/LICENSE.md) for details.
25
25
26
-
If in doubt, please [open an issue](https://gitlab.com/grafolean/grafolean-collector-snmp/issues) to get further clarification.
26
+
If in doubt, please [open an issue](https://github.com/grafolean/grafolean-snmp-bot/issues) to get further clarification.
27
27
28
28
# Install (docker / docker-compose)
29
29
30
30
Docker is the easiest and currently the only officially supported way. Note that while instructions might (with possibly some modifications) work on other operating systems, Linux is assumed.
31
31
32
32
1) log in to Grafolean service (either https://grafolean.com/ or self-hosted), select an appropriate `Account` and create a new `Bot`. Make sure that selected protocol is `SNMP`. Copy the bot token.
33
33
34
-
2) save [docker-compose.yml](https://gitlab.com/grafolean/grafolean-collector-snmp/raw/master/docker-compose.yml) to a local file:
34
+
2) save [docker-compose.yml](https://github.com/grafolean/grafolean-snmp-bot/raw/master/docker-compose.yml) to a local file:
@@ -46,7 +46,7 @@ Docker is the easiest and currently the only officially supported way. Note that
46
46
47
47
4) run: `docker-compose up -d`
48
48
49
-
If you get no error, congratulations! Everything else is done from within the Grafolean UI. You can however check the status of container as usually by running `docker ps` and investigate logs by running `docker logs -f grafolean-collector-snmp`.
49
+
If you get no error, congratulations! Everything else is done from within the Grafolean UI. You can however check the status of container as usually by running `docker ps` and investigate logs by running `docker logs -f grafolean-snmp-bot`.
50
50
51
51
In case of error make sure that the user is allowed to run `docker` (that is, that it is in `docker` group) by running `docker ps`. Alternatively, container can be run using `sudo` (line 4 then reads `sudo docker-compose up -d`).
@@ -82,4 +82,4 @@ To contribute to this repository, CLA needs to be signed. Please open an issue a
82
82
83
83
## Issues
84
84
85
-
If you encounter any problems installing or running the software, please let us know in the [issues](https://gitlab.com/grafolean/grafolean-collector-snmp/issues). Please make an effort when describing the issue. If we can reproduce the problem, we can also fix it much faster.
85
+
If you encounter any problems installing or running the software, please let us know in the [issues](https://github.com/grafolean/grafolean-snmp-bot/issues). Please make an effort when describing the issue. If we can reproduce the problem, we can also fix it much faster.
0 commit comments