Hi, when I look at the ip address list it always shows a red bubble that says device is offline in front of any host. Clicking check availability leads to a successful ping check (device alive). Shouldn't I get some green bubbles in front of the devices when I look at the list view?
Anonymous
same problem, all devices show up offline with host check enabled
same problem, all devices show up offline with host check enabled
I have this problem too.
Any solution for this issue?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
me too
You have to schedule a ping check to run:
http://phpipam.net/automatic-host-availability-check/
Run pingCheck.php once manually and you should see them go green. Checking every 15 minutes was excessive for our usage so we set it to scan once every 24 hours. You should also check the "ping status Intervals" in Administration-->IPAM Settings to see if they are ok for your setup.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
hi,
i have same problem too.
i figured out that my problem root cause is date.
Whenever i check manually the host is alive, but status never become online after refresh.
When i look to date, there is difference with phpipam host date. it is related with timezone...
adding "date.timezone" option to php.ini does not solve my problem. i tried everything with php.ini but it is hopeless.
Then i check mysql/mariadb date with "select now();", the problem appears. mysql timezone problem causes that confliction.
if you change the timezone of mysql, my problem is vanished.