Privileges/Permissions Required to monitor databases

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
harris_gunari
Posts: 1
Joined: Fri Jun 29, 2018 1:07 am

Privileges/Permissions Required to monitor databases

Post by harris_gunari »

Hi,

is there any official documentation that list all the privileges/permissions generally required in order for nagios to monitor the following databases,
MySQL/Mariadb
PostgresSQL
MsSQL
Mongo

Regards,
Harris
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Privileges/Permissions Required to monitor databases

Post by benjaminsmith »

Hi @harris_gunari

Here's is a list of the documentation we have for monitoring databases:

Monitoring Microsoft SQL With Nagios XI
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Monitoring A MongoDB Database
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Nagios XI - Monitoring A MySQL Server
https://support.nagios.com/kb/article/n ... r-698.html

The account will generally need usage permissions to the database, but not administrator level access, so for example on MySQl:

Code: Select all

GRANT usage ON *.* TO 'nagios'@'nagiosserver' IDENTIFIED BY 'nagiospassword'
Please reference the documentation for the other databases. Let me know if you have any other questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked