Oliver Lowe
Oliver Lowe
Got halfway implementing this same patch then found this one. Thanks @jroimartin :)
Sounds like what I could do is add a new test in txtar format in lang/interpret_test/TestAstFunc1 then do something like: git checkout master cd lang git bisect start HEAD 0.0.24...
Thanks for this idea :) We try to avoid making Meerkat an arbitrary web interface builder, as we're not in a position to maintain or develop something with that scope....
It’s ok, totally non-urgent. I just wrote it down as a reminder for sometime later.
This means implementing `grep`-like behaviour for matching text in object attributes. For attributes this involves: 1. Splitting text by newline character 2. Executing regular expression on each element (each line)...
Given this text: Hello world! Goodbye world! Hello john! Goodbye alex! And the regular expression `[a-z]+!`, woud we want this to be the output: world! world! john! alex!
I have a change locally where the entire object from Icinga is available when rendering a meerkat element. Right now elements are not rendered any differently if downtime is scheduled...
Displaying data in tabular format isn't really Meerkat's strong suit, and I don't see any reason it should be when there are great open source options out there designed for...
> Quite often the URL required is pretty obvious Depends on the environment. Icinga itself has no explicit link between icinga and icingaweb. What Icinga does provide natively though is...
Woody (s2156945) has written a script which reads a dashboard from the filesystem, then writes a new one with URLs pointing to the corresponding icinga object in an icingaweb2 instance...