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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
-
# About Grafolean Ping Collector
1
+
# About Grafolean Ping bot
2
2
3
-
This package is a Ping Collector for Grafolean, an easy to use generic monitoring system.
3
+
This package is an ICMP Ping bot for Grafolean, an easy to use generic monitoring system.
4
4
5
5
Once installed, all the configuration of Ping sensors is done through Grafolean's web-based user interface. Depending on permissions,
6
-
a single Ping Collector instance can be fetching data for multiple accounts and entities. The fetching intervals can be specified with
6
+
a single Ping 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
Requirements:
10
-
- the devices will be pinged *from the container* (make sure Ping Collector is installed in the correct network and that there are no firewalls in between)
10
+
- the devices will be pinged *from the container* (make sure Ping bot is installed in the correct network and that there are no firewalls in between)
11
11
- Grafolean must be accessible via HTTP(S)
12
12
13
13
# License
14
14
15
15
License is Commons Clause license (on top of Apache 2.0) - source is available, you can use it for free (commercially too), modify and
16
-
share, but you can't sell it to third parties. See [LICENSE.md](https://gitlab.com/grafolean/grafolean-collector-ping/blob/master/LICENSE.md) for details.
16
+
share, but you can't sell it to third parties. See [LICENSE.md](https://github.com/grafolean/grafolean-ping-bot/blob/master/LICENSE.md) for details.
17
17
18
-
If in doubt, please [open an issue](https://gitlab.com/grafolean/grafolean-collector-ping/issues) to get further clarification.
18
+
If in doubt, please [open an issue](https://github.com/grafolean/grafolean-ping-bot/issues) to get further clarification.
19
19
20
20
# Install (docker / docker-compose)
21
21
22
22
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.
23
23
24
24
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 `Ping`. Copy the bot token.
25
25
26
-
2) save [docker-compose.yml](https://gitlab.com/grafolean/grafolean-collector-ping/raw/master/docker-compose.yml) to a local file:
26
+
2) save [docker-compose.yml](https://github.com/grafolean/grafolean-ping-bot/raw/master/docker-compose.yml) to a local file:
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-ping`.
47
+
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-ping-bot`.
48
48
49
49
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`).
@@ -80,4 +80,4 @@ To contribute to this repository, CLA needs to be signed. Please open an issue a
80
80
81
81
## Issues
82
82
83
-
If you encounter any problems installing or running the software, please let us know in the [issues](https://gitlab.com/grafolean/grafolean-collector-ping/issues). Please make an effort when describing the issue. If we can reproduce the problem, we can also fix it much faster.
83
+
If you encounter any problems installing or running the software, please let us know in the [issues](https://github.com/grafolean/grafolean-ping-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