diff --git a/README.md b/README.md index d189a50..6639af0 100644 --- a/README.md +++ b/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.