"Invalid ping path" in config.scan.php (v0.9)
phpipam open-source IP address management
Brought to you by:
myha
Hi i have tryed to make a automated discovery (host check), and checked the config-scan.php.
The phing path Show to "/sbin/ping" and seems to be ok.
But if i open the ping page > http://ipam.test.com/functions/scripts/pingCheck.php, i got this message:
"Invalid ping path! You can set parameters for scan under functions/scan/config-scan.php"
I have a ubuntu 13.10 Server running without any Problems.
Any help will be cool to solve this last puzzle Piece ;)
Volkan
Anonymous
Hi, this is the line checking for ping, seems it cannot see the ping file:
if(!file_exists($pathPing))
what does "whereis ping" say?
It says:
"ping: /bin/ping /usr/share/man/man8/ping.8.gz"
ok, i changed the config-scan.php to "/bin/ping" and seems to bee fine ;)
I think i shound now create a cronjob for that?
thx
Volkan