Kuma (Baserow’s AI assistant): often the fastest way to get help. Try asking Kuma before posting here. Available to all SaaS users, and to self-hosted users with a connected AI model.
on
Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
latest Baserow API spec (2.1.6)
If you are self-hosting, which installation method do you use to run Baserow?
docker i believe
What are the exact steps to reproduce this issue?
Good Morning,
I have recently started using baserow in the last month. I have learned a lot and have accomplished a lot. But I am stuck on automations, and more practically routes.
I have a LibreNMS server that monitors hundreds of pieces of networking equipment, and have setup a API to push outages and recoveries to baserow. They land in one table, with a new row created with the following data:
-device_name
-IP
-Status (blank or 1, 1 being resolved, blank being down)
-device_id(unique ID to each piece of equipment)
-alert_message
-last_alert
-last_ping
-last modified field
-formula that automatically detects based on status value if is down or resolved.
I am trying to build a automation, and think I should start with routes? My goal is to have it watch for items coming in, if it has a status of blank, (indicating it is down) shoot me an email. (I have gotten the email part working and tested), then take info from the row, put it into a table named “current outages”.out of words