Moin moin zusammen,
ich bin auf der Suche nach einen Plugin, welches prüft ob von einer Webseite der Dateidownload funktioniert? Hat da jemand evtl. einen Tipp für mich?
Danke und Gruß
Stefan
Moin moin zusammen,
ich bin auf der Suche nach einen Plugin, welches prüft ob von einer Webseite der Dateidownload funktioniert? Hat da jemand evtl. einen Tipp für mich?
Danke und Gruß
Stefan
check_http
mit HEAD oder GET?
Sorry to do this in english - my writing in German is not up to standards, can read and speak it ok.
The Check HTTP Webservice ( CMK v2.3) will do this if you know the filename.
Rule example below:
If you know the type of file to expect you could even tighten the result with the “Additional Header lines
” - option:
Content-type
and set the value to (my example was a debian package) application/vnd.debian.binary-package
→ to find out what type of file you are dealing with you could (from command-line) issue:
curl -i https://files.myserver.nl/testsite/check_mk/agents/check-mk-agent_2.3.0p26-1_all.deb
HTTP/1.1 200 OK
Date: Wed, 05 Mar 2025 23:12:35 GMT
Server: Apache
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), usb=()
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: origin-when-cross-origin
X-Content-Type-Options: nosniff
Vary: Cookie
Last-Modified: Mon, 03 Feb 2025 13:10:05 GMT
ETag: "45a1d2-62d3c9c5ea540"
Accept-Ranges: bytes
Content-Length: 4563410
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' ssh: rdp:; img-src 'self' data: https://*.tile.openstreetmap.org/ ; connect-src 'self' https://crash.checkmk.com/ https://license.checkmk.com/api/verify; frame-ancestors 'self' ; base-uri 'self'; form-action 'self' javascript: 'unsafe-inline'; object-src 'self'; worker-src 'self' blob:
Content-Type: application/vnd.debian.binary-package
Hope this helps.
Hallo Robert und Michael,
irgendwie bin ich an dem Tag mit einem Brett vorm Kopf durch die Gegend gelaufen…
Danke euch beiden für die schnelle Hilfe, das war genau das was ich gesucht hatte
Gruß
Stefan