From 7e8dc0c0ff0cd061008b54cce6465cb03b8d76ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 31 Mar 2017 23:46:56 -0700 Subject: [PATCH] Remove dynamic watchdog JS code have a watchdog timer that will check if last data from unsee isn't too old, if that happens it will print an error in the UI and reload the page. This is a fail safe for weird bugs and cases where unsee is running unattended. Currently timeout for this watchdog is configured dynamically based on refresh rate, but if the backend is configured to pull data from Alertmanager less often than watchdog tolerance, then watchdog will trigger false positive. This commit changes watchdog tolerance to 15 minutes (it seems reasonable to assume people won't use Alertmanager pull interval longer than 1-5 minutes) and adds a note to the readme. --- README.md | 5 +++++ assets/static/unsee.js | 3 +-- assets/static/watchdog.js | 6 ------ bindata_assetfs.go | 4 ++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53d526e06..9505fe4f2 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,11 @@ This option can also be set using `-alertmanager.ttl` flag. Example: Default is `1m`. +Note that the maximum value for this option is `15m`. +The UI has a watchdog that tracks the timestamp of the last pull. If the UI +does not receive updates for more than 15 minutes it will print an error and +reload the page. + #### ALERTMANAGER_URI URI of the Alertmanager instance, unsee will use it to pull alert groups and diff --git a/assets/static/unsee.js b/assets/static/unsee.js index 33f726a4b..e09dd3954 100644 --- a/assets/static/unsee.js +++ b/assets/static/unsee.js @@ -26,7 +26,7 @@ var Unsee = (function(params) { Grid.Init(); Autocomplete.Init(); Filters.Init(); - Watchdog.Init(10, 300); + Watchdog.Init(30, 60*15); // set watchdog to 15 minutes $(selectors.refreshButton).click(function() { if (!$(selectors.refreshButton).prop('disabled')) { @@ -53,7 +53,6 @@ var Unsee = (function(params) { } } refreshInterval = rate; - Watchdog.UpdateTolerance(rate); Progress.Reset(); } diff --git a/assets/static/watchdog.js b/assets/static/watchdog.js index f4d04fdb3..4c4b85d00 100644 --- a/assets/static/watchdog.js +++ b/assets/static/watchdog.js @@ -54,11 +54,6 @@ var Watchdog = (function() { } - updateMaxLag = function(interval) { - maxLag = Math.max(interval + 50, 300); - } - - updateTs = function(ts) { lastTs = ts; } @@ -75,7 +70,6 @@ var Watchdog = (function() { return { Init: init, - UpdateTolerance: updateMaxLag, Pong: updateTs, GetLastUpdate: getTs, IsFatal: getFatal diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 1e9d0d915..de6ee6656 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -1330,7 +1330,7 @@ func staticSummaryJs() (*asset, error) { return a, nil } -var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xef\x6e\x1b\x37\x12\xff\x9e\xa7\x98\x26\x05\x76\xf7\x4e\x5a\x27\x28\xfa\x45\x86\x71\x70\x82\xc6\xc9\xa1\x97\x06\x76\x72\x2d\x50\x04\x01\xb5\x1c\x69\x19\x53\xe4\x86\xe4\x4a\x16\x02\x3d\x46\xd1\xf7\xeb\x93\x1c\xf8\x67\x57\xdc\x7f\x96\x1b\x04\xc7\x2f\x96\xc9\x99\xe1\x70\x38\xf3\x9b\x19\xee\x96\x28\x78\x2f\x34\x22\x5c\x40\xba\xaa\x45\x61\x98\x14\x69\x45\x14\xd9\xe8\x0c\xbe\x3c\x7a\xf4\x08\x00\xc0\x52\x19\xb6\x41\x05\x17\xb0\x22\x5c\xe3\x79\x3b\xbd\x45\xa5\x99\x14\xc3\x05\x85\x2b\x85\xba\x7c\x2d\x0c\xaa\x2d\xe1\x70\x01\xcf\x7e\x3c\x3f\x8a\xd3\xc8\xb1\x30\x52\x69\xb8\x80\x2f\x6e\xd6\x8e\xc0\xf4\xbc\x36\x46\x8a\x05\x24\x4f\xc2\x44\x32\x6b\x49\x50\x29\xa9\xb4\x5d\xf3\xbf\x12\xb7\x72\x08\x9a\x32\xc1\x8c\xd5\xa5\x39\x49\x16\x09\x7f\xab\xe4\x5a\xa1\xd6\xf9\x6b\xc1\x4c\x9a\x05\x65\xec\x78\x21\xc5\x8a\xad\xfd\xfc\x91\xde\xaf\x54\xfb\x9b\xa0\xaa\xdd\xb3\x90\xd5\x7e\xae\xd1\x18\x26\xd6\x7a\xbe\x63\xa6\x9c\xaf\x18\x37\xa8\x22\x0d\xed\xb8\x21\x5b\x8c\xf9\x34\xd9\xe2\x9c\xe2\x8a\xd4\xdc\x8c\x73\x5c\xa3\x46\x13\xb3\x28\x3b\xd1\xee\x95\xb4\xc4\x87\xec\xbc\xaf\xf8\xcf\x92\xd0\xde\x81\x6a\x6b\xf7\xf6\xa4\xad\x5a\xf5\x66\x43\xd4\x7e\x30\x7f\xa5\x18\x1d\x4c\x5e\xd6\x46\x16\x72\x53\x71\x34\x38\x58\x7c\xe9\xce\xa0\x07\xf3\xbf\x12\x53\x94\x54\x06\x63\x3e\x7b\x3a\x83\x1f\x9e\x3e\x8d\x55\xfb\x3e\x6d\xaf\x3e\xef\x5c\x77\x96\x17\x9c\x15\xb7\xe9\xe8\xdd\xb9\xbb\x5d\x41\xfa\xdd\x3d\xec\x95\x92\x55\x9a\x50\xa6\xc9\x92\x23\x4d\xb2\x3e\xbf\x1d\xce\xd7\xf3\x6b\xe4\xc1\x62\xf1\xda\xa1\xf3\x9f\x42\x53\x2b\x11\x7b\x75\x6c\xfc\xc6\xdf\xd6\x68\xae\xbd\x16\xd7\xc4\xe0\x94\xe7\x05\x59\xbd\x90\xe8\x4a\xd2\x93\x92\x34\x16\x52\x50\x1d\x0b\x74\x01\xe6\xc9\x2a\xa2\x34\xbe\x16\xa6\x25\x3b\x2a\x6b\x0d\xc6\xf4\x1b\xf2\x26\xb5\xb4\x03\x7b\x9c\x9d\x59\x8a\x8a\x68\x8d\xd4\x4b\x63\x1a\x98\x28\xa4\x52\x58\x18\xa8\x35\x86\x28\x85\x2d\xe1\x35\x76\xad\xe3\x37\x0f\xfe\x77\x85\xe6\x97\xca\xe9\x9a\x34\x01\x9b\xd9\xc9\xbe\x85\x4f\x28\x74\x54\xca\x94\xc4\x24\x1a\x08\xd7\x12\x96\x52\xdd\x22\x75\xea\x84\x00\x82\x67\x3f\x0e\xf8\x82\x42\x16\x63\xc6\xef\xf4\xd0\x07\x99\x08\x99\x2c\xf3\x88\x0b\xbf\xaf\x28\x31\xf8\x4e\x72\x54\x44\x14\xe8\x95\x3e\x1f\xe2\x89\x0b\xdd\xb4\xe7\x19\x02\x91\xea\xf7\xd5\x5a\x11\xda\xb9\x4d\x85\xba\x92\x42\xe3\x7f\x3d\x70\xc6\x36\xb0\xe6\x69\xf1\x34\x00\x6a\xdf\x46\x47\xbc\xed\x09\x3a\x7f\x88\xf7\xf6\x3d\xb2\x91\xf6\xdd\x84\xb8\xe6\x30\x0a\x05\x45\xf5\x93\x05\xdc\xf8\x2c\x06\x37\x15\x27\x06\x67\x50\x48\x61\xf0\xce\xc4\xda\x36\x18\xe4\xb8\xd2\xac\x8b\x35\x2f\x38\x12\x35\x40\xa0\x57\x8c\x62\x3c\x19\x07\xbb\x47\xfb\x2c\x2f\xcd\x86\xa7\x25\xd9\xf0\xdc\x62\x13\xe3\xf8\x8a\x6c\x78\xab\x49\x96\x36\x9a\x9c\x10\xa3\x4b\xb9\x4b\x3b\x48\xea\xb5\x7d\x2f\x6e\x85\xdc\x89\x31\xd0\xf4\xee\x90\x7e\x89\x01\x98\xca\xa2\xde\xa0\x30\xb9\x61\x86\xdb\x7b\x7e\x9c\xfe\xf5\xe7\x1f\xf0\x0b\xfc\xf5\xe7\x1f\xd9\xe3\x23\x5d\xed\x78\x5f\x04\x34\xa5\x7d\x67\x29\x89\xa0\x1c\x07\xf6\x45\xa5\x62\x8b\x5e\x93\x2d\x8a\xbc\x20\x95\xa9\x15\xfe\x74\x57\x60\xd5\x52\x75\x83\x7e\xc7\x04\x95\xbb\xbc\x90\x42\x4b\x3e\x70\xa1\x30\xed\x4d\x61\xb9\x73\x6d\x48\x71\x9b\x8d\xfb\x49\x7b\xf1\x69\xc2\xac\x85\x04\xe1\x73\xc7\x99\xcc\x7a\x72\x05\xd9\xe0\xc2\xe6\xe7\xdc\xfe\xea\x66\xb7\x0d\x6a\x4d\xd6\x61\x39\xfc\x33\xeb\x21\xca\xce\xad\x8e\xe6\x39\x8d\xe6\x1d\xdb\xa0\xac\xcd\x74\x7a\xf0\xd0\xfe\x2b\x61\xe6\xa5\x54\x6f\xf0\xce\x0c\x51\xfe\x30\x83\x1f\x5d\x36\x8a\x6d\x5f\x0f\x63\xb4\x8b\xdd\x91\x05\x94\x13\x39\xb7\xb1\x8d\xd4\x1a\xe0\xef\x2a\xc9\x65\x41\xec\x42\xae\xc6\x94\xfb\xe1\xe9\x40\x3b\xa3\xd8\x7a\x8d\xca\x9f\x65\x4a\x47\xef\x5d\xaf\xf5\x35\x12\xba\xef\x04\x50\x4e\x3e\x91\xbb\x5e\x4d\x53\x2b\xbe\x80\x84\x70\x54\x46\xe7\x9f\xb4\x14\xff\xfa\x7c\x91\xc0\x3f\xdb\x94\x7e\x85\x26\xfc\x4c\xb3\xfc\x93\x64\x22\x4d\x66\x49\xd6\xbd\x2d\x5d\x17\x05\x6a\xbd\xe8\xe2\xda\x18\xa0\x37\x81\x75\xe3\x39\xfa\x29\x01\x82\xcb\xc6\x70\xe9\x64\xfd\x9e\x04\x70\x4a\x3e\x8c\x26\x8a\xe8\xea\xc6\x64\x1e\x00\xb9\x46\x27\xda\x4b\xf3\x3e\xfb\x61\x4a\xd4\x3d\xf1\x1f\x8f\x8e\x37\x78\xb3\x4f\x44\x43\x3c\x1c\xc5\x02\x92\xe7\xa4\xb8\x45\x41\x21\x70\x4c\xd2\xb7\xd1\xd2\x51\x7d\x9a\x9e\x13\x6d\x3e\x1a\xbd\x38\xa6\xae\x2b\x34\x3f\x13\x6d\x02\x64\x65\xa3\x9c\x87\x89\x33\x3e\x20\x90\x5a\x11\xde\xca\xe3\x27\x3f\x3b\x0b\x8e\xf9\xd1\xfb\x5a\x9a\xd9\x02\xa3\xa8\x6a\x28\x91\x6c\xf7\xa0\x25\x30\x03\x3b\xc6\x39\x2c\xb9\x2c\x6e\x61\xa9\xe4\x4e\xa3\x82\x95\x92\x1b\x20\x55\xc5\xf7\x4c\xac\xa1\xd0\x1a\x8a\x92\x88\x35\xea\xa9\x6d\x98\xf8\x64\xcb\x14\xc3\xc4\x1e\x28\x72\xb2\x87\x25\x9a\x1d\xa2\x00\x42\xe9\x0b\x4e\xac\xdb\x01\x59\xca\x2d\x02\x11\x74\xa0\x95\x96\xae\xe0\x00\x53\x62\xa3\xc3\xd4\x4e\x25\xb1\x32\x9c\x3e\x05\x82\x91\xb6\x98\x70\x25\x92\x29\xa5\xc6\x20\x79\x5c\xcf\x87\xc0\x43\x3c\x8c\xda\xdf\xb3\x0a\x27\x12\xd3\xd8\x68\x02\xdc\xdf\xe7\x73\x42\xd7\xa8\x43\x74\xf8\x96\x44\x27\x1f\x4e\x88\x78\x21\xb9\xcd\xa2\x61\x47\xcf\x5b\xb8\xb9\x93\xac\x97\x1e\x70\x22\xd6\x13\x0c\x13\x39\x73\x6a\xb4\xbe\xff\x56\x8a\x75\xba\x91\x36\x2d\x07\x0d\x6d\xef\xaa\x0d\xd9\x54\xc9\x87\x2c\xaf\x05\xbb\x4b\xb3\x13\xc2\xfe\x46\x0c\xc4\x63\xb2\x60\x49\x92\xaf\xe1\xb4\xe5\xd0\xbd\x9c\x07\x28\xec\xa9\xa1\x5f\x29\x8c\x8d\x07\x22\x5c\x33\xa2\x92\xa4\x57\x61\x8c\x8d\xaf\xb0\xd7\x61\x1c\x94\x6c\x8a\x1e\x43\x9a\x6e\x59\xdf\xc5\xc2\x80\xaf\x6d\x58\x7d\xfa\xfc\xdb\xab\xeb\x19\xd8\x3a\xf0\xc6\x10\x53\xeb\xfb\x12\xd3\x3d\xf6\xf0\xcd\xc8\x8a\x18\xc2\xfd\x1e\xb0\x23\xb6\x2b\x51\x36\xcf\x36\xa9\x19\x29\xec\xd0\x03\x83\xa7\x09\xe8\x3d\x26\x4d\x4b\xa0\x52\x24\xc6\xe2\x12\x08\xdc\x81\x14\x43\x3a\xd7\xe7\x1e\xfb\x68\xfd\xd2\xee\x9f\x4e\x26\xc1\xff\x73\x4a\x4a\x2e\xff\x7d\xf9\x1b\x28\xfc\x5c\xa3\x36\xb0\x22\xcc\xf6\xda\xdf\x3e\x35\x9d\x70\x00\x78\xb8\xcf\x45\x2d\x60\xd6\x2b\xfc\xa2\xaa\xe9\xe4\xa3\x51\x83\x43\x53\xfd\xc9\xfd\x8f\x11\x33\x30\xaa\xc6\x91\x7e\x23\x6e\x79\xba\x8a\xb5\xc0\x37\xa5\x5a\x5b\x59\xf5\x5a\x99\x06\xe6\xdf\x4f\xe3\xe7\x37\x3b\x95\xef\x51\x8f\xbc\x2e\x45\x16\xb7\xb0\x92\x0a\x56\xec\xce\xe6\xef\x8a\x50\x6a\xff\x6a\x66\x53\x26\x13\x55\x6d\xa0\x20\x02\xd6\x4a\xee\x5c\x3a\xf6\xc9\x1d\x4a\x64\xeb\xd2\x44\x5a\x24\x4b\x49\xf7\x49\x96\x17\x5a\xa7\x49\x90\x32\x37\xb2\x4a\x66\x76\x31\x17\x64\xbb\x24\x2a\xc9\x72\xcf\xd8\x42\x7a\x63\xc5\x8a\xd4\x7a\xb2\xaa\x6f\x0d\xf0\xd6\x52\x8d\x59\x6f\xb0\x60\xc3\xd2\x3f\x82\x7e\x37\xd1\x9b\x17\xb6\xa9\x6d\x9e\x15\x3c\x6d\xcf\x17\x47\x1e\x51\x8f\x2e\x7a\x6c\xb6\x75\xbd\x99\xd4\xdc\xaa\x31\x7c\x76\x21\xb5\x91\xbd\xa7\x97\xbe\x76\x0f\x70\x8b\xd1\x72\x6e\xd2\x20\xf0\x80\x77\x86\xf1\x37\x92\x6f\x61\xce\xe3\x1e\x8d\x51\xa3\x02\x2b\x7e\xe6\x9b\x05\xa0\xb8\xea\x3c\xb0\xa5\x19\xfc\x03\x9e\x0d\xfb\xad\x15\x27\xba\x9c\xb2\xfd\x96\x28\x58\xae\xe1\xc2\xfa\xdf\x13\x47\xd9\xb8\xe7\x92\x14\xb7\x6b\x25\x6b\x41\xe7\xae\x1c\x4a\x3a\xf1\xd4\x23\xa6\x4c\x57\x9c\xec\x93\x19\x24\xae\xf0\x4d\xb2\x9c\x08\xb6\x71\x35\x5c\xc7\x02\x47\xa9\xae\xee\x5a\x40\xf2\x64\xb5\x5a\x25\xbd\x96\x71\x36\xae\xac\xdf\xda\x94\x4c\x4f\x89\x1f\xdd\x62\xb9\xee\x65\x5a\x6b\xa5\xa1\xe2\x42\x0a\x8c\x0f\xd9\x7f\x18\x0d\x8e\x71\xdc\xf0\xb5\x60\x66\xe1\xde\xe7\x8f\xc9\xc2\xb9\xd4\xc2\x47\xea\x71\x76\x80\xe8\x8b\x10\x12\x47\x92\x66\xbe\xd3\x1d\x1f\x97\xbb\x57\xbd\xe8\xbd\xd2\x1e\xe9\x6e\x7a\x74\x7a\x82\xee\xa5\xbd\xbd\x85\xf7\x8d\xe6\x94\x87\xcc\xbd\xb8\x3f\xfa\x3e\x6d\xde\x80\xb2\xdc\xd5\x05\xdd\xea\xde\x91\xbb\x16\x85\x19\x20\x9c\x03\x72\xb4\xc4\x1a\x6a\x6d\x51\x71\x29\xa5\xd1\x46\x91\xea\x66\xc7\x4c\xe1\xa5\x5b\x74\x33\x72\xbd\xe6\x98\x64\x79\x8f\xa0\x7d\xe6\x3f\x3b\x03\x14\x16\x86\xc1\x48\xc9\x0d\xab\xf4\x0c\x9e\x34\x5f\x0b\x6c\xa3\x45\x80\x2a\x59\x51\xb9\x13\xa1\xd3\x6a\xea\x96\x5a\xa3\x06\xca\x56\x2b\x54\x28\x0c\x50\x62\xc8\xdc\x6f\xd7\xec\xfe\x7b\x34\x77\xf1\x38\xc8\x7f\xfc\x21\xda\x20\xc9\xf2\x30\x1d\xf9\x54\xb8\x8d\x05\x24\xa5\xdc\xa2\x0a\x5f\x66\x1a\x85\x6d\x18\x70\xb2\x44\xfe\x1f\x49\x09\x4f\xb2\xdc\xe2\x96\x2e\xe5\x2e\x5f\xea\x7c\xe3\xe6\x22\x4f\xc6\xad\xb5\x68\xe4\x3f\x3e\x88\x07\x20\x64\x43\xd2\x31\xbb\xa8\x74\xde\xde\x5d\x74\x5b\xba\x45\x27\x32\x57\xc8\x89\x41\xfa\x8e\xa8\x35\x9a\x31\xda\x8f\xb7\x68\xab\x01\xf7\x3b\xb7\x86\x48\x13\xf7\x7b\x7e\x8b\xfb\x64\x94\xc1\x3f\x22\x0f\x19\xb6\xf6\x98\x5d\x06\x62\x8c\xfb\xe4\x15\x9a\x21\x57\x0b\x2d\x91\x5f\xda\xe9\xb4\xdd\x7e\x76\x14\xdc\xe3\x2f\x7c\xce\x87\x8b\xb6\xf9\xb3\x58\x7f\x82\xd1\xd9\x27\x5f\x31\x41\xd3\xc4\x5b\x7a\xee\x9e\x2b\x93\xd0\x9c\x44\x01\x3f\x78\x58\x4d\x3a\xf4\x3d\x00\x71\xa7\x59\xf8\x3f\xdd\x12\x30\xe8\xb9\x68\x7e\x44\x8b\x51\x6d\xd7\x3b\x5c\xc9\x6c\x5c\x5c\x74\x3f\x3c\x5d\xa1\x40\x45\x0c\xbe\xb2\x8b\x5f\x71\xd2\x50\x44\x8c\x3f\x1b\x27\x31\x4d\xfa\xc5\x29\xb0\xf0\x7a\x1c\xb2\x81\x5c\xeb\xb0\xee\x1b\x95\x05\xc0\x46\xbc\xab\x8c\xda\x4f\x7a\x91\x03\x73\xdc\x64\xb1\xb9\xec\x09\x3d\x99\xf7\x46\x8e\x9b\xdc\x78\x2f\x0c\x5e\xe3\x57\xe7\xa4\xaa\x50\xd0\xb9\xfb\xe8\xd2\x6d\xfe\x06\x21\xe4\x74\x48\x13\xdb\x28\x76\x29\x9b\xa4\x7d\x49\xa9\xff\x99\x7a\xe1\x63\x88\x1d\xfe\x8e\xc6\x67\xc9\x28\x45\xf1\xb0\x08\xbd\x37\x14\xef\xf1\xc1\xa2\x64\x9c\x2a\x14\xa9\x05\xd0\x8d\xdc\x76\xe2\x7b\xfa\x46\xef\x65\x3b\xd1\x1b\xb4\xa0\xe4\xe9\x3a\x1f\x84\xcf\xce\xc2\x1b\x92\x85\x6c\x46\x38\xb8\x77\x22\x70\xef\xaf\x46\x5a\x0c\x97\xbb\xe3\x53\x15\x13\x4c\x97\xa1\x07\x63\xc2\xe7\xce\x53\x2f\x3d\xcd\xe5\xdc\x44\x0f\xad\x41\x2f\x9f\x6d\xcf\x6d\x7a\x39\x7f\xf4\xbf\x00\x00\x00\xff\xff\xc2\x24\x8d\x33\x9d\x1f\x00\x00") +var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xef\x6e\x1b\x37\x12\xff\x9e\xa7\x98\x26\x05\xb8\xdb\x93\xd6\x09\x8a\xdc\x07\x19\xc6\xc1\x0d\x1a\x27\x87\x5e\x5b\xd8\xcd\xb5\x40\x11\x14\xd4\x72\xa4\x65\xcc\x25\xb7\x24\x57\xb2\x10\xf8\x31\x8a\xbe\x5f\x9f\xe4\xc0\x3f\xbb\xda\xbf\x96\x1b\x04\xc7\x2f\x96\xc9\x99\xe1\x70\x38\xf3\x9b\x19\xee\x8e\x6a\x78\x27\x0d\x22\x5c\x40\xb2\xa9\x65\x6e\xb9\x92\x49\x45\x35\x2d\x4d\x0a\x1f\x9f\x3c\x79\x02\x00\xe0\xa8\x2c\x2f\x51\xc3\x05\x6c\xa8\x30\x78\xde\x4e\xef\x50\x1b\xae\xe4\x78\x41\xe3\x46\xa3\x29\xde\x4a\x8b\x7a\x47\x05\x5c\xc0\x8b\x97\xe7\x47\x71\x06\x05\xe6\x56\x69\x03\x17\xf0\xd1\xcf\xba\x11\x99\xbe\xa9\xad\x55\x72\x05\xe4\x59\x9c\x20\x8b\x96\x04\xb5\x56\xda\xb8\xb5\xf0\x8b\xf8\x95\xfb\xa8\x29\x97\xdc\x3a\x5d\x9a\x93\xa4\x1d\xe1\x3f\x6a\xb5\xd5\x68\x4c\xf6\x56\x72\x9b\xa4\x51\x19\x37\x5e\x29\xb9\xe1\xdb\x30\x7f\xa4\x0f\x2b\xd5\xe1\x26\xaa\xea\xf6\xcc\x55\x75\x58\x1a\xb4\x96\xcb\xad\x59\xee\xb9\x2d\x96\x1b\x2e\x2c\xea\x8e\x86\x6e\xdc\xd0\x1d\x76\xf9\x0c\xdd\xe1\x92\xe1\x86\xd6\xc2\x4e\x73\x5c\xa3\x41\xdb\x65\xd1\x6e\xa2\xdd\x8b\xb4\xc4\xf7\xe9\xf9\x50\xf1\xef\x14\x65\x83\x03\xd5\xce\xee\xed\x49\x5b\xb5\xea\xb2\xa4\xfa\x30\x9a\xbf\xd2\x9c\x8d\x26\x2f\x6b\xab\x72\x55\x56\x02\x2d\x8e\x16\x5f\xfb\x33\x98\xd1\xfc\xcf\xd4\xe6\x05\x53\xd1\x98\x5f\x3f\x5f\xc0\x3f\x9f\x7f\xf5\xe2\x65\x7a\x0e\x67\x67\x60\xd0\xc2\x3e\x12\x80\x55\xf0\xe2\x25\x94\x5c\xd6\x16\xcd\x51\xf5\x2f\x93\xd6\x35\xb2\x9e\x3b\xa4\x59\x2e\x78\x7e\x9b\x4c\xde\xad\xbf\xfb\x0d\x24\x5f\x3c\xc0\x5e\x69\x55\x25\x84\x71\x43\xd7\x02\x19\x49\x87\xfc\x6e\xf8\x58\xc8\xae\x51\x44\x8b\x76\xd7\xee\x7b\xff\x69\xb4\xb5\x96\x5d\xaf\xef\x5e\x4e\xe3\x8f\x5b\xb4\xd7\x41\x8b\x6b\x6a\x71\xce\x33\xa3\xac\x41\xc8\xf4\x25\x99\x59\x49\x06\x73\x25\x99\xe9\x0a\xf4\x01\x18\xc8\x2a\xaa\x0d\xbe\x95\xb6\x25\x3b\x2a\xeb\x0c\xc6\xcd\xf7\xf4\xfb\xc4\xd1\x8e\xec\x71\x76\xe6\x28\x2a\x6a\x0c\xb2\x20\x8d\x1b\xe0\x32\x57\x5a\x63\x6e\xa1\x36\x18\xa3\x18\x76\x54\xd4\xd8\xb7\x4e\xd8\x3c\xfa\xe7\x15\xda\x1f\x2a\xaf\x2b\x69\x02\x3a\x75\x93\x43\x0b\x9f\x50\xe8\xa8\x94\x2d\xa8\x25\x06\xa8\x30\x0a\xd6\x4a\xdf\x22\xf3\xea\xc4\x00\x83\x17\x2f\x47\x7c\x51\x21\x87\x41\xd3\x77\x7a\x3f\x04\xa1\x0e\x72\x39\xe6\xf3\x31\x8e\xf8\x90\x4d\x06\x37\x2e\x11\x99\x79\x57\x6d\x35\x65\xbd\x5b\xd2\x68\x2a\x25\x0d\xfe\x37\x00\x66\xf7\x6c\xee\xd8\x2d\x8e\x46\x20\x1d\x9e\xfd\x88\xb3\x03\x41\xe7\x8f\xf1\xca\xa1\xa7\x35\xd2\xbe\x98\x11\xd7\x1c\x46\xa3\x64\xa8\xbf\x75\x40\xdb\x3d\x8b\xc5\xb2\x12\xd4\xe2\x02\x72\x25\x2d\xde\xd9\xae\xb6\x0d\xf6\x78\xae\x24\xed\x63\xcc\x2b\x81\x54\x8f\x90\xe7\x0d\x67\xd8\x9d\xec\x06\x71\x40\xf9\x34\x2b\x6c\x29\x92\x82\x96\x22\x73\x98\xc4\x05\xbe\xa1\xa5\x68\x35\x49\x93\x46\x93\x13\x62\x4c\xa1\xf6\x49\x0f\x41\x83\xb6\xef\xe4\xad\x54\x7b\x39\x05\x96\xef\x2a\x46\x2d\x26\x1f\xbb\xc0\xcb\x54\x5e\x97\x28\x6d\x66\xb9\x15\xee\x9e\x9f\x26\x7f\xfd\xf9\x07\xfc\x00\x7f\xfd\xf9\x47\xfa\xf4\x48\x57\x7b\xde\x57\x11\x45\xd9\xd0\x59\x0a\x2a\x99\xc0\x91\x7d\x51\xeb\xae\x45\xaf\xe9\x0e\x65\x96\xd3\xca\xd6\x1a\xbf\xbd\xcb\xb1\x6a\xa9\xfa\xc1\xbc\xe7\x92\xa9\x7d\x96\x2b\x69\x94\x18\xb9\x50\x9c\x0e\xa6\x70\xdc\x99\xb1\x34\xbf\x4d\xa7\xfd\xa4\xbd\xf8\x84\x70\x67\x21\x49\xc5\xd2\x73\x92\xc5\x40\xae\xa4\x25\xae\x5c\x5e\xce\xdc\xaf\x7e\x56\x2b\xd1\x18\xba\x8d\xcb\xf1\x9f\xc5\x00\x29\xf6\x7e\x75\x32\xbf\x19\xb4\x3f\xf1\x12\x55\x6d\xe7\x61\x3f\x40\xf6\xcf\x94\xdb\xd7\x4a\x7f\x8f\x77\x76\x8c\xde\xf7\x0b\x78\xf9\xfc\xf9\xc0\xf6\xf5\x38\x46\xfb\x98\xdc\xb1\x80\xf6\x22\x97\x2e\xb6\x91\x39\x03\xfc\x5d\x25\x85\xca\xa9\x5b\xc8\xf4\x94\x72\x5f\x3f\x1f\x69\x67\x35\xdf\x6e\x51\x87\xb3\xcc\xe9\x18\xbc\xeb\xad\xb9\x46\xca\x0e\xbd\x00\xca\xe8\x07\x7a\x37\xa8\x65\x6a\x2d\x56\x40\xa8\x40\x6d\x4d\xf6\xc1\x28\xf9\xaf\xdf\x2f\x08\xfc\xa3\x4d\xe5\x57\x68\xe3\xcf\x24\xcd\x3e\x28\x2e\x13\xb2\x20\x69\xff\xb6\x4c\x9d\xe7\x68\xcc\xaa\x8f\x6b\x53\x40\xdd\x04\xd6\x4d\xe0\x18\x42\x3d\x44\x97\xed\xc2\xa5\x97\xf5\x2b\x89\xe0\x44\xde\x4f\x26\x80\xce\xd5\x4d\xc9\xbc\x07\x14\x06\xbd\xe8\x20\x2d\xf8\xec\xfb\x39\x51\x0f\xc4\x7f\x77\xf4\xbc\x21\x98\x7d\x26\x1a\xba\xc3\x53\xac\x80\x7c\x43\xf3\x5b\x94\x0c\x22\xc7\x2c\x7d\x1b\x2d\x3d\xd5\xe7\xe9\x05\x35\xf6\x37\x6b\x56\xc7\xaa\xeb\x0a\xed\x77\xd4\xd8\x08\x59\xe9\x24\xe7\xfd\xcc\x19\x1f\x11\x48\xad\x88\x60\xe5\xe9\x93\x9f\x9d\x45\xc7\xfc\x2d\xf8\x5a\x92\xba\xc2\x21\xaf\x6a\x28\x90\xee\x0e\x60\x14\x70\x0b\x7b\x2e\x04\xac\x85\xca\x6f\x61\xad\xd5\xde\xa0\x86\x8d\x56\x25\xd0\xaa\x12\x07\x2e\xb7\x90\x1b\x03\x79\x41\xe5\x16\xcd\xdc\x36\x5c\x7e\x70\xe5\x87\xe5\xf2\x00\x0c\x05\x3d\xc0\x1a\xed\x1e\x51\x02\x65\xec\x95\xa0\xce\xed\x80\xae\xd5\x0e\x81\x4a\x36\xd2\xca\x28\x5f\x48\x80\x2d\xb0\xd1\x61\x6e\xa7\x82\x3a\x19\x5e\x9f\x1c\x5d\xe9\xaa\x71\xe3\x4b\x1f\x5b\x28\x83\x51\xf2\xb4\x9e\x8f\x81\x87\xee\xb0\xfa\xf0\xc0\x2a\x9c\x48\x4c\x53\xa3\x09\xf0\x70\x9f\xdf\x50\xb6\x45\x13\xa3\x23\xb4\x22\x86\xbc\x3f\x21\xe2\x95\x12\x2e\x8b\xc6\x1d\x03\x6f\xee\xe7\x4e\xb2\x5e\x06\xc0\xe9\xb0\x9e\x60\x98\xc9\x99\x73\xa3\xf5\xfd\x1f\x95\xdc\x26\xa5\x72\x69\x39\x6a\xe8\x7a\x56\x63\x69\x59\x91\xf7\x69\x56\x4b\x7e\x97\xa4\x27\x84\xfd\x8d\x18\xe8\x8e\xd9\x82\x85\x90\x4f\xe1\x74\xe5\xd0\x83\x9c\xf7\x90\xbb\x53\xc3\xb0\x52\x98\x1a\x8f\x44\xb8\x66\x74\x4a\x92\x41\x85\x31\x35\x3e\xc1\x5e\xf7\xd3\xa0\xe4\x52\xf4\x14\xd2\xf4\xcb\xf5\x3e\x16\x46\x7c\x6d\xc3\xea\xc3\xef\xbf\xbc\xb9\x5e\x80\xab\x03\x6f\x2c\xb5\xb5\x79\x28\x31\x3d\x60\x8f\xd0\x64\x6c\xa8\xa5\x22\xec\x01\x7b\xea\xba\x0d\xed\xf2\x6c\x93\x9a\x91\xc1\x1e\x03\x30\x04\x9a\x88\xde\x53\xd2\x8c\x02\xa6\x24\xb1\x0e\x97\x40\xe2\x1e\x94\x1c\xd3\xf9\xfe\xf5\xd8\x3f\x9b\xd7\x6e\xff\x64\x36\x09\xfe\x9f\x53\x12\xb9\xfc\xf7\xe5\x2f\xa0\xf1\xf7\x1a\x8d\x85\x0d\xe5\xae\x87\xfe\xfc\xa9\xe9\x84\x03\xc0\xe3\x7d\xae\xd3\xda\xa5\x83\xc2\xaf\x53\x35\x9d\x7c\x2c\x6a\x70\x68\xae\x3f\x79\xf8\x91\x61\x01\x56\xd7\x38\xd1\x6f\x74\x5b\x9e\xbe\x62\x2d\xf0\xcd\xa9\xd6\x56\x56\x83\x56\xa6\x81\xf9\x77\xf3\xf8\xf9\xd9\x4e\x15\x7a\xd4\x23\xaf\x4f\x91\xf9\x2d\x6c\x94\x86\x0d\xbf\x73\xf9\xbb\xa2\x8c\xb9\xbf\x86\xbb\x94\xc9\x65\x55\x5b\xc8\xa9\x84\xad\x56\x7b\x9f\x8e\x43\x72\x87\x02\xf9\xb6\xb0\x1d\x2d\xc8\x5a\xb1\x03\x49\xb3\xdc\x98\x84\x44\x29\x4b\xab\x2a\xb2\x70\x8b\x99\xa4\xbb\x35\xd5\x24\xcd\x02\x63\x0b\xe9\x8d\x15\x2b\x5a\x9b\xd9\xaa\xbe\x35\xc0\x8f\x8e\x6a\xca\x7a\xa3\x05\x17\x96\xe1\xf1\xf3\x8b\x99\xde\x3c\x77\x4d\x6d\xf3\x5c\x10\x68\x07\xbe\x38\xf1\x78\x7a\x74\xd1\x63\xb3\x6d\xea\x72\x56\x73\xa7\xc6\xf8\x39\x85\xd6\x56\x0d\x9e\x54\x86\xda\x3d\xc2\x2d\x26\xcb\xb9\x59\x83\xc0\x23\xde\x19\xa6\xdf\x48\x3e\x87\x39\x8f\x7b\x34\x46\xed\x14\x58\xdd\xe7\xbb\x45\x04\x8a\xab\xde\xc3\x59\x92\xc2\x57\xf0\x62\xdc\x6f\x6d\x04\x35\xc5\x9c\xed\x77\x54\xc3\x7a\x0b\x17\xce\xff\x9e\x79\xca\xc6\x3d\xd7\x34\xbf\xdd\x6a\x55\x4b\xb6\xf4\xe5\x10\xe9\xc5\xd3\x80\x98\x71\x53\x09\x7a\x20\x0b\x20\xbe\xf0\x25\x69\x46\x25\x2f\x7d\x0d\xd7\xb3\xc0\x51\xaa\xaf\xbb\x56\x40\x9e\x6d\x36\x1b\x32\x68\x19\x17\xd3\xca\x86\xad\x6d\xc1\xcd\x9c\xf8\xc9\x2d\xd6\xdb\x41\xa6\x75\x56\x1a\x2b\x2e\x95\xc4\xee\x21\x87\x0f\x9e\xd1\x31\x8e\x1b\xbe\x95\xdc\xae\xfc\xbb\xfc\x31\x59\x78\x97\x5a\x85\x48\x3d\xce\x8e\x10\x7d\x15\x43\xe2\x48\xd2\xcc\xf7\xba\xe3\xe3\x72\xff\xaa\x57\x83\xd7\xd7\x23\xdd\xcd\x80\xce\xcc\xd0\xbd\x76\xb7\xb7\x0a\xbe\xd1\x9c\xf2\x3e\xf5\x2f\xed\x4f\xbe\x4c\x9a\x37\xa0\x34\xf3\x75\x41\xbf\xba\xf7\xe4\xbe\x45\xe1\x16\xa8\x10\x80\x02\x1d\xb1\x81\xda\x38\x54\x5c\x2b\x65\x8d\xd5\xb4\xba\xd9\x73\x9b\x07\xe9\x0e\xdd\xac\xda\x6e\x05\x92\x34\x1b\x10\xb4\xcf\xfb\x67\x67\x80\xd2\xc1\x30\x58\xa5\x84\xe5\x95\x59\xc0\xb3\xe6\x2b\x81\x6b\xb4\x28\x30\xad\x2a\xa6\xf6\x32\x76\x5a\x4d\xdd\x52\x1b\x34\xc0\xf8\x66\x83\x1a\xa5\x05\x46\x2d\x5d\x86\xed\x9a\xdd\x7f\xed\xcc\x5d\x3c\x8d\xf2\x9f\xbe\xef\x6c\x40\xd2\x2c\x4e\x77\x7c\x2a\xde\xc6\x0a\x48\xa1\x76\xa8\xe3\x17\x99\x46\x61\x17\x06\x82\xae\x51\xfc\x47\x31\x2a\x48\x9a\x39\xdc\x32\x85\xda\x67\x6b\x93\x95\x7e\xae\xe3\xc9\xb8\x73\x16\xed\xf8\x4f\x08\xe2\x11\x08\xb9\x90\xf4\xcc\x3e\x2a\xbd\xb7\xf7\x17\xfd\x96\x7e\xd1\x8b\xcc\x34\x0a\x6a\x91\xfd\x44\xf5\x16\xed\x14\xed\x6f\xb7\xe8\xaa\x01\xff\x3b\x73\x86\x48\x88\xff\xbd\xbc\xc5\x03\x99\x64\x08\x8f\xc3\x63\x86\x9d\x3b\x66\x9f\x81\x5a\xeb\x3f\x75\xc5\x66\xc8\xd7\x42\x6b\x14\x97\x6e\x3a\x69\xb7\x5f\x1c\x05\x0f\xf8\xf3\x90\xf3\xe1\xa2\x6d\xfe\x1c\xd6\x9f\x60\xf4\xf6\xc9\x36\x5c\xb2\x84\x04\x4b\x2f\xfd\x73\x25\x89\xcd\x49\x27\xe0\x47\x0f\xab\xa4\x47\x3f\x00\x10\x7f\x9a\x55\xf8\xd3\x2f\x01\xa3\x9e\xab\xe6\x47\x67\xb1\x53\xdb\x0d\x0e\x57\x70\x17\x17\x17\xfd\x0f\x4e\x57\x28\x51\x53\x8b\x6f\xdc\xe2\x27\x9c\x34\x16\x11\xd3\xcf\xc6\xa4\x4b\x93\x7c\xf4\x0a\xac\x82\x1e\xf7\xe9\x48\xae\x73\x58\xff\xed\xc9\x01\x60\x23\xde\x57\x46\xed\xa7\xbc\x8e\x03\x0b\x2c\xd3\xae\xb9\xdc\x09\x03\x59\xf0\x46\x81\x65\x66\x83\x17\x46\xaf\x09\xab\x4b\x5a\x55\x28\xd9\xd2\x7f\x4c\xe9\x37\x7f\xa3\x10\xf2\x3a\x24\xc4\x35\x8a\x7d\xca\x26\x69\x5f\x32\x16\x7e\x26\x41\xf8\x14\x62\xc7\xbf\x93\xf1\x59\x70\xc6\x50\x3e\x2e\x42\x1f\x0c\xc5\x07\x7c\x30\x2f\xb8\x60\x1a\x65\xe2\x00\xb4\x54\xbb\x5e\x7c\xcf\xdf\xe8\x83\x6c\x27\x7a\x83\x16\x94\x02\x5d\xef\x43\xf0\xd9\x59\x7c\x43\x72\x90\xcd\xa9\x00\xff\x4e\x04\xfe\xfd\xd5\x2a\x87\xe1\x6a\x7f\x7c\xaa\xe2\x92\x9b\x22\xf6\x60\x5c\x86\xdc\x79\xea\xa5\xa7\xb9\x9c\x9b\xce\x43\x6b\xd4\x2b\x64\xdb\x73\x97\x5e\xce\x9f\xfc\x2f\x00\x00\xff\xff\xb2\x2a\x85\x47\x95\x1f\x00\x00") func staticUnseeJsBytes() ([]byte, error) { return bindataRead( @@ -1350,7 +1350,7 @@ func staticUnseeJs() (*asset, error) { return a, nil } -var _staticWatchdogJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x55\x41\x6f\xdb\x3a\x0c\xbe\xe7\x57\xf0\xa1\x05\x2c\xbf\x97\xb8\x7e\x18\xd6\x83\x83\xec\x52\x60\x5d\x81\x16\x1b\xba\x16\x3b\x16\x9a\x4d\x27\x42\x65\xa9\x90\xe8\x36\x43\x91\xff\x3e\x48\x8e\x6d\xc9\x49\x50\x9d\x62\x91\xfc\xf8\xf1\x23\xc5\xbc\x72\x03\xbf\x38\x95\x9b\x4a\xaf\x61\x05\xac\x6e\x55\x49\x42\x2b\x96\xc2\xfb\x6c\x36\x03\x00\x70\x2e\x16\x25\x96\xa4\x8d\x85\x15\xbc\xfb\x5b\x77\x4a\xdd\x2a\xaa\xf4\x9b\x2a\x20\x39\x33\x28\x35\xaf\x16\xfe\x0e\x4d\xe2\x9d\x76\x23\x82\xe4\x96\x1e\x5c\x78\xbe\x1c\xee\x1a\xbe\xbd\xe5\xeb\xf1\x9b\x44\x83\x06\x56\x50\x73\x69\x71\x39\xc6\x0a\x75\xd5\x67\x1a\xad\xbd\xb1\xe6\xc4\x65\x68\xbf\xcc\x27\xc6\x7b\xcf\xec\x21\x06\x3f\x0c\x47\x33\x71\xe9\x08\x78\x52\x0f\xa2\x7c\x76\x86\x50\x9d\x5e\x05\x51\x03\xeb\xab\x5b\x41\x9e\x82\x41\x6a\x8d\xda\xf3\x77\xe7\xe2\x02\x2a\xad\x12\x02\xc3\x85\x45\xe0\x0a\xd0\x18\x6d\x5c\x24\x6f\x49\x1b\xac\x0d\xda\x0d\x08\x0b\x95\xb0\xfc\xb7\xc4\x2a\x02\xff\xe7\x4a\xab\x5a\xac\xb3\x6b\xa4\xef\x2f\x3e\x7d\x12\x84\x25\xa9\x33\xb0\xf4\x48\x5e\x57\x9f\xd2\x6f\xb0\x82\x46\x37\xa8\x88\xa5\x59\xab\xc4\x96\xa5\xcb\x08\xdf\xb9\x2c\xfa\x06\x7d\xd9\x77\x25\xac\xd0\x9d\x6b\x23\xaa\xec\x4a\x22\x37\x61\xb8\x3b\xe7\x2c\x39\xf3\xf5\xd8\x24\xcd\x36\xd4\x48\xb6\xe1\x8d\xcc\x4a\xdd\xbc\x08\x89\xdf\x78\x23\x59\xe2\x55\x5e\x78\xaf\x24\x65\x31\xb2\x3b\x2e\xf9\x13\xd9\x62\xcf\x62\x7e\xe0\x60\xb1\xd4\xaa\xb2\x4f\x12\x6b\x2a\x26\x3d\x8f\x9c\x77\xe9\x84\xde\xbe\xb7\xd9\xa3\x7a\x56\xfa\x4d\x4d\xd9\xff\x6c\x9b\x86\x9b\x3f\xd9\x3d\x5a\xa7\x62\x6c\xf4\xea\x07\xd3\x37\x15\xc5\x9d\x93\xf3\x77\xe0\x14\xcf\xa1\x45\x72\x3f\x75\x4b\xec\xe8\x58\x45\xf2\xe8\x92\x3b\x87\xac\x7b\x64\x53\x9a\xbe\xee\x39\x5c\xe6\xf0\x2f\xfc\x9f\xe7\xf9\x11\xf3\xb1\x31\xb7\x48\x37\xee\xfb\x95\xcb\x8f\x29\x9c\xb3\x61\x07\x64\xc3\xbb\x4f\x33\xc2\x2d\xb1\xc5\x22\x16\xe1\x38\xbd\x13\xcc\xe2\xc7\x4d\xa6\xc5\xd8\x67\x37\x7c\xed\x00\xa5\xc5\x09\xbf\x93\xbb\x61\x70\xa8\x81\x4d\xe5\x4f\xa1\x74\x93\x3c\xe8\x3f\x35\x9f\x40\x08\xf5\x3b\x06\x11\xd9\x47\x8c\x5d\xbf\x0b\x67\x1d\x61\x41\xe1\x2a\x11\xfb\x16\xcc\x81\xb4\x44\xc3\x55\x89\x61\x0f\xba\xd7\xe8\x94\xe9\xad\x23\x70\xd8\xc0\x61\x4d\xcd\xa1\x47\x8c\xa7\xa1\xcf\xdf\xbe\x54\x9c\xf0\xae\x87\x3d\xe0\x71\x34\xf9\x1d\xa7\x4d\xd6\xf0\xed\xe0\x05\xff\xc1\xe7\x7c\x0e\x9f\x4e\xc0\xfb\x4d\x3f\x40\x93\x0d\x41\x87\x7f\x02\xb2\x71\xe8\x1a\x29\x8e\x0b\xa3\xba\xe5\xb6\x0f\x5e\x86\xff\x2e\x6b\xa4\xaf\x4e\xfd\x0f\x22\x83\x41\x89\xd3\xee\xed\x63\xc0\x8d\x12\x54\xf8\x3e\x8d\x7b\xe8\xb1\x2b\xab\xef\x41\x11\xc9\x38\xba\xfd\xd0\x6a\x5d\x0c\x1a\x8c\xf7\xd7\x48\xb7\xdc\x52\x87\x52\x74\x95\x8e\xd6\x1b\xeb\x0b\x28\x86\x52\x7a\x7e\x3b\xe6\xb6\xd9\xdf\x00\x00\x00\xff\xff\xa6\xa4\x88\xc3\xa4\x07\x00\x00") +var _staticWatchdogJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x54\x4d\x4f\xdc\x3c\x10\xbe\xef\xaf\x98\x57\x20\xc5\x79\xb5\x1b\xd2\x0b\x87\xac\xb6\x17\xa4\x52\x24\xa4\x56\x14\xd4\x23\x72\x93\xc9\xae\x85\x63\x23\x7b\x02\x54\x68\xff\x7b\x65\xe7\xcb\x0e\x59\xe1\x53\xe2\x67\x3e\x9e\x79\x66\x3c\x2f\xdc\xc0\x6f\x4e\xe5\xa1\xd2\x7b\xd8\x01\xab\x5b\x55\x92\xd0\x8a\xa5\xf0\xbe\x5a\xad\x00\x00\x9c\x89\x45\x89\x25\x69\x63\x61\x07\xef\xfe\xd6\x9d\x52\xb7\x8a\x2a\xfd\xaa\x0a\x48\xce\x0c\x4a\xcd\xab\x8d\xbf\x43\x93\x78\xa3\xe3\x14\x41\x72\x4b\xf7\xce\x3d\xdf\x8e\x77\x0d\x7f\xbb\xe5\xfb\xe9\x9f\x44\x83\x06\x76\x50\x73\x69\x71\x3b\xf9\x0a\x75\x35\x64\x9a\xd0\x01\xac\x39\x71\x19\xe2\x97\xf9\x0c\xbc\xf3\xcc\xee\xe3\xe0\x1f\xdd\xd1\xcc\x4c\x3a\x02\x9e\xd4\xbd\x28\x9f\x1c\x10\xaa\x33\xa8\x20\x6a\x60\x43\x75\x3b\xc8\x53\x30\x48\xad\x51\x3d\x7f\x77\x2e\x2e\xa0\xd2\x2a\x21\x30\x5c\x58\x04\xae\x00\x8d\xd1\xc6\x79\xf2\x96\xb4\xc1\xda\xa0\x3d\x80\xb0\x50\x09\xcb\xff\x48\xac\xa2\xe0\xff\x5d\x69\x55\x8b\x7d\x76\x8d\xf4\xe3\xd9\xa7\x4f\x02\xb7\x24\x75\x00\x4b\x17\xf2\xba\xfa\x94\x7e\x85\x1d\x34\xba\x41\x45\x2c\xcd\x5a\x25\xde\x58\xba\x8d\xe2\x3b\x93\xcd\xd0\xa0\xaf\x7d\x57\xc2\x0a\xdd\xb9\x36\xa2\xca\xae\x24\x72\x13\xba\xbb\x73\xce\x92\x33\x5f\x8f\x4d\xd2\xec\x40\x8d\x64\x07\xde\xc8\xac\xd4\xcd\xb3\x90\xf8\x9d\x37\x92\x25\x5e\xe5\x8d\xb7\x4a\x52\x16\x47\x76\xc7\x25\x7f\x24\x5b\xf4\x2c\xd6\x1f\x0c\x2c\x96\x5a\x55\xf6\x51\x62\x4d\xc5\xac\xe7\x91\xf1\x31\x9d\xd1\xeb\x7b\x9b\x3d\xa8\x27\xa5\x5f\xd5\x9c\xfd\xaf\xb6\x69\xb8\xf9\x9b\xdd\xa1\x75\x2a\xc6\xa0\x57\x3f\x98\xbe\xb9\x28\xee\x9c\x9c\xbf\x0f\x46\xf1\x1c\x5a\x24\xf7\xa9\x5b\x62\x8b\x63\x15\xc9\xa3\x4b\xee\x0c\xb2\xee\x91\xcd\x69\xfa\xba\xd7\x70\x99\xc3\xff\xf0\x25\xcf\xf3\x05\x78\x69\xcc\x2d\xd2\x8d\xfb\x7f\xe1\xf2\x73\x0a\xe7\x6c\xdc\x01\xd9\xf8\xee\xd3\x8c\xf0\x8d\xd8\x66\x13\x8b\xb0\x4c\xef\x04\xb3\xf8\x71\x93\x69\x31\xb6\x39\x8e\x7f\x47\x40\x69\x71\xc6\xef\xe4\x6e\x18\x0d\x6a\x60\x73\xf9\x53\x28\xdd\x24\x8f\xfa\xcf\xe1\x13\x11\x42\xfd\x96\x42\x44\xf8\x14\xe3\x38\xec\xc2\x55\x47\x58\x50\xb8\x4a\x44\xdf\x82\x35\x90\x96\x68\xb8\x2a\x31\xec\x41\xf7\x1a\x9d\x32\x03\x3a\x05\x0e\x1b\x38\xae\xa9\x35\x0c\x11\xe3\x69\x18\xf2\xb7\xcf\x15\x27\xf4\xab\x78\xe4\x40\x36\x4c\x39\xae\x6a\xb2\xb1\xeb\x1e\x29\xf6\x0b\xbd\xba\xed\xd3\x3b\x6f\xc3\xf5\xbf\x47\xfa\xe6\xe4\xf9\xc4\x33\xe8\x64\x9c\xb6\xc7\x27\x87\x1b\x25\xa8\xf0\x42\x4e\x8b\xe2\xa7\x56\xfb\x62\x2c\x6e\xba\xbf\x46\xba\xe5\x96\x1e\x3c\x50\x74\x25\x4c\xe8\x8d\xf5\xcc\x8a\x91\xe3\x90\xf8\xc8\xdc\x1e\xf9\x17\x00\x00\xff\xff\x3e\xf8\x2b\xb6\x1e\x07\x00\x00") func staticWatchdogJsBytes() ([]byte, error) { return bindataRead(