1
0
Fork 0
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:
Jonathan Senecal 2018-09-14 16:22:49 -04:00
parent 8639c39263
commit b62776733a

View file

@ -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