Added group to docs
This commit is contained in:
parent
5ee6ab4633
commit
311c6eb19b
1 changed files with 4 additions and 0 deletions
|
|
@ -38,10 +38,13 @@ You can configure the script placing a config file in /etc/pastafari/stats.cfg
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
url_server=http://url_server_collect_data/
|
url_server=http://url_server_collect_data/
|
||||||
|
group=server-group
|
||||||
```
|
```
|
||||||
|
|
||||||
Where url_server_collect_data is the hostname of server collecting data, api_key_selected, the api key of server for accept the data, and ip_server, the ip of the server that send the data.
|
Where url_server_collect_data is the hostname of server collecting data, api_key_selected, the api key of server for accept the data, and ip_server, the ip of the server that send the data.
|
||||||
|
|
||||||
|
Group: A server can belong to group. If you have a servers in a network, you can group them with the same group name.
|
||||||
|
|
||||||
# Configuration for Windows 10, Windows Server 2012, etc.
|
# Configuration for Windows 10, Windows Server 2012, etc.
|
||||||
|
|
||||||
Windows sucks, but you can need monitoring windows servers or desktops.
|
Windows sucks, but you can need monitoring windows servers or desktops.
|
||||||
|
|
@ -66,6 +69,7 @@ Next, you need create the config file. For example, if you have an user called "
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
url_server=http://url_server_collect_data/
|
url_server=http://url_server_collect_data/
|
||||||
|
group=server-group
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, you need install the python script how service. You can use a classic manager services for windows called [NSSM](https://nssm.cc/). If you use Windows 10 64 bits, you can download from [here](https://nssm.cc/ci/nssm-2.24-101-g897c7ad.zip)
|
Now, you need install the python script how service. You can use a classic manager services for windows called [NSSM](https://nssm.cc/). If you use Windows 10 64 bits, you can download from [here](https://nssm.cc/ci/nssm-2.24-101-g897c7ad.zip)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue