Hi,

if it helps do the following:

# mysql -u root -p

CREATE USER 'nagios'@'localhost' IDENTIFIED BY 'nagios';

GRANT USAGE ON * . * TO 'nagios'@'localhost' IDENTIFIED BY '<nagios>' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;

CREATE DATABASE IF NOT EXISTS `nagios` ;

GRANT ALL PRIVILEGES ON `nagios` . * TO '<dbuser>'@'localhost';

quit

# mysql -u root -p nagios < mysql.sql

Kind regards,
Michael



Natalie Aloi wrote the following on 18.06.2009 22:50:
Thanks for the reply Marc...
I am using ver 2.11 Nagios the most recent version of ndo utils said I had to have a higher version of nagios to use (2.5?) which is why I selected 1.3.1 Natalie On Jun 17, 2009, at 11:09 AM, Natalie Aloi wrote:

> Hello I am attempting to install NDO Utils - I am at the Create NDO
> Database section...except I don't have this installdb file in my db
> directory I have what is below:
> as you can see I am installing ndoutils 1.3.1 since I am using
> nagios 2.11
>

1.3.1 is almost 2.5 years out-of-date. You're following instructions
for 1.4b7; is there a reason you're not installing that more recent
version?
Network Operations Center Manager
Experis Data Center LLC
8209 Valley Pike
PO Box 535
Middletown,VA 22645
phone:540-869-8702
cell:240-988-3267
fax:540-869-8710
e-mail:na...@experisdatacenters.com


------------------------------------------------------------------------

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects

------------------------------------------------------------------------

_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null

--
DI (FH) Michael Friedrich
michael.friedr...@univie.ac.at
Tel: +43 1 4277 14359

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to