Hi,
I just wanted to share the soulution to issue that took me whole day to resolve. I installed jffnms like: # apt-get install jffnms
after all the usual and described configuration all seemed weel but there were no graphs. In performance there was just a message that the poller has not created the rdd files yet.
The problem was php.ini file, I have two of them in : /etc/php4/apache/php.ini /etc/php4/cli/php.ini
I was making changes at first only in /etc/php4/apache/php.ini, but they must be performed too at /etc/php4/cli/php.ini (which stands for Command Line Interface I suppose).
After running manually [EMAIL PROTECTED]:/usr/share/jffnms/engine$ php -q poller.php <host ID>
there was no output
After I just copied php.ini from /etc/php4/apache to /etc/php4/cli it finally works now.
Regards Remigiusz Boguszewicz
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
