Atera overview dashboard
We are looking at generating a dashboard for some screens in our office, does anyone know a way of doing this
Comments
-
🤞
0 -
Hi @kain - The simplest way (albeit a pricier option), is to purchase another tech license and use that technician to show the Dashboard that is built in to Atera.
Another option is to use the API to create a dashboard; this requires API knowledge to create and set up.
Hope this helps!
0 -
Another way would be to connect a couple external monitors to one of the computers that you use Atera on. Most computers have additional graphics ports or you could use a usb to hdmi.
3 -
2
-
This is similar to what I did. I actually got a micropc (like the ones you can get on amazon for $99 and is the size of a large USB stick), but was attached to an HDMI like a Fire stick, and had it logged into the dashboard on the Atera. I plugged that into a TV we had in a common area and it worked great! I had the device added into my Atera environment and could remote into it via the Agent to make updates. :)
3 -
We have Something for You https://td-atera-dashboard.vercel.app/
0 -
I have Zabbix already, and have PS scripts running that grab stats, and totals from Ateras API, and "send" them to Zabbix every minute.
For E.G. - "Open" tickets.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$AteraAPIKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"if ($null -eq (Get-Module -ListAvailable PSAtera)) {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name PSAtera -Force
}Set-AteraAPIKey -APIKey $AteraAPIKey
$OpenTicketCount=Get-AteraTicketsFiltered -Open | measure$UpdateZabbix = $OpenTicketCount.count
$command = "C:\Program Files\Zabbix Agent\zabbix_sender.exe"
$args = "-z mv.xxxxxxxxxx.co.uk -s Atera -k OPEN -o $UpdateZabbix"Start-Process -FilePath $command -ArgumentList $args -NoNewWindow -Wait
0 -
Then grab Grafana and install the Zabbix plugin.
Save £90+ per month
0
Topics
- All Topics
- 41 Getting started
- 25 Read before posting
- 8 Meet and greet
- 237 General
- 64 News and announcements
- 1 Swag
- 1 Roadmap updates
- 79 Resources
- 12 Knowledge Base
- 16 Webinars
- 1 Shared Script Library
- 2 Blog
- 19 Pro Tips
- 27 Got an idea?
- 3 Atera Academy
- 2 ActionAI
- 1 Copilot
- 140 Remote Monitoring and Management
- 84 Remote Monitoring
- 27 Patch Management
- 105 Professional Services Automation
- 64 Helpdesk
- 17 Billing
- 21 Reporting
- 36 Integrations & add-ons
- 20 Integrations
- 10 Add-ons
- 103 Scripting and automations
- 61 Scripts
- 30 Automations