22
0
Fork 0
This commit is contained in:
Benoît S. 2020-07-08 04:20:44 +02:00
parent 274c0266c1
commit ea43a8351f
1 changed files with 19 additions and 0 deletions

19
HowtoNetdata.md Normal file
View File

@ -0,0 +1,19 @@
---
categories: web monitoring
title: Howto Netdata
...
* [Documentation générale](https://learn.netdata.cloud/docs/agent)
## Installation
~~~
# apt install curl gnupg apt-transport-https debian-archive-keyring
# curl -L https://packagecloud.io/netdata/netdata/gpgkey | apt-key add -
# echo "deb https://packagecloud.io/netdata/netdata/debian/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/netdata_netdata.list
# apt update
~~~
## Accès
L'accès par défaut se fait sur le port 19999.