mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Add doc
This commit is contained in:
parent
c92d239091
commit
03cfa2d066
2 changed files with 35 additions and 12 deletions
12
doc/tools.md
12
doc/tools.md
|
@ -78,15 +78,3 @@ The following will compress */var/log/friendica* (assuming this is the location
|
|||
daily
|
||||
rotate 2
|
||||
}
|
||||
|
||||
### Zabbix
|
||||
|
||||
To monitor the health status of your Friendica installation, you can use for example a tool like Zabbix. Please define 'stats_key' in your local.config.php in the 'system' section to be able to access the statistics page at /stats?key=your-defined-stats_key
|
||||
|
||||
The statistics contain data about the worker performance, the last cron call, number of reports, inbound and outbound packets, posts and comments.
|
||||
|
||||
### Prometheus
|
||||
|
||||
To use [prometheus](https://prometheus.io) for gathering metrics, use the [Friendica exporter](https://git.friendi.ca/friendica/friendica-exporter).
|
||||
|
||||
You can find the installation instructions here: https://git.friendi.ca/friendica/friendica-exporter#installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue