@naifu yeah that means the mongodb permissions for the nodebb user aren't exactly what they should be. It's a non-fatal error but if you want to fix it you need to give the nodebb user the clusterMonitor role for the admin database:
$ mongo admin
> db.grantRolesToUser('nodebb', [ { role: "clusterMonitor", db: "admin" } ])