Opened 17 years ago
Closed 17 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 , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
both columns are included in the dumpand the update.sql
Note:
See TracTickets
for help on using tickets.
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.