Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57429 - Nagios should have proper mysql/postgres support
Summary: Nagios should have proper mysql/postgres support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 16:48 UTC by Chris Gianelloni (RETIRED)
Modified: 2004-07-24 09:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2004-07-17 16:48:06 UTC
This would be fairly simple to accomplish.  First off, in the nagios-core ebuild, since we are using --with-mysql-xdata and --with-postgres-xdata, there is no need to specify the other 5 --with-${dbtype}-* commands.  The --with-*-xdata command means all of the others.

Also, nagios-plugins should, at minimum, copy the contrib/check_nagios_db.pl file to the nagios plugins directory when USE=mysql or USE=postgres, otherwise it is not possible to monitor a Nagios that uses a database for its backend.
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-07-24 07:41:13 UTC
updated nagios-core.
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2004-07-24 08:52:57 UTC
added contrib plugins, and as a special case check_nagios_db.pl is inserted directly to libexec when use mysql/postgres.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-07-24 09:09:03 UTC
Thanks... =]