louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
52.93k stars 4.78k forks source link

Can we have Last-Modified Monitoring with Uptime #3171

Closed Blason closed 1 year ago

Blason commented 1 year ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Request Type

New Monitor, UI Feature

🔖 Feature description

Hi Team,

UK is a great and simple one - However when we are monitoring our web application. It would be great if we can get a feature of monitoring last-modified header and if that changed it would be notified immediately?

✔️ Solution

This is to monitor the possible attempts of monitoring website defacement.

❓ Alternatives

No response

📝 Additional Context

No response

CommanderStorm commented 1 year ago

So basically you want an email every time you/your coworkers change something on the website too? (i.e. a lot of noise) Is addressing the underlying issue (good auth, intrusion detection) not the better way to go about this issue? Why is this better in a monitoring tool, instead of the system itsself?

This sounds like a bodge. Could you explain the resoning further? 🤔

Blason commented 1 year ago

Well monitoring particular page rather than entire web site and identifying last-modified could be an easy indicator of web defacement and then I have parameter set to monitor specific keyword from body to avoid false +ves. Yes I agree it might create noise but having that option could be a great feature

rezzorix commented 1 year ago

Changedetecion.io might be better for your use case: https://github.com/dgtlmoon/changedetection.io

Blason commented 1 year ago

That looks good!! Thanks for the help