Fixes in README

This commit is contained in:
Antonio de la Rosa 2021-11-13 19:36:36 +01:00
parent 8a00167560
commit 1f3a8e6f83

View file

@ -114,5 +114,20 @@ You define a function with name *stat* and arguments *obj_stats*
*obj_stats* is a python object. You can add new data or manipulate original collected data for your own proposites.
Next, you need modify your configuration with this line:
```
```
```
[DEFAULT]
url_server=http://url_server_collect_data/
group=server-group
modules=path.to.script, path.to.script2
```
"path.to.script" is the python script path for import it into pastafaristats. You can use many scripts, but if you need many stats, is recommendable use starts collector how collectord, netdata, etc.