mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
README.md: add setting up service
chapter
This commit is contained in:
parent
d6862a2d97
commit
d17a47e3e0
1 changed files with 7 additions and 1 deletions
|
@ -52,6 +52,7 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
|
||||||
|
|
||||||
* [How to build from sources](#how-to-build-from-sources)
|
* [How to build from sources](#how-to-build-from-sources)
|
||||||
* [How to start VictoriaMetrics](#how-to-start-victoriametrics)
|
* [How to start VictoriaMetrics](#how-to-start-victoriametrics)
|
||||||
|
* [Setting up service](#setting-up-service)
|
||||||
* [Third-party contributions](#third-party-contributions)
|
* [Third-party contributions](#third-party-contributions)
|
||||||
* [Prometheus setup](#prometheus-setup)
|
* [Prometheus setup](#prometheus-setup)
|
||||||
* [Grafana setup](#grafana-setup)
|
* [Grafana setup](#grafana-setup)
|
||||||
|
@ -103,7 +104,6 @@ Run `make package-victoria-metrics`. It will build `valyala/victoria-metrics:<PK
|
||||||
The `<PKG_TAG>` may be manually set via `PKG_TAG=foobar make package-victoria-metrics`.
|
The `<PKG_TAG>` may be manually set via `PKG_TAG=foobar make package-victoria-metrics`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### How to start VictoriaMetrics
|
### How to start VictoriaMetrics
|
||||||
|
|
||||||
Just start VictoriaMetrics executable or docker image with the desired command-line flags.
|
Just start VictoriaMetrics executable or docker image with the desired command-line flags.
|
||||||
|
@ -118,6 +118,12 @@ The following command line flags are used the most:
|
||||||
|
|
||||||
Pass `-help` to see all the available flags with description and default values.
|
Pass `-help` to see all the available flags with description and default values.
|
||||||
|
|
||||||
|
|
||||||
|
### Setting up service
|
||||||
|
|
||||||
|
Read [these instructions](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/43) on how to set up VictoriaMetrics as a service in your OS.
|
||||||
|
|
||||||
|
|
||||||
### Third-party contributions
|
### Third-party contributions
|
||||||
|
|
||||||
* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/VictoriaMetrics))
|
* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/VictoriaMetrics))
|
||||||
|
|
Loading…
Reference in a new issue