Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1021 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1021 Bytes

Homebrew Formula

Installation

Add the repository to brew as a Tap.

brew tap symflower/vmutils-bin https://github.com/symflower/vmutils-bin

VMAgent

Install vmagent with:

brew install vmagent

Configuration

  • The services parameters can be changed by modifying the file #{etc}/vmagent/service.args.
  • The scrape config can be changed by modifying the file #{etc}"/vmagent/scrape.yml.
  • Please note that you have to provide the path to the scrape.yml yourself within service.args with the promscrape.config parameter.

Usage

  • To start the service and registering it to run at boot use brew services start vmagent.

Customizing

It is possible to change the Formular file before installing the package.

  • Go to /opt/homebrew/Library/Taps/symflower/homebrew-vmutils-bin (Note: This is the homebrew path for M1 Macs)
  • Use git to switch to a special branch or etc.
  • Run brew reinstall vmagent to use the new branch/changes to the Formula for installing.