ncpl

 

 
nagios_commands  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

command_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

line

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

desc

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_commands

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_commands

0

PRIMARY

2

command_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_commands

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_commands

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_commands

1

command_name

1

command_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_contactgroups  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

contactgroup_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

members

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_contactgroups

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contactgroups

0

PRIMARY

2

contactgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contactgroups

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contactgroups

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_contactgroups

1

alias

1

alias

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contactgroups

1

contactgroup_name

1

contactgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_contacts  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

contact_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

contactgroups

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

host_notification_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

service_notification_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

host_notification_options

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

service_notification_options

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

host_notification_commands

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

service_notification_commands

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

email

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

pager

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

addresses

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_contacts

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contacts

0

PRIMARY

2

contact_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contacts

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contacts

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_contacts

1

alias

1

alias

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_contacts

1

contact_name

1

contact_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hostdependencies  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

dependent_host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

inherits_parent

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

execution_failure_criteria

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

notification_failure_criteria

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hostdependencies

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostdependencies

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostdependencies

0

PRIMARY

3

dependent_host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostdependencies

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostdependencies

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostdependencies

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostdependencies

1

dependent_host_name

1

dependent_host_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hostescalations  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

hostgroup_name

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

first_notification

int(11)

NULL

 

 

0

 

select,insert,update,references

 

last_notification

int(11)

NULL

 

 

0

 

select,insert,update,references

 

notification_interval

int(11)

NULL

 

 

0

 

select,insert,update,references

 

escalation_period

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

escalation_options

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hostescalations

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostescalations

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostescalations

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostescalations

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostescalations

1

hostgroup_name

1

hostgroup_name

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostescalations

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hostextinfo  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

use

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

notes

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

notes_url

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

action_url

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

icon_image

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

icon_image_alt

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

vrml_image

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

statusmap_image

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

2d_coords

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

3d_coords

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

register

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hostextinfo

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostextinfo

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostextinfo

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostextinfo

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostextinfo

1

use

1

use

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostextinfo

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hostgroupescalations  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

hostgroup_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

Only used by Nagios 1.x

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

Only used by Nagios 1.x

first_notification

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

Only used by Nagios 1.x

last_notification

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

Only used by Nagios 1.x

notification_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

Only used by Nagios 1.x

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hostgroupescalations

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroupescalations

0

PRIMARY

2

hostgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroupescalations

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroupescalations

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostgroupescalations

1

hostgroup_name

1

hostgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hostgroups  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

hostgroup_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

Only used by Nagios 1.x

members

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hostgroups

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroups

0

PRIMARY

2

hostgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroups

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroups

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hostgroups

1

alias

1

alias

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hostgroups

1

hostgroup_name

1

hostgroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_hosts  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

environments

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

use

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

address

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

parents

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

hostgroups

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

check_command

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

max_check_attempts

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

checks_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 1.x

check_interval

int(11) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

active_checks_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

passive_checks_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

check_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

Only used by Nagios 2.x

obsess_over_host

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

check_freshness

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

freshness_threshold

int(11) unsigned

NULL

YES

 

0

 

select,insert,update,references

Only used by Nagios 2.x

event_handler

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

event_handler_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

low_flap_threshold

int(11) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

high_flap_threshold

int(11) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

flap_detection_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

process_perf_data

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

retain_status_information

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

retain_nonstatus_information

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

Only used by Nagios 2.x

notification_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

notification_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

notification_options

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

notifications_enabled

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

stalking_options

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

register

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_hosts

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hosts

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hosts

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hosts

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_hosts

1

alias

1

alias

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_hosts

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_misccommands  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

command_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

line

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

desc

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_misccommands

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_misccommands

0

PRIMARY

2

command_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_misccommands

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_misccommands

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_misccommands

1

command_name

1

command_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_resources  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

resource_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

USER1

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER2

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER3

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER4

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER5

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER6

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER7

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER8

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER9

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER10

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER11

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER12

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER13

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER14

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER15

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER16

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER17

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER18

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER19

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER20

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER21

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER22

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER23

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER24

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER25

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER26

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER27

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER28

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER29

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER30

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER31

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

USER32

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_resources

0

PRIMARY

1

server_name

A

1

(NULL)

(NULL)

 

BTREE

 

nagios_resources

0

PRIMARY

2

resource_name

A

1

(NULL)

(NULL)

 

BTREE

 

nagios_resources

1

server_name

1

server_name

A

1

(NULL)

(NULL)

 

BTREE

 

nagios_resources

1

category

1

category

A

1

(NULL)

(NULL)

YES

BTREE

 

nagios_resources

1

resource_name

1

resource_name

A

1

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_servicedependencies  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

service_description

varchar(255)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

dependent_host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

dependent_service_description

varchar(255)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

inherits_parent

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

execution_failure_criteria

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

notification_faillure_criteria

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_servicedependencies

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

0

PRIMARY

3

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

0

PRIMARY

4

dependent_host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

0

PRIMARY

5

dependent_service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_servicedependencies

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

1

service_description

1

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

1

dependent_host_name

1

dependent_host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicedependencies

1

dependent_service_description

1

dependent_service_description

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_serviceescalations  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

service_description

varchar(255)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

first_notification

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

last_notification

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

notification_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

escalation_period

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

escalation_options

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_serviceescalations

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceescalations

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceescalations

0

PRIMARY

3

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceescalations

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceescalations

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_serviceescalations

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceescalations

1

service_description

1

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_serviceextinfo  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

service_description

varchar(255)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

notes

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

notes_url

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

action_url

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

icon_image

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

icon_image_alt

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_serviceextinfo

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceextinfo

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceextinfo

0

PRIMARY

3

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceextinfo

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceextinfo

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_serviceextinfo

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_serviceextinfo

1

service_description

1

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_servicegroups  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

Only used by Nagios 2.x

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

servicegroup_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

Only used by Nagios 2.x

alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

Only used by Nagios 2.x

members

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

Only used by Nagios 2.x

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

Only used by Nagios 2.x

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_servicegroups

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicegroups

0

PRIMARY

2

servicegroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicegroups

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicegroups

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_servicegroups

1

alias

1

alias

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_servicegroups

1

servicegroup_name

1

servicegroup_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_services  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

host_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

service_description

varchar(255)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

use

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

servicegroups

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

Only used by Nagios 2.x

is_volatile

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

check_command

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

check_command_parameters

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

max_check_attempts

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

normal_check_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

retry_check_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

active_checks_enabled

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

passive_checks_enabled

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

check_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

parallelize_check

tinyint(1) unsigned

NULL

YES

 

0

 

select,insert,update,references

 

obsess_over_service

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

check_freshness

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

freshness_threshold

int(11) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

event_handler

varchar(64)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

event_handler_enabled

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

low_flap_threshold

int(11) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

high_flap_threshold

int(11) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

flap_detection_enabled

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

process_perf_data

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

retain_status_information

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

retain_nonstatus_information

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

notification_interval

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

notification_period

varchar(64)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

notification_options

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

notifications_enabled

tinyint(1) unsigned

NULL

YES

 

(NULL)

 

select,insert,update,references

 

contact_groups

text

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

stalking_options

text

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

register

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_services

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_services

0

PRIMARY

2

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_services

0

PRIMARY

3

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_services

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_services

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_services

1

host_name

1

host_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_services

1

service_description

1

service_description

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
nagios_timeperiods  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category

varchar(64)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

timeperiod_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

alias

varchar(255)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

sunday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

monday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

tuesday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

wednesday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

thursday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

friday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

saturday

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

nagios_timeperiods

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_timeperiods

0

PRIMARY

2

timeperiod_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_timeperiods

1

server_name

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

nagios_timeperiods

1

category

1

category

A

0

(NULL)

(NULL)

YES

BTREE

 

nagios_timeperiods

1

timeperiod_name

1

timeperiod_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
ncpl_categories  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

category_filetype

int(11) unsigned

NULL

 

PRI

0

 

select,insert,update,references

 

category_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

category_alias

varchar(255)

latin1_swedish_ci

YES

 

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_categories

0

PRIMARY

1

category_filetype

A

0

(NULL)

(NULL)

 

BTREE

 

ncpl_categories

0

PRIMARY

2

category_name

A

0

(NULL)

(NULL)

 

BTREE

 

ncpl_categories

1

category_filetype

1

category_filetype

A

0

(NULL)

(NULL)

 

BTREE

 

ncpl_categories

1

category_name

1

category_name

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
ncpl_environments  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

environment_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

environment_alias

varchar(255)

latin1_swedish_ci

YES

MUL

(NULL)

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_environments

0

PRIMARY

1

environment_name

A

6

(NULL)

(NULL)

 

BTREE

 

ncpl_environments

1

environment_alias

1

environment_alias

A

6

(NULL)

(NULL)

YES

BTREE

 

Back

 
ncpl_filetypes  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

filetype_id

int(11) unsigned

NULL

 

PRI

0

 

select,insert,update,references

 

filetype_alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

filetype_filename

varchar(255)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

enabled

int(11) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_filetypes

0

PRIMARY

1

filetype_id

A

19

(NULL)

(NULL)

 

BTREE

 

ncpl_filetypes

1

filetype_alias

1

filetype_alias

A

19

(NULL)

(NULL)

 

BTREE

 

Back

 
ncpl_servers  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

server_name

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

server_alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

server_type

varchar(255)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_servers

0

PRIMARY

1

server_name

A

0

(NULL)

(NULL)

 

BTREE

 

ncpl_servers

1

server_alias

1

server_alias

A

0

(NULL)

(NULL)

 

BTREE

 

Back

 
ncpl_userlevels  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

userlevel_id

tinyint(1) unsigned

NULL

 

PRI

0

 

select,insert,update,references

 

userlevel_alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_userlevels

0

PRIMARY

1

userlevel_id

A

6

(NULL)

(NULL)

 

BTREE

 

ncpl_userlevels

1

userlevel_alias

1

userlevel_alias

A

6

(NULL)

(NULL)

 

BTREE

 

Back

 
ncpl_users  
Fields
Field Type Collation Null Key Default Extra Privileges Comment

user_username

varchar(64)

latin1_swedish_ci

 

PRI

 

 

select,insert,update,references

 

user_password

varchar(255)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

user_alias

varchar(255)

latin1_swedish_ci

 

MUL

 

 

select,insert,update,references

 

user_email

varchar(255)

latin1_swedish_ci

 

 

 

 

select,insert,update,references

 

user_userlevel

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

enabled

tinyint(1) unsigned

NULL

 

 

0

 

select,insert,update,references

 

Indexes
Table Non
unique
Key
name
Seq
in
index
Column
name
Collation Cardinality Sub
part
Packed Null Index
type
Comment

ncpl_users

0

PRIMARY

1

user_username

A

1

(NULL)

(NULL)

 

BTREE

 

ncpl_users

1

user_alias

1

user_alias

A

1

(NULL)

(NULL)

 

BTREE

 

Back