freebsd-ports/net-mgmt/ndoutils/files/pkg-message.in
Philip M. Gollucci be1be507fd The NDOUTILS addon is designed to store all configuration and event data from
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)
2008-08-14 02:58:34 +00:00

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
******************************************************************************