ServiceWatch
Every signal, one dashboard.
Typical useOne screen that shows what is red across all your tools right now, and who was told.
Aggregate dashboards and alerts across all your qzila tools and services in one place — what is red right now, what changed this week, who was notified.
Free to start on every tool — no card, no time limit. You pay only for what grows beyond the free tier. Sign in with your qzila account to use it.
What it checks
- One status board across tools
- Alert routing: email, Slack, webhook, SMS, Jira
- Weekly digest of changes
- Per-asset history for audits
How this tool bills
Indicative prices, EUR excl. VAT. The current price list is in your account and applies from the day you add something.
Included with any tool — no charge.
The API
Every qzila tool is a GraphQL API first; the web UI is one client of it. Anything you can do in the browser you can do from a script, a CI job or the Asign platform.
https://servicewatch.tools.qzila.com/graphqlPOST · application/json · { "query": "…" }
Requests are authenticated with your qzila session (the same sign-in as the browser). For automation, sign in once at identity.qzila.com and reuse the session cookie; API keys for service accounts are on the roadmap.
Whatever this tool detects — a verdict flip, a regression, a change, an incident — is emitted as a signal to the qzila alert hub, which forwards it to email, Slack, a webhook, SMS or Jira, and to ServiceWatch. Each signal carries the asset it belongs to, so you can correlate it back to your own inventory (or to an Asign asset).
Main operations
saveDashboardmutationCreate or update a dashboard: which widgets from which tools, in what layout.
mutation { saveDashboard(input: { name: "Ops", widgets: [{ tool: "uptime", monitorId: "m_1" }] }) { id } }widgetCatalogqueryThe widgets every tool offers, for the palette.
query { widgetCatalog { tool descriptors { key title } } }publishDashboardmutationPublish a dashboard at a public slug (a wall screen), or take it down.
mutation { publishDashboard(id: "d_1", slug: "ops-wall", enabled: true) { url } }
Send requests to https://servicewatch.tools.qzila.com/graphql
Questions about ServiceWatch
Is ServiceWatch billed?
No. It is included with every tool — the dashboard shows what the other tools already watch.
Can I put it on a wall screen?
Yes. Publish a dashboard at a public slug and open it on any screen; it refreshes itself and needs no sign-in.
Which widgets are available?
Every tool offers its own: uptime bars, TLS and header grades, DNS changes, breach findings, snapshot diffs. Drag them into as many dashboards as you need.
Is the free tier a trial?
No. It stays free for as long as you stay within it — no card, no time limit. You only start paying when you add more than the free tier covers.
How am I billed?
Monthly, for what you actually had in the tool during the month, at the public price per unit. Everything lands on one invoice itemised per tool. Remove something and it stops billing the same day.
Where do alerts go?
Every tool reports through one alert hub. You choose per destination: email, Slack, a webhook, SMS or a Jira ticket — and ServiceWatch shows the same signals on one board.
Where is my data kept?
In the European Union. qzila is built and operated by adcore s.r.o., a Slovak company; the tools run on EU infrastructure.
Start with one tool. Add the rest when you need them.
Sign in once and every tool is a click away. You pay only for what you watch, per month, with no minimum and no contract — the price list is in your account before you add anything.
- One account across every qzila tool
- Free tier on every tool, then pay-as-you-go
- Alerts to email, Slack, webhook, SMS or Jira