[Nagios-users] ndoutil question

2008-01-18 Thread Alex Dehaini
Hi Everyone,
I installed ndoutil 1.4.7b on my centos server running mysql version 4.1.2.
I am trying the same installation on my debain etch 3.1 with mysql
5.0.32and this is the message I get when I try to start ndo

/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg

Support for the specified database server is either not yet supported, or
was not found on your system.

I have installed the mysql libraries. Does this mean that ndoutil can't
install on mysql 5.0.32?

-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Alex Dehaini
Is anyone running ndoutils on Debian etch 3.1 with mysql 5.0.32?


On Jan 18, 2008 3:44 PM, Alex Dehaini [EMAIL PROTECTED] wrote:

 db_servertype=mysql


 On Jan 18, 2008 3:39 PM, Tom Throckmorton [EMAIL PROTECTED] wrote:

  On 01/18/2008 10:26 AM, Alex Dehaini wrote:
   Guys,
   Any other ideas on this. This is the output I get when I try to start
  NDO
  
   snmp:/# /usr/local/nagios/bin/ndo2db -c
  /usr/local/nagios/etc/ndo2db.cfg
   Support for the specified database server is either not yet supported,
  or
   was not found on your system.
 
  Silly question:
 
  What is db_servertype set to in your ndo2db.cfg?  Does it match the name
 
  of the mysql package?
 
  -tt
 
  --
  Tom Throckmorton
  OIT - CSI
  Duke University
 



 --
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED]




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Alex Dehaini
db_servertype=mysql

On Jan 18, 2008 3:39 PM, Tom Throckmorton [EMAIL PROTECTED] wrote:

 On 01/18/2008 10:26 AM, Alex Dehaini wrote:
  Guys,
  Any other ideas on this. This is the output I get when I try to start
 NDO
 
  snmp:/# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
  Support for the specified database server is either not yet supported,
 or
  was not found on your system.

 Silly question:

 What is db_servertype set to in your ndo2db.cfg?  Does it match the name
 of the mysql package?

 -tt

 --
 Tom Throckmorton
 OIT - CSI
 Duke University




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Alex Dehaini
The database is running,
snmp:/usr/local/nagios/etc# ps aux | grep mysql
root  9486  0.0  0.0   3660  1292 pts/1S15:30   0:00 /bin/sh
/usr/bin/mysqld_safe --user=mysql
mysql 9525  0.4  0.9 131820 18788 pts/1Sl   15:30   0:00
/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306
--socket=/var/run/mysqld/mysqld.sock
root  9526  0.0  0.0   2744   568 pts/1S15:30   0:00 logger -p
daemon.err -t mysqld_safe -i -t mysqld
root 11917  0.0  0.0   2852   744 pts/1S+   15:32   0:00 grep mysql


Here is the out put of

snmp:/#grep db_ ndo2db.cfg
grep: ndo2db.cfg: No such file or directory




On Jan 18, 2008 3:33 PM, Giles Coochey [EMAIL PROTECTED] wrote:

  It may help to provide some information:



 grep db_ ndo2db.cfg ??



 Can you confirm the database is running?


   --

 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Alex Dehaini
 *Sent:* 18 January 2008 16:26
 *To:* nagios-users@lists.sourceforge.net
 *Subject:* Re: [Nagios-users] ndoutil question



 Guys,



 Any other ideas on this. This is the output I get when I try to start NDO



 snmp:/# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg

 Support for the specified database server is either not yet supported, or
 was not found on your system.





 On Jan 18, 2008 1:54 PM, Alex Dehaini  [EMAIL PROTECTED] wrote:

 H



 Could it be a debian problem then?





 On Jan 18, 2008 1:53 PM, Giles Coochey  [EMAIL PROTECTED] wrote:

 While not answering your question I have Centos with mysql 5.0.22 running
 ndoutils just fine.


   --

 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Alex Dehaini
 *Sent:* 18 January 2008 14:51
 *To:* nagios-users@lists.sourceforge.net
 *Subject:* [Nagios-users] ndoutil question



 Hi Everyone,



 I installed ndoutil 1.4.7b on my centos server running mysql version 4.1.2.
 I am trying the same installation on my debain etch 3.1 with mysql 5.0.32and 
 this is the message I get when I try to start ndo



 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg



 *Support for the specified database server is either not yet supported, or
 was not found on your system.*



 I have installed the mysql libraries. Does this mean that ndoutil can't
 install on mysql 5.0.32?*
 *
 --
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED]




 --
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED]




 --
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED]




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Tom Throckmorton
On 01/18/2008 10:26 AM, Alex Dehaini wrote:
 Guys,
 Any other ideas on this. This is the output I get when I try to start NDO
 
 snmp:/# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
 Support for the specified database server is either not yet supported, or
 was not found on your system.

Silly question:

What is db_servertype set to in your ndo2db.cfg?  Does it match the name 
of the mysql package?

-tt

-- 
Tom Throckmorton
OIT - CSI
Duke University

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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


Re: [Nagios-users] ndoutil question

2008-01-18 Thread Giles Coochey
It may help to provide some information:

 

grep db_ ndo2db.cfg ??

 

Can you confirm the database is running?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex
Dehaini
Sent: 18 January 2008 16:26
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] ndoutil question

 

Guys,

 

Any other ideas on this. This is the output I get when I try to start
NDO

 

snmp:/# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg


Support for the specified database server is either not yet supported,
or was not found on your system.

 

 

On Jan 18, 2008 1:54 PM, Alex Dehaini  [EMAIL PROTECTED] wrote:

H

 

Could it be a debian problem then? 

 

 

On Jan 18, 2008 1:53 PM, Giles Coochey  [EMAIL PROTECTED] wrote:

While not answering your question I have Centos with mysql 5.0.22
running ndoutils just fine.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex
Dehaini
Sent: 18 January 2008 14:51
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] ndoutil question

 

Hi Everyone,

 

I installed ndoutil 1.4.7b on my centos server running mysql version
4.1.2. I am trying the same installation on my debain etch 3.1 with
mysql 5.0.32 and this is the message I get when I try to start ndo 

 

/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg

 

Support for the specified database server is either not yet supported,
or was not found on your system.

 

I have installed the mysql libraries. Does this mean that ndoutil can't
install on mysql 5.0.32?

-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED] 




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED] 




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED] 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Alex Dehaini
Guys,
Any other ideas on this. This is the output I get when I try to start NDO

snmp:/# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
Support for the specified database server is either not yet supported, or
was not found on your system.


On Jan 18, 2008 1:54 PM, Alex Dehaini [EMAIL PROTECTED] wrote:

 H
 Could it be a debian problem then?



 On Jan 18, 2008 1:53 PM, Giles Coochey  [EMAIL PROTECTED] wrote:

   While not answering your question I have Centos with mysql 5.0.22running 
  ndoutils just fine.
 
 
--
 
  *From:* [EMAIL PROTECTED] [mailto:
  [EMAIL PROTECTED] *On Behalf Of *Alex Dehaini
  *Sent:* 18 January 2008 14:51
  *To:* nagios-users@lists.sourceforge.net
  *Subject:* [Nagios-users] ndoutil question
 
 
 
  Hi Everyone,
 
 
 
  I installed ndoutil 1.4.7b on my centos server running mysql version
  4.1.2. I am trying the same installation on my debain etch 3.1 with
  mysql 5.0.32 and this is the message I get when I try to start ndo
 
 
 
  /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
 
 
 
  *Support for the specified database server is either not yet supported,
  or was not found on your system.*
 
 
 
  I have installed the mysql libraries. Does this mean that ndoutil can't
  install on mysql 5.0.32?*
  *
  --
  Alex Dehaini
  Developer
  Site - www.alexdehaini.com
  Email - [EMAIL PROTECTED]
 



 --
 Alex Dehaini
 Developer
 Site - www.alexdehaini.com
 Email - [EMAIL PROTECTED]




-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED]
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

Re: [Nagios-users] ndoutil question

2008-01-18 Thread Giles Coochey
While not answering your question I have Centos with mysql 5.0.22
running ndoutils just fine.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex
Dehaini
Sent: 18 January 2008 14:51
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] ndoutil question

 

Hi Everyone,

 

I installed ndoutil 1.4.7b on my centos server running mysql version
4.1.2. I am trying the same installation on my debain etch 3.1 with
mysql 5.0.32 and this is the message I get when I try to start ndo 

 

/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg

 

Support for the specified database server is either not yet supported,
or was not found on your system.

 

I have installed the mysql libraries. Does this mean that ndoutil can't
install on mysql 5.0.32?

-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - [EMAIL PROTECTED] 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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

[Nagios-users] NDOutil question

2007-03-23 Thread Jay Radcliffe
I am looking to eliminate the timedevents and servicechecks data from
being NDO'd into my database. Currently my data_processing_options is
set to -1, which includes everything. The documentation refers to a
header file that doesn't exist to OR the values together to get the
right dataset. Has anyone attempted this? If so could you shed some
light on how?

Thanks,
Jay

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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