ardacetinkaya / QueueMonitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueueMonitor

Simple monitoring application to monitor Azure Storage Queues and RabbitMQ queues. I've just need a quick monitoring approach to monitor queues for my some other project, so this simple application appeared in a short time. Not a fancy app. but it solves my problems. Feel free to add new feautures and share with everyone.

Also this is a simple .NET Web App(Razor) with SignalR, it would be nice to start to learn .NET platform.

  • It is possible to add more than one queue to monitor.
  "Charts": {
    "Settings": [
      {
        "Title": "Messages",
        "QueueName": "SomeQueue",
        "ChartDescription": "Message counts",
        "Color": "#1b9e77",
        "Type": "AzureStorageQueue",
        "ConnectionString": "ConnectionString"
      }
    ]
  }

About

License:MIT License


Languages

Language:C# 58.9%Language:HTML 31.3%Language:CSS 6.6%Language:JavaScript 3.1%