Search found 7 matches

by systems
Thu Apr 22, 2010 2:49 pm
Forum: Nagios XI
Topic: LDAP authentication
Replies: 30
Views: 20845

Re: LDAP authentication

I want to see if anyone has attempted to implement LDAP authentication or Active Directory authentication through Nagios XI? I understand Nagios XI currently does not support LDAP/AD authentication, but I have found a web site about Nagios single sign-on using Active Directory. http://www.itefix.no/...
by systems
Thu Mar 18, 2010 9:43 am
Forum: Nagios XI
Topic: Nagios xi install.
Replies: 19
Views: 8327

Re: Nagios xi install.

Yes, I figured out the password issue. Once the mysql root password has been set the first time, you need to use the change password command(commented out in the script). I keep getting the error for mysqladmin because it was trying to set it not changing it. But again, did you initialized postgresq...
by systems
Wed Mar 17, 2010 3:22 pm
Forum: Nagios XI
Topic: Nagios xi install.
Replies: 19
Views: 8327

Re: Nagios xi install.

Okay, so you're saying i should run initdb command on Red Hat 5.4 It said I cannot run as root, it asked for unprivileged user that will own the server process. Is this user "nagios"? I'm guessing I need to initialize the data directory to point at "/var/lib/pgsql/data", right? #...
by systems
Wed Mar 17, 2010 11:31 am
Forum: Nagios XI
Topic: B-installxi script for Nagios XI
Replies: 1
Views: 2158

B-installxi script for Nagios XI

Anybody experienced any issue on creating postgres db structure? Here are the errors I have got: 1. SET standard_conforming_strings = off; ERROR: parameter "standard_conforming_strings" cannot be changed 2. COMMENT ON SCHEMA public IS 'Standard public schema'; ERROR: must be owner of schem...
by systems
Mon Mar 15, 2010 1:18 pm
Forum: Nagios XI
Topic: Nagios xi install.
Replies: 19
Views: 8327

Re: Nagios xi install.

I am running this ./3-dbservers script under root user. I have 2 issues below... 1.) That usage line is suppose to run the following line: /sbin/service postgresql initdb Somehow, it never ran that line of the ./3-dbservers script. I was surprised that database was initialized even though the comman...
by systems
Thu Mar 11, 2010 3:18 pm
Forum: Nagios XI
Topic: Nagios xi install.
Replies: 19
Views: 8327

Re: Nagios xi install.

Yes, after removing the /var/lib/pgsql/data folder seems to correct the problem somehow. It did complained about "connect to server at 'localhost' failed, error: access denied for user root@localhost. Is that normal? See the output below: # ./3-dbservers Initializing PostgresQL... Usage: /etc/i...
by systems
Wed Mar 10, 2010 4:21 pm
Forum: Nagios XI
Topic: Nagios xi install.
Replies: 19
Views: 8327

Re: Nagios xi install.

I am trying to install Nagios XI on Red Hat EL 5.4. I think i am stuck at ./1-prereqs, it complained about no package available. No package perl-CPAN available. No package php-mcrypt available. No package php-mssql available. No package package-cleanup available. I believe those are the ones causing...