Issues with bind graphs - Where to start looking?
![](https://secure.gravatar.com/avatar/23ed4a33d0b9dbf89145dec889cdcf4d.jpg?s=120&d=mm&r=g)
root@austx-sys-tools-01:~# uname -m i686
(hangs head in shame)
Yes.. Yes I did...
Well, now I know how to fix it.. =) Thanks Adam!
Ricardo
From: Adam Armstrong adama@memetic.org
Did you, perchance, foolishly install a 32-bit version of Ubuntu?
:D
root@alpha:~# php -r 'echo PHP_INT_MAX;' 9223372036854775807
adam.
On 2014-03-27 14:01, Ricardo M Meleschi wrote:
(just an update on my troubleshooting here)
It looks like the version of PHP that comes installed with the version of Ubuntu that Observium recommends is limited to 32-bit signed integers:
root@xxx:/opt/observium/includes/polling/applications# php -r 'echo PHP_INT_MAX;' 2147483647
That explains the issue that I have been having with bind counters above this value being saved at a value of 2147483647.
participants (1)
-
Ricardo M Meleschi