be1be507fd
Nagios in a database. Storing information from Nagios in a database will allow for quicker retrieval and processing of that data and will help serve as a foundation for the development of a new PHP-based web interface in Nagios 3.0. WWW: http://www.nagios.org Approved by: araujo (mentor)
10 lines
351 B
Text
10 lines
351 B
Text
|
|
******************************************************************************
|
|
* $ mysqladmin -uroot -pXXXX create nagios
|
|
*
|
|
* $ mysql -uroot -pXXXX -e \
|
|
* "GRANT SELECT,INSERT,UPDATE,DELETE TO 'nagios'@'%' IDENTIFIED BY 'YYYYY'
|
|
*
|
|
* $ cd %%DATADIR%%/db
|
|
* $ ./installdb
|
|
******************************************************************************
|