Fixes in README
This commit is contained in:
parent
8a00167560
commit
1f3a8e6f83
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue