fonte: https://jarrodstech.net/how-to-pihole-exporter-install-with-prometheus-and-grafana-on-ubuntu-20-04/Releases: https://github.com/eko/pihole-exporter/releases/ useradd --system --shell=/usr/sbin/nologin pihole_exportersudo mkdir /opt/pihole_exportermover o binario para esta pasta criadasudo chmod -R 500 pihole_exporter/sudo chown -R pihole_exporter:pihole_exporter pihole_exporter/sudo nano /lib/systemd/system/pihole_exporter.service
Paste in the following code, replace 10.0.0.4 and xyz with your pihole IP and password.[Unit]
Description=pihole_exporter
[Service]
ExecStart=/opt/pihole_exporter/pihole_exporter-linux-amd64 ...
terça-feira, 22 de agosto de 2023
domingo, 20 de agosto de 2023
Criando interface bridge para o virt-manager com nmcli
Fonte: Criando interface bridge para o virt-manager com nmcli | SinergicaIT BLOGCriando a interface bridgeo nmcli Network Manager Comand Line Interface, é p comando que faremos uso para criar e remover as interfaces bridgerssudo nmcli connection add type bridge ifname laboratorio1 autoconnect yesSubstitua o eth1 pela sua interface de rede que deseja fazer a bridgersudo nmcli connection add type bridge-slave ifname eth1 master bridge-laboratorio1 autoconnect yesAgora precisaremos desabilitar a Conexão cabeada 1, que está gerenciando o dispositivo eth1 para em seguida habilitar ...
Assinar:
Postagens (Atom)