Can I try Auguro without signing up?
Yes. Paste any address into the box on the auguro.dev home page and it runs a real browser check there and then, showing you the verdict, what it found, and a screenshot of what our browser saw. No account and no card. Signing up is what turns that one-off look into something that keeps watching and tells you when it changes.
What does Auguro check that an uptime monitor does not?
That the page rendered. Auguro loads your site in real Chromium and checks that there is content on the page, that your own scripts did not throw, that your own stylesheets and scripts loaded, and that whatever you told it to look for is still there. A server can answer 200 with a completely blank page, and that is invisible to a monitor that only reads the response code.
Do I have to write any code or scripts?
No. You paste a URL. If you want to be stricter you can add text that must appear, text that must not appear, a CSS selector that has to exist, and a response time ceiling, but none of it is required and none of it is code.
How does Auguro avoid false alarms?
By only failing a check on things that are the site’s own fault. A third-party advertising script throwing an error does not fail the check. A lazy-loaded image below the fold is not a broken image. A missing favicon or a telemetry beacon returning 400 is a warning, not an outage. Anything ambiguous warns and never pages you.
How many failures before it alerts me?
Whatever you set. Every check has a threshold for how many consecutive failures count as an outage and how many consecutive successes count as recovered, so a single blip never wakes anyone.
Where is my data stored?
In the EU. Every organisation’s data lives in a Durable Object pinned to the EU jurisdiction, and screenshots and saved page source go to an EU bucket in the same place. That is decided at creation and cannot be quietly changed later.
Do you charge per team member?
No, and we will not. Billing is the number of sites and how often we look at them, nothing else. Charging per teammate punishes you for adding the person who would actually answer the alert.
What can Auguro notify?
Webhooks, Pushover, Telegram and email. One incident groups every notification about one outage, so a flapping check cannot send you fifty messages, and acknowledging an incident stops the reminders without pretending it is fixed.
Can I suppress alerts during a deployment?
Yes. A maintenance window is an object with checks attached, so you put the whole release in one window. The checks keep running and the history stays honest; only the alerting stops.