From 61bedf5c1acff2d1bb421ea27ba9c3028a25710d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:00:48 +0000 Subject: [PATCH 1/4] chore(deps): bump follow-redirects from 1.13.0 to 1.15.4 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 70f6df01a..6e0f18fa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3289,9 +3289,9 @@ flush-write-stream@^1.0.0: readable-stream "^2.3.6" follow-redirects@^1.0.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" - integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== + version "1.15.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" + integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== for-in@^1.0.2: version "1.0.2" From b84deef4dbeb447e0f64b726b82c32aa6d021721 Mon Sep 17 00:00:00 2001 From: Mike DemonDad Date: Sun, 28 Jan 2024 07:15:55 +0000 Subject: [PATCH 2/4] Update config.yaml --- config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.yaml b/config.yaml index 5c8267af7..dffda9130 100644 --- a/config.yaml +++ b/config.yaml @@ -39,11 +39,3 @@ monitors: method: GET expectStatus: 200 linkable: false # allows the title to be a link, default=true - - - id: Argo-Tunnel-3 - name: Argo Tunnel 3 (SixtyFour) - description: 'Argo Tunnel 3' - url: 'https://at3.nerdperv.net/' - method: GET - expectStatus: 200 - linkable: false # allows the title to be a link, default=true From cec03ae94b397fbed4eac01442d84079b7225375 Mon Sep 17 00:00:00 2001 From: Mike DemonDad Date: Sun, 28 Jan 2024 07:17:49 +0000 Subject: [PATCH 3/4] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index dffda9130..52469f811 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ settings: title: 'wankmonkey.net • Network Status' url: 'https://ops-status.nerdperv.net' # used for Slack messages logo: logo-192x192.png # image in ./public/ folder - daysInHistogram: 30 # number of days you want to display in histogram + daysInHistogram: 90 # number of days you want to display in histogram collectResponseTimes: true # collects avg response times from CRON locations allmonitorsOperational: 'All Systems Operational' From e9db3c27d070277a235020fff31d690a8fcccf41 Mon Sep 17 00:00:00 2001 From: Mike DemonDad Date: Sun, 28 Jan 2024 07:21:24 +0000 Subject: [PATCH 4/4] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 52469f811..518b9d96d 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ settings: - title: 'wankmonkey.net • Network Status' + title: 'nerdperv.net • Network Status' url: 'https://ops-status.nerdperv.net' # used for Slack messages logo: logo-192x192.png # image in ./public/ folder daysInHistogram: 90 # number of days you want to display in histogram