-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Issues with Seeing latest data + No Logging #19
Comments
@ExplodingTurkey Could you tell me more about the MongoDB version and the PHP version you're trying this with. I think the script does not support PHP 7 as it can be seen in this issue: #16 |
Hey, Seeing the same issue. We're using mongodb 3.4, PHP 5.4.16. When running the script initially we were getting the following error; Fatal error: Class 'MongoClient' not found in /home/tahzeem.taj/mongodb-stuff/mikoomi-mongodb-plugin-32.php on line 145 I changed this line and instead added;
Which connected, but gave further errors like;
The script isn't compatible with mongo 3.4, is there any simple fix for this or would it require a complete rewrite? |
I think the problem is not with MongoDB 3.4, but the PHP module on your part. If you check the documentation here it says the if you use the PECL module for MongoDB version |
Hi Guys,
I am using this but cant seem to see any of the latest data:
sh mikoomi-mongodb-plugin-32.sh -D -z MONGOSERVERNAME -u MONGOUSER -x MONGOPASSWORD -H ZABBIXIP -P ZABBIXPORT
There is actually no logging coming through to /tmp/ as shown in README
Also getenforce is set to 0 (Disabled)
Any help?
The text was updated successfully, but these errors were encountered: