mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
![]() |
#! /usr/bin/env bash
|
||
|
|
||
|
sudo -u librenms /opt/librenms/lnms smokeping:generate --targets > /etc/smokeping/config.d/librenms-targets.conf
|
||
|
sudo -u librenms /opt/librenms/lnms smokeping:generate --probes > /etc/smokeping/config.d/librenms-probes.conf
|
||
|
|
||
|
systemctl reload smokeping > /dev/null 2<&1
|