mirror of
https://github.com/librenms/docker.git
synced 2026-08-02 06:43:23 +00:00
Added fping6 support
This commit is contained in:
parent
8639c39263
commit
b62776733a
1 changed files with 3 additions and 0 deletions
|
|
@ -143,9 +143,12 @@ cat > ${LIBRENMS_PATH}/config.d/user.php <<EOL
|
|||
EOL
|
||||
|
||||
# Config : Fping
|
||||
echo "/usr/bin/fping -6 \$@" > /usr/bin/fping6
|
||||
chmod +x /usr/bin/fping6
|
||||
cat > ${LIBRENMS_PATH}/config.d/fping.php <<EOL
|
||||
<?php
|
||||
\$config['fping'] = "/usr/sbin/fping";
|
||||
\$config['fping6'] = "/usr/sbin/fping6";
|
||||
EOL
|
||||
|
||||
# Config : Disable autoupdate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue