diff --git a/technologies/monit-detect.yaml b/technologies/monit-detect.yaml deleted file mode 100644 index 5a46f702cf..0000000000 --- a/technologies/monit-detect.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: monit-detect - -info: - name: Detect Monit Dashboard - author: geeknik - description: Monit is a small Open Source utility for managing and monitoring Unix systems -- https://mmonit.com/monit/ - severity: info - -requests: - - method: GET - path: - - "{{BaseURL}}" - - matchers-condition: and - matchers: - - type: status - status: - - 200 - - 401 - condition: or - - - type: word - part: header - words: - - 'Server: monit' - - extractors: - - type: kval - part: header - kval: - - Server