#include <db.h>
Data Fields | |
int | server_type |
int | port |
char * | host |
char * | username |
char * | password |
char * | dbname |
char * | dbprefix |
char * | dbserver |
unsigned long | max_timedevents_age |
unsigned long | max_systemcommands_age |
unsigned long | max_servicechecks_age |
unsigned long | max_hostchecks_age |
unsigned long | max_eventhandlers_age |
unsigned long | max_externalcommands_age |
unsigned long | max_logentries_age |
unsigned long | max_acknowledgements_age |
unsigned long | trim_db_interval |
unsigned long | housekeeping_thread_startup_delay |
unsigned long | clean_realtime_tables_on_core_startup |
unsigned long | clean_config_tables_on_core_startup |
unsigned long | oci_errors_to_syslog |
unsigned long clean_config_tables_on_core_startup |
unsigned long clean_realtime_tables_on_core_startup |
char* dbname |
char* dbprefix |
char* dbserver |
char* host |
unsigned long housekeeping_thread_startup_delay |
unsigned long max_acknowledgements_age |
unsigned long max_eventhandlers_age |
unsigned long max_externalcommands_age |
unsigned long max_hostchecks_age |
unsigned long max_logentries_age |
unsigned long max_servicechecks_age |
unsigned long max_systemcommands_age |
unsigned long max_timedevents_age |
unsigned long oci_errors_to_syslog |
char* password |
int port |
int server_type |
unsigned long trim_db_interval |
char* username |