Matthew Macdonald-Wallace

Results 82 comments of Matthew Macdonald-Wallace

Ah, ok, thanks, that's a common thing we're finding with the new alerts, the Terraform provider isn't able to talk to them either!

Hey all, Sadly my company has had to close down as a result of both Brexit and Covid and as a result I'm no longer using Chirpstack. This means that...

This would be great to see, perhaps "step 1" would be that any device which transmits GPS co-ordinates automatically gets a map in the "last seen" area of the console?

@chakflying / @louislam - I'm not sure how to do this in NodeJS, hopefully this is a reasonable start to show the kind of thing I'm trying to achieve? Instead...

Looks like the tags aren't part of the `monitor` object? `console.log(monitor);` returns the following ``` Monitor { beanMeta: BeanMeta { noCache: false, fetchAs: '', alias: '', via: '', withCondition: '',...

> Please use ESLint! > > You are using `var` in your code... Yup, I learned Javascript nearly 20 years ago and spend most of my life writing other languages....

@louislam - I'm hoping to find time to come back to this shortly, is the ORM capable of doing the links or should I just go for a raw query?

@chakflying - I've just found time to come back to this. I've added some code that does a lookup and pulls back the tags, however I can't seem to get...

OK, the latest code now takes *specific* tags and applies them as labels to Prometheus metrics. This isn't ideal, because I'd really like to have the labels added dynamically, but...

Tags that will automatically be turned into labels are: ``` "location", "region", "datacenter", "cloud_provider", "az", "rack", "shelf", "room", "floor" ``` and new ones can be added by updating https://github.com/louislam/uptime-kuma/pull/898/files#diff-a2ea08464c146b6af2888bdf744cb4789cac4bcda6731289d02431bcc9451363R10-R18 Once...