https://github.com/imker25/samba_exporter
A Prometheus exporter for statistic data of the samba file server.
https://github.com/imker25/samba_exporter
prometheus-exporter samba-server
Last synced: about 1 month ago
JSON representation
A Prometheus exporter for statistic data of the samba file server.
- Host: GitHub
- URL: https://github.com/imker25/samba_exporter
- Owner: imker25
- License: apache-2.0
- Created: 2021-05-13T14:59:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T20:09:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T00:51:49.304Z (almost 2 years ago)
- Topics: prometheus-exporter, samba-server
- Language: Go
- Homepage: https://imker25.github.io/samba_exporter/
- Size: 266 MB
- Stars: 28
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samba Exporter
A [prometheus exporter](https://prometheus.io/docs/instrumenting/exporters/) for statistic data of the [samba file server](https://www.samba.org/).

It uses [smbstatus](https://www.samba.org/samba/docs/current/man-html/smbstatus.1.html) and the [proc fs](https://en.wikipedia.org/wiki/Procfs) to collect the data and converts the result into prometheus style data.
The prometheus style data can be requested manually on port 9922 using a http client. Or a prometheus database sever can be configured to collect the data by scraping port 9922 on the samba server.
## Documentation
For detailed documentation please take a look at the [projects page](https://imker25.github.io/samba_exporter/Index/) or read in the [docs](./docs/Index.md) folder.
There are **RPM** and **DEB** packages for several Linux distributions for you ready to install. You may want to take a look at the [Supported Distributions and Versions](./docs/Installation/SupportedVersions.md) and the [Installation Guide](./docs/Installation/InstallationGuide.md)