Difference between revisions of "Public.ifservices (table)"
Line 156: | Line 156: | ||
| ipinterfaceid | | ipinterfaceid | ||
| id | | id | ||
+ | |} | ||
+ | |||
+ | === Detail Tables === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.outages_(table)|public.outages]] |
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.outages_(table)|public.outages]] |
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.outages_(table)|public.outages]] |
| nodeid | | nodeid | ||
| nodeid | | nodeid | ||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.outages_(table)|public.outages]] |
+ | | id | ||
| ifserviceid | | ifserviceid | ||
+ | |- valign="top" | ||
+ | | [[public.application_service_map_(table)|public.application_service_map]] | ||
| id | | id | ||
+ | | ifserviceid | ||
|- valign="top" | |- valign="top" | ||
− | | [[public. | + | | [[public.location_specific_status_changes_(table)|public.location_specific_status_changes]] |
− | |||
| id | | id | ||
− | |||
− | |||
| ifserviceid | | ifserviceid | ||
− | |||
|} | |} | ||
Latest revision as of 10:25, 27 August 2011
Contents
wikibot[edit]
Table | public.ifservices |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
id | integer | not null | ||
nodeid | integer | not null | ||
ipaddr | varchar(16) | not null | ||
ifindex | integer | null | ||
serviceid | integer | not null | ||
lastgood | timestamp with time zone | null | ||
lastfail | timestamp with time zone | null | ||
qualifier | char(16) | null | ||
status | char(1) | null | ||
source | char(1) | null | ||
notify | char(1) | null | ||
ipinterfaceid | integer | not null |
Primary Key[edit]
Primary Key | Columns |
ifservices_pkey | id |
Indexes[edit]
Index | Type | Columns |
ifservices_nodeid_idx | nodeid | |
ifservices_nodeid_ipaddr_status | nodeid, ipaddr, status | |
ifservices_nodeid_ipaddr_svc_unique | nodeid, ipaddr, serviceid | |
ifservices_nodeid_serviceid_idx | nodeid, serviceid | |
ifservices_nodeid_status | nodeid, status | |
ifservices_serviceid_idx | serviceid | |
ifservicves_ipinterfaceid_idx | ipinterfaceid |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.node | nodeid | nodeid |
public.service | serviceid | serviceid |
public.ipinterface | ipinterfaceid | id |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
public.outages | nodeid | nodeid |
public.outages | nodeid | nodeid |
public.outages | nodeid | nodeid |
public.outages | id | ifserviceid |
public.application_service_map | id | ifserviceid |
public.location_specific_status_changes | id | ifserviceid |
Triggers[edit]
Trigger | Type | Function |
setipinterfacekeysoninserttrigger | STATEMENT AFTER | setipinterfacekeysoninsert |
setipinterfacekeysonupdatetrigger | STATEMENT AFTER | setipinterfacekeysonupdate |