We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I've a problem with fping path, here is my config file:
$config['method'] = "fping"; #$config['pingpath'] = "/usr/local/sbin/fping"; $config['pingpath'] = "/usr/bin/fping";
And the error:
/var/www/phpipam-agent# php index.php discover sh: 1: /bin/fping: not found /var/www/phpipam-agent# which fping /usr/bin/fping
When I do a link to the path specified in the error It works well, maybe it's better to use env. variable instead of specified the path in conf. file?
ln -s /usr/bin/fping /bin/fping
The text was updated successfully, but these errors were encountered:
Hi, thanks for testing. Indeed settings were taken from main database and not from config.php . Should be fixed now, please test.
Sorry, something went wrong.
It works !
Thanks.
No branches or pull requests
Hello,
I've a problem with fping path, here is my config file:
And the error:
When I do a link to the path specified in the error It works well, maybe it's better to use env. variable instead of specified the path in conf. file?
The text was updated successfully, but these errors were encountered: