Gavin Sandie | 4 May 2012 12:47
Picon
Gravatar

Vertical lines on graphs

Hello,

Has anyone worked out how to do vertical lines at a certain time in a
graph, so you can plot stuff like times you've pushed config
changes/deployments? I'm thinking something along the lines of
"drawAsInfinite" in graphite, or the VRULE in rrd's graphing tool.

I've seen one of the Circonus videos where they appear to be using
data from resmon to plot vertical lines:

http://www.youtube.com/watch?feature=player_detailpage&v=T6IHpQpDj-I#t=231s

From what I can gather, the text metrics will perform this sort of
function, but just now they seem to only plot a point, and not a
vertical line. Has anyone made changes to get the web interface
drawing vertical lines?

Cheers, Gavin
Theo Schlossnagle | 4 May 2012 16:05
Favicon
Gravatar

Re: Vertical lines on graphs

text records should be plotting lines vertically. "works for me"

On Fri, May 4, 2012 at 6:47 AM, Gavin Sandie <beach <at> vicecity.co.uk> wrote:
> Hello,
>
> Has anyone worked out how to do vertical lines at a certain time in a
> graph, so you can plot stuff like times you've pushed config
> changes/deployments? I'm thinking something along the lines of
> "drawAsInfinite" in graphite, or the VRULE in rrd's graphing tool.
>
> I've seen one of the Circonus videos where they appear to be using
> data from resmon to plot vertical lines:
>
> http://www.youtube.com/watch?feature=player_detailpage&v=T6IHpQpDj-I#t=231s
>
> From what I can gather, the text metrics will perform this sort of
> function, but just now they seem to only plot a point, and not a
> vertical line. Has anyone made changes to get the web interface
> drawing vertical lines?
>
> Cheers, Gavin
> _______________________________________________
> Reconnoiter-users mailing list
> Reconnoiter-users <at> lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/reconnoiter-users

--

-- 
Theo Schlossnagle

http://omniti.com/is/theo-schlossnagle
(Continue reading)

Michal Taborsky | 4 May 2012 16:16
Picon
Favicon
Gravatar

Re: Vertical lines on graphs

Hello Gavin,


the text metrics are exactly what you are looking for. Currently, they are represented by those little circles. It should be fairly easy to add the vertical lines. I'll try to look into it.

--
Michal Taborsky


2012/5/4 Gavin Sandie <beach <at> vicecity.co.uk>
Hello,

Has anyone worked out how to do vertical lines at a certain time in a
graph, so you can plot stuff like times you've pushed config
changes/deployments? I'm thinking something along the lines of
"drawAsInfinite" in graphite, or the VRULE in rrd's graphing tool.

I've seen one of the Circonus videos where they appear to be using
data from resmon to plot vertical lines:

http://www.youtube.com/watch?feature=player_detailpage&v=T6IHpQpDj-I#t=231s

From what I can gather, the text metrics will perform this sort of
function, but just now they seem to only plot a point, and not a
vertical line. Has anyone made changes to get the web interface
drawing vertical lines?

Cheers, Gavin
_______________________________________________
Reconnoiter-users mailing list
Reconnoiter-users <at> lists.omniti.com
http://lists.omniti.com/mailman/listinfo/reconnoiter-users
Michal Taborsky | 5 May 2012 17:58
Picon
Favicon
Gravatar

Re: Vertical lines on graphs

Really? I also see only circles at the bottom X axis and looking at the source code I do not see the vertical lines there (I might be wrong though, sure). I've added them here:

https://github.com/whizz/reconnoiter/commit/ad3e0292582d35cd7581a4e96927b1feffd70569

Gavin, you can get this patch, which adds support for vertical lines, or wait if Theo pulls it into master.

--
Michal Taborsky


2012/5/4 Theo Schlossnagle <jesus <at> omniti.com>
text records should be plotting lines vertically. "works for me"

On Fri, May 4, 2012 at 6:47 AM, Gavin Sandie <beach <at> vicecity.co.uk> wrote:
> Hello,
>
> Has anyone worked out how to do vertical lines at a certain time in a
> graph, so you can plot stuff like times you've pushed config
> changes/deployments? I'm thinking something along the lines of
> "drawAsInfinite" in graphite, or the VRULE in rrd's graphing tool.
>
> I've seen one of the Circonus videos where they appear to be using
> data from resmon to plot vertical lines:
>
> http://www.youtube.com/watch?feature=player_detailpage&v=T6IHpQpDj-I#t=231s
>
> From what I can gather, the text metrics will perform this sort of
> function, but just now they seem to only plot a point, and not a
> vertical line. Has anyone made changes to get the web interface
> drawing vertical lines?
>
> Cheers, Gavin
> _______________________________________________
> Reconnoiter-users mailing list
> Reconnoiter-users <at> lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/reconnoiter-users



--
Theo Schlossnagle

http://omniti.com/is/theo-schlossnagle
_______________________________________________
Reconnoiter-users mailing list
Reconnoiter-users <at> lists.omniti.com
http://lists.omniti.com/mailman/listinfo/reconnoiter-users

_______________________________________________
Reconnoiter-users mailing list
Reconnoiter-users <at> lists.omniti.com
http://lists.omniti.com/mailman/listinfo/reconnoiter-users
Theo Schlossnagle | 5 May 2012 18:47
Favicon
Gravatar

Re: Vertical lines on graphs

I'd be happy to pull that.  Something must be hacked on our install
here to make it work.

Michal, can you send a pull request?

On Sat, May 5, 2012 at 11:58 AM, Michal Taborsky <michal <at> taborsky.cz> wrote:
> Really? I also see only circles at the bottom X axis and looking at the
> source code I do not see the vertical lines there (I might be wrong though,
> sure). I've added them here:
> https://github.com/whizz/reconnoiter/commit/ad3e0292582d35cd7581a4e96927b1feffd70569
>
> Gavin, you can get this patch, which adds support for vertical lines, or
> wait if Theo pulls it into master.
>
> --
> Michal Taborsky
> http://www.taborsky.cz
>
>
>
> 2012/5/4 Theo Schlossnagle <jesus <at> omniti.com>
>>
>> text records should be plotting lines vertically. "works for me"
>>
>> On Fri, May 4, 2012 at 6:47 AM, Gavin Sandie <beach <at> vicecity.co.uk> wrote:
>> > Hello,
>> >
>> > Has anyone worked out how to do vertical lines at a certain time in a
>> > graph, so you can plot stuff like times you've pushed config
>> > changes/deployments? I'm thinking something along the lines of
>> > "drawAsInfinite" in graphite, or the VRULE in rrd's graphing tool.
>> >
>> > I've seen one of the Circonus videos where they appear to be using
>> > data from resmon to plot vertical lines:
>> >
>> >
>> > http://www.youtube.com/watch?feature=player_detailpage&v=T6IHpQpDj-I#t=231s
>> >
>> > From what I can gather, the text metrics will perform this sort of
>> > function, but just now they seem to only plot a point, and not a
>> > vertical line. Has anyone made changes to get the web interface
>> > drawing vertical lines?
>> >
>> > Cheers, Gavin
>> > _______________________________________________
>> > Reconnoiter-users mailing list
>> > Reconnoiter-users <at> lists.omniti.com
>> > http://lists.omniti.com/mailman/listinfo/reconnoiter-users
>>
>>
>>
>> --
>> Theo Schlossnagle
>>
>> http://omniti.com/is/theo-schlossnagle
>> _______________________________________________
>> Reconnoiter-users mailing list
>> Reconnoiter-users <at> lists.omniti.com
>> http://lists.omniti.com/mailman/listinfo/reconnoiter-users
>
>

--

-- 
Theo Schlossnagle

http://omniti.com/is/theo-schlossnagle
Gavin Sandie | 5 May 2012 23:07
Picon
Gravatar

Re: Vertical lines on graphs

That sounds good, thanks Michal and Theo. I'll update and test it out.

On 5 May 2012 17:47, Theo Schlossnagle <jesus <at> omniti.com> wrote:
> I'd be happy to pull that.  Something must be hacked on our install
> here to make it work.
>
> Michal, can you send a pull request?
>
Michal Taborsky | 8 May 2012 22:24
Picon
Favicon
Gravatar

Scimitar: Reconnoiter companion console

Hello boys and girls,

I have started to hack together a web based console for Reconnoiter checks and events. It does not do much yet, it allows you to see all the running checks in one page and highlights any bad or unavailable checks. I plan to add more features when I get to play with IEP a bit more.


--
Michal Taborsky
_______________________________________________
Reconnoiter-users mailing list
Reconnoiter-users <at> lists.omniti.com
http://lists.omniti.com/mailman/listinfo/reconnoiter-users
Theo Schlossnagle | 9 May 2012 05:06
Favicon
Gravatar

Re: Scimitar: Reconnoiter companion console

This is very neat.  I haven't had a chance to play with it yet, but
I'm excited to give it a try.

On Tue, May 8, 2012 at 4:24 PM, Michal Taborsky <michal <at> taborsky.cz> wrote:
> Hello boys and girls,
>
> I have started to hack together a web based console for Reconnoiter checks
> and events. It does not do much yet, it allows you to see all the running
> checks in one page and highlights any bad or unavailable checks. I plan to
> add more features when I get to play with IEP a bit more.
>
> Check it out at https://github.com/whizz/scimitar
>
> --
> Michal Taborsky
> http://www.taborsky.cz
>
>
> _______________________________________________
> Reconnoiter-users mailing list
> Reconnoiter-users <at> lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/reconnoiter-users
>

--

-- 
Theo Schlossnagle

http://omniti.com/is/theo-schlossnagle
Nagaraj Ramakanth shet | 18 May 2012 07:32
Picon

Contribution to Reconnoiter

Hi Theo,

    I gone through your mailing list of January from following link
http://labs.omniti.com/labs/reconnoiter/lists/users/2012-January/000715.html

can i start a work on Front End support for users and privileges.


Thank You
Nagaraj R Shet


_______________________________________________
Reconnoiter-users mailing list
Reconnoiter-users <at> lists.omniti.com
http://lists.omniti.com/mailman/listinfo/reconnoiter-users
Theo Schlossnagle | 18 May 2012 13:46
Favicon
Gravatar

Re: Contribution to Reconnoiter

Sure!

On Fri, May 18, 2012 at 1:32 AM, Nagaraj Ramakanth shet
<nagarajrshet.biet <at> gmail.com> wrote:
> Hi Theo,
>
>     I gone through your mailing list of January from following link
> http://labs.omniti.com/labs/reconnoiter/lists/users/2012-January/000715.html
>
> can i start a work on Front End support for users and privileges.
>
>
> Thank You
> Nagaraj R Shet
>
>
>
> _______________________________________________
> Reconnoiter-users mailing list
> Reconnoiter-users <at> lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/reconnoiter-users
>

--

-- 
Theo Schlossnagle

http://omniti.com/is/theo-schlossnagle

Gmane