Skip to content

User Guide

For user documentation please read the man pages:

In case you installed the package already, you can read the man pages using man. For example:

man samba_exporter

Exported values

A list of all exported values can be found at the samba_exporter man page.

Problems and solutions

In case you are running into problems when requesting data from the samba-exporter service. Please first of all stop both required services:

sudo systemctl stop samba_exporter                        
sudo systemctl stop samba_statusd

Delete the pipes used for communication between the services:

sudo rm -f /run/samba_exporter.*     

Start the services again:

sudo systemctl start samba_statusd                          
sudo systemctl start samba_exporter