|
From: Paul M. D. <wo...@pa...> - 2010-11-15 15:33:28
|
Marc Powell wrote: > > On Nov 15, 2010, at 8:05 AM, Korrawit Yindeeyoungyeon wrote: > >> Where can I find the standard database schema of Nagios ? or I need to >> find in source code of 3rd party front-end software? > > You'll need to look at the third party software to determine how they get data into a database. > > Nagios doesn't use a database so has no standard database schema. Each addon either has it's own specific schema or utilizes one of other common event broker -> database addons (such as ndoutils). > > -- > Marc Maybe he's looking for this: http://nagios.sourceforge.net/docs/ndoutils/NDOUtils_DB_Model.pdf the DB schema used by NDOUtils. |