Opened 17 years ago

Closed 16 years ago

#130 closed enhancement (fixed)

monitoring checks if a reachable WMS returns images or error msgs

Reported by: christoph Owned by: astrid_emde
Priority: minor Milestone: 2.5 release
Component: tools Version:
Keywords: wms monitoring Cc:

Description

sends the getmap with exception format <> inimage

checks the headers

needs two new columns, "image" and "map_url"

ALTER TABLE mb_monitor ADD COLUMN image int4; ALTER TABLE mb_monitor ADD COLUMN map_url varchar(2048);

Change History (2)

comment:1 by christoph, 16 years ago

Owner: changed from mapbender_dev@… to astrid_emde

Astrid, could you check if this sql is included in the dump? if yes, close the ticket, if not, please add it and close then.

comment:2 by astrid_emde, 16 years ago

Resolution: fixed
Status: newclosed

both columns are included in the dumpand the update.sql

Note: See TracTickets for help on using tickets.