Search found 3 matches
- Wed May 11, 2011 7:08 pm
- Forum: Open Source Nagios Projects
- Topic: Pattern matching with Nagios 3.x embedded perl
- Replies: 1
- Views: 1187
Pattern matching with Nagios 3.x embedded perl
Hello, Is there documentation that lists the differences in interpreters for embedded perl and regular perl (5.8.8)? In one of my scripts I'm using a regex pattern match with the case-insensitive option, 'i'. This example: if ($var =~ /name/i) Will work fine in regular perl, but it looks like the em...
- Fri Mar 25, 2011 4:37 pm
- Forum: Nagios XI
- Topic: LDAP component missing php function
- Replies: 3
- Views: 1276
Re: LDAP component missing php function
Hi Rene,
I needed to have php-ldap installed on the system (yum install php-ldap). Can the documentation for this be updated to list this as a requirement?
To answer your other questions:
CentOS 5.5
Physical Box
Used the Manual Installation instructions (no errors)
I needed to have php-ldap installed on the system (yum install php-ldap). Can the documentation for this be updated to list this as a requirement?
To answer your other questions:
CentOS 5.5
Physical Box
Used the Manual Installation instructions (no errors)
- Fri Mar 25, 2011 1:12 pm
- Forum: Nagios XI
- Topic: LDAP component missing php function
- Replies: 3
- Views: 1276
LDAP component missing php function
Hello, I have a fresh install of Nagios XI 2011R1.1. I installed the LDAP component, http://exchange.nagios.org/directory/Addons/Components/LDAP-Authentication-XI-Component/details , and entered the correct information. When I attempt to login, I see this in the error logs [Fri Mar 25 10:30:22 2011]...