Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-20 Thread Lelio Fulgenzi
I’ve not been able to follow up. ☹

From: cisco-voip  On Behalf Of Kent Roberts
Sent: Thursday, March 19, 2020 11:20 PM
Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) 

Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

Anyone have any luck?

Any interest to making this self contained product?

Kent


On Mar 17, 2020, at 12:32, Kent Roberts mailto:k...@fredf.org>> 
wrote:


My toys are here:  http://www.projecttesn.org/toys


download the monitor file and unzip. This needs PHP

The file will output the insert SQL commands, but you can easily clean these up 
and make it append a csv.


Login into your call manager, and create a readonly account for this.


Open the monitor.php file.

In line 17, update the username/password with the readonly account.

Line 25 change this to your publisher fdqn.


Run the thing….. php monitor.php


Here is an example:   This cluster does over 1.5 mill calls a month:




___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-19 Thread Kent Roberts
Anyone have any luck?   

Any interest to making this self contained product?


Kent

> On Mar 17, 2020, at 12:32, Kent Roberts  wrote:
> 
> 
> 
> My toys are here:  http://www.projecttesn.org/toys
> 
> 
> download the monitor file and unzip. This needs PHP 
> 
> The file will output the insert SQL commands, but you can easily clean these 
> up and make it append a csv.
> 
> 
> Login into your call manager, and create a readonly account for this.
> 
> 
> Open the monitor.php file.
> 
> In line 17, update the username/password with the readonly account.
> 
> Line 25 change this to your publisher fdqn.
> 
> 
> Run the thing….. php monitor.php
> 
> 
> Here is an example:   This cluster does over 1.5 mill calls a month:
> 
> 
> 
> 
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-18 Thread Jeffrey Ollie
On Mon, Mar 16, 2020 at 5:23 PM Lelio Fulgenzi  wrote:

>
> Is there a way I can start dumping real-time stats from CUCM? We're moving
> heavily to remote working in light of what's going on and I'd like to keep
> an eye on things outside of SNMP polling.
>

This is still a bit rough as I've only just started work on it, but here's
a way to export PerfMon counters to Prometheus (or anything else that
supports OpenMetrics I suppose):

https://github.com/jcollie/cisco_perfmon_exporter

I'm sure that this will be changing quite a bit as I learn more about the
PerfMon API.


-- 
Jeff Ollie
The majestik møøse is one of the mäni interesting furry animals in Sweden.
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Anthony Holloway
What did you end up doing to get that metric?

On Tue, Mar 17, 2020 at 11:40 AM Lelio Fulgenzi  wrote:

> Ok. This is good. It's not ideal since I can't open more than one file at
> time (or can I?).
>
> My hope is/was to get an idea of what the load on our expressway servers
> will be.
>
> We have two node cluster (medium OVA) so we can get at least 2 x 200
> voicecalls if both are up and active.
>
> I think I'm seeing that should be enough.
>
>
> -Original Message-
> From: Chester Rieman 
> Sent: Tuesday, March 17, 2020 12:25 PM
> To: Lelio Fulgenzi 
> Cc: Kent Roberts ; Pawlowski, Adam ;
> voyp list, cisco-voip (cisco-voip@puck.nether.net) <
> cisco-voip@puck.nether.net>
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from
> RTMT)
>
> They typically go back several days - these are the counters you see in
> perfmon log viewer in RTMT.
>
>
> > On Mar 17, 2020, at 12:15 PM, Lelio Fulgenzi  wrote:
> >
> > Does this perfmon file go into history? I understood that it was live
> data only?
> >
> > -Original Message-
> > From: Chester Rieman 
> > Sent: Tuesday, March 17, 2020 11:46 AM
> > To: Lelio Fulgenzi 
> > Cc: Kent Roberts ; Pawlowski, Adam
> > ; voyp list, cisco-voip
> > (cisco-voip@puck.nether.net) 
> > Subject: Re: [cisco-voip] gathering and offloading realtime stats
> > (from RTMT)
> >
> > Scripting + axl would be easier in the long run but….
> >
> > In RTMT save the perfmon csv file, you can the open it in excel, you
> > can also download file get activelog cm/log/ris/*
> >
> > One gotcha is that each node is independent and grabs  a perfmon counter
> every 15s, this is not coordinated between the nodes so each node will have
> a different interval.
> >
> > Chester
> >
> >
> >> On Mar 17, 2020, at 11:08 AM, Lelio Fulgenzi  wrote:
> >>
> >>
> >> Thanks Kent.
> >>
> >> While a script sounds lovely (and please do share), I'm currently
> focused on any way to dump the data, even to a text file, from RTMT, using
> RTMT configurations.
> >>
> >> If the only way to get this is from a script, then, well, guess I'm
> >> scripting. 
> >>
> >>
> >> -Original Message-
> >> From: Kent Roberts 
> >> Sent: Tuesday, March 17, 2020 11:00 AM
> >> To: Pawlowski, Adam 
> >> Cc: Lelio Fulgenzi ; voyp list, cisco-voip
> >> (cisco-voip@puck.nether.net) 
> >> Subject: Re: [cisco-voip] gathering and offloading realtime stats
> >> (from RTMT)
> >>
> >> Wow lots of interest ok. Let me collect all the stuff
> >>
> >> It’s just a script. I have been thinking of making it a windows
> >> service for better stability if there is interest.  But that will
> >> take a few days everything is a mess with the virus response requests
> >>
> >>
> >> Kent
> >>
> >>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
> >>>
> >>> This would be cool and for sure something to work on when/if I get
> stuck in the home office. For now I've just been hastily adding code to my
> other scripts and libraries to bulk provision everyone for Jabber while
> trying not to implode the system, but that's about done.
> >>>
> >>>
> >>>
> >>>> -Original Message-
> >>>> From: cisco-voip  On Behalf Of
> >>>> Lelio Fulgenzi
> >>>> Sent: Tuesday, March 17, 2020 7:27 AM
> >>>> To: Kent Roberts 
> >>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net)  >>>> v...@puck.nether.net>
> >>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats
> >>>> (from RTMT)
> >>>>
> >>>>
> >>>> Yes please! Thanks.
> >>>>
> >>>> We are still using mrtg, but it should be fine for now.
> >>>>
> >>>> Sent from my iPhone
> >>>>
> >>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
> >>>>>
> >>>>> Yes there is   I can send you links and stuff I’ve done this for
> years and use
> >>>> grafania to graph it
> >>>>>
> >>>>>
> >>>>> Kent
> >>>>>
> >>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi 
> wrote:
> >>>>>>
> >>>>>>
> >>>>>> Is there a way I can start dumping real-time stats from CUCM?
> >>>>>> We're
> >>>> moving heavily to remote working in light of what's going on and
> >>>> I'd like to keep an eye on things outside of SNMP polling.
> >>>>>> 
> >>>>>> ___
> >>>>>> cisco-voip mailing list
> >>>>>> cisco-voip@puck.nether.net
> >>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
> >>>> ___
> >>>> cisco-voip mailing list
> >>>> cisco-voip@puck.nether.net
> >>>> https://puck.nether.net/mailman/listinfo/cisco-voip
> >> ___
> >> cisco-voip mailing list
> >> cisco-voip@puck.nether.net
> >> https://puck.nether.net/mailman/listinfo/cisco-voip
> >
>
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Lelio Fulgenzi
Ok. This is good. It's not ideal since I can't open more than one file at time 
(or can I?).

My hope is/was to get an idea of what the load on our expressway servers will 
be.

We have two node cluster (medium OVA) so we can get at least 2 x 200 voicecalls 
if both are up and active.

I think I'm seeing that should be enough.


-Original Message-
From: Chester Rieman  
Sent: Tuesday, March 17, 2020 12:25 PM
To: Lelio Fulgenzi 
Cc: Kent Roberts ; Pawlowski, Adam ; voyp 
list, cisco-voip (cisco-voip@puck.nether.net) 
Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

They typically go back several days - these are the counters you see in perfmon 
log viewer in RTMT.


> On Mar 17, 2020, at 12:15 PM, Lelio Fulgenzi  wrote:
> 
> Does this perfmon file go into history? I understood that it was live data 
> only? 
> 
> -Original Message-
> From: Chester Rieman 
> Sent: Tuesday, March 17, 2020 11:46 AM
> To: Lelio Fulgenzi 
> Cc: Kent Roberts ; Pawlowski, Adam 
> ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
> (from RTMT)
> 
> Scripting + axl would be easier in the long run but….
> 
> In RTMT save the perfmon csv file, you can the open it in excel, you 
> can also download file get activelog cm/log/ris/*
> 
> One gotcha is that each node is independent and grabs  a perfmon counter 
> every 15s, this is not coordinated between the nodes so each node will have a 
> different interval.
> 
> Chester
> 
> 
>> On Mar 17, 2020, at 11:08 AM, Lelio Fulgenzi  wrote:
>> 
>> 
>> Thanks Kent.
>> 
>> While a script sounds lovely (and please do share), I'm currently focused on 
>> any way to dump the data, even to a text file, from RTMT, using RTMT 
>> configurations.
>> 
>> If the only way to get this is from a script, then, well, guess I'm 
>> scripting. 
>> 
>> 
>> -Original Message-
>> From: Kent Roberts 
>> Sent: Tuesday, March 17, 2020 11:00 AM
>> To: Pawlowski, Adam 
>> Cc: Lelio Fulgenzi ; voyp list, cisco-voip
>> (cisco-voip@puck.nether.net) 
>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>> (from RTMT)
>> 
>> Wow lots of interest ok. Let me collect all the stuff
>> 
>> It’s just a script. I have been thinking of making it a windows 
>> service for better stability if there is interest.  But that will 
>> take a few days everything is a mess with the virus response requests
>> 
>> 
>> Kent
>> 
>>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>>> 
>>> This would be cool and for sure something to work on when/if I get stuck 
>>> in the home office. For now I've just been hastily adding code to my other 
>>> scripts and libraries to bulk provision everyone for Jabber while trying 
>>> not to implode the system, but that's about done.
>>> 
>>> 
>>> 
>>>> -Original Message-
>>>> From: cisco-voip  On Behalf Of 
>>>> Lelio Fulgenzi
>>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>>> To: Kent Roberts 
>>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >>> v...@puck.nether.net>
>>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>>> (from RTMT)
>>>> 
>>>> 
>>>> Yes please! Thanks.
>>>> 
>>>> We are still using mrtg, but it should be fine for now.
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>> 
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>>> grafania to graph it
>>>>> 
>>>>> 
>>>>> Kent
>>>>> 
>>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>>> 
>>>>>> 
>>>>>> Is there a way I can start dumping real-time stats from CUCM? 
>>>>>> We're
>>>> moving heavily to remote working in light of what's going on and 
>>>> I'd like to keep an eye on things outside of SNMP polling.
>>>>>> 
>>>>>> ___
>>>>>> cisco-voip mailing list
>>>>>> cisco-voip@puck.nether.net
>>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>> ___
>>>> cisco-voip mailing list
>>>> cisco-voip@puck.nether.net
>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>> ___
>> cisco-voip mailing list
>> cisco-voip@puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
> 

___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Chester Rieman
They typically go back several days - these are the counters you see in perfmon 
log viewer in RTMT.


> On Mar 17, 2020, at 12:15 PM, Lelio Fulgenzi  wrote:
> 
> Does this perfmon file go into history? I understood that it was live data 
> only? 
> 
> -Original Message-
> From: Chester Rieman  
> Sent: Tuesday, March 17, 2020 11:46 AM
> To: Lelio Fulgenzi 
> Cc: Kent Roberts ; Pawlowski, Adam ; voyp 
> list, cisco-voip (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
> 
> Scripting + axl would be easier in the long run but….
> 
> In RTMT save the perfmon csv file, you can the open it in excel, you can also 
> download file get activelog cm/log/ris/*
> 
> One gotcha is that each node is independent and grabs  a perfmon counter 
> every 15s, this is not coordinated between the nodes so each node will have a 
> different interval.
> 
> Chester
> 
> 
>> On Mar 17, 2020, at 11:08 AM, Lelio Fulgenzi  wrote:
>> 
>> 
>> Thanks Kent.
>> 
>> While a script sounds lovely (and please do share), I'm currently focused on 
>> any way to dump the data, even to a text file, from RTMT, using RTMT 
>> configurations.
>> 
>> If the only way to get this is from a script, then, well, guess I'm 
>> scripting. 
>> 
>> 
>> -Original Message-
>> From: Kent Roberts 
>> Sent: Tuesday, March 17, 2020 11:00 AM
>> To: Pawlowski, Adam 
>> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
>> (cisco-voip@puck.nether.net) 
>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>> (from RTMT)
>> 
>> Wow lots of interest ok. Let me collect all the stuff
>> 
>> It’s just a script. I have been thinking of making it a windows 
>> service for better stability if there is interest.  But that will take 
>> a few days everything is a mess with the virus response requests
>> 
>> 
>> Kent
>> 
>>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>>> 
>>> This would be cool and for sure something to work on when/if I get stuck 
>>> in the home office. For now I've just been hastily adding code to my other 
>>> scripts and libraries to bulk provision everyone for Jabber while trying 
>>> not to implode the system, but that's about done.
>>> 
>>> 
>>> 
>>>> -Original Message-
>>>> From: cisco-voip  On Behalf Of 
>>>> Lelio Fulgenzi
>>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>>> To: Kent Roberts 
>>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >>> v...@puck.nether.net>
>>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>>> (from RTMT)
>>>> 
>>>> 
>>>> Yes please! Thanks.
>>>> 
>>>> We are still using mrtg, but it should be fine for now.
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>> 
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>>> grafania to graph it
>>>>> 
>>>>> 
>>>>> Kent
>>>>> 
>>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>>> 
>>>>>> 
>>>>>> Is there a way I can start dumping real-time stats from CUCM? 
>>>>>> We're
>>>> moving heavily to remote working in light of what's going on and I'd 
>>>> like to keep an eye on things outside of SNMP polling.
>>>>>> 
>>>>>> ___
>>>>>> cisco-voip mailing list
>>>>>> cisco-voip@puck.nether.net
>>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>>> ___
>>>> cisco-voip mailing list
>>>> cisco-voip@puck.nether.net
>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>> ___
>> cisco-voip mailing list
>> cisco-voip@puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
> 

___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Terry Oakley via cisco-voip
I wholeheartedly agree... a sharing of this script would be very beneficial and 
very much appreciated.  

(make sure the rubbing of hands is accompanied by lots of soap and water)

Terry

-Original Message-
From: cisco-voip  On Behalf Of Lelio 
Fulgenzi
Sent: Tuesday, March 17, 2020 9:46 AM
To: Kent Roberts 
Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) 

Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

CAUTION: This email is from an external source. Do not click links or open 
attachments unless you recognize the sender and know the content is safe.

We shall eagerly await your script

{rubbing hands together with evil laugh}

-Original Message-
From: Kent Roberts 
Sent: Tuesday, March 17, 2020 11:33 AM
To: Lelio Fulgenzi 
Cc: Pawlowski, Adam ; voyp list, cisco-voip 
(cisco-voip@puck.nether.net) 
Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

The api dumps out into xml. But it is very easy to do a txt file.Currently 
I load the data to mssql and go from there.   I’ll try to post it later.  Have 
an apt now so can’t do more then email.


Kent

> On Mar 17, 2020, at 09:08, Lelio Fulgenzi  wrote:
>
> 
> Thanks Kent.
>
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
>
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
>
>
> -Original Message-
> From: Kent Roberts 
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
> (from RTMT)
>
> Wow lots of interest ok. Let me collect all the stuff
>
> It’s just a script. I have been thinking of making it a windows 
> service for better stability if there is interest.  But that will take 
> a few days everything is a mess with the virus response requests
>
>
> Kent
>
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>>
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>>
>>
>>
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>>
>>>
>>> Yes please! Thanks.
>>>
>>> We are still using mrtg, but it should be fine for now.
>>>
>>> Sent from my iPhone
>>>
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>>
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>> grafania to graph it
>>>>
>>>>
>>>> Kent
>>>>
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>>
>>>>>
>>>>> Is there a way I can start dumping real-time stats from CUCM?
>>>>> We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
>>>>> puck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voipdata=02%7C01
>>>>> %7CTerry.Oakley%40rdc.ab.ca%7Ccbad9eb8932d4de0587108d7ca8a512b%7C3
>>>>> aed1c227c31455eb67a279994fffbd6%7C1%7C0%7C637200567736740239s
>>>>> data=7L1LFRL5TdnrWDLG5kN1UJq6NJavM3lur09yv%2FrjvG8%3Dreserved
>>>>> =0
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpu
>>> ck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voipdata=02%7C01%7CT
>>> erry.Oakley%40rdc.ab.ca%7Ccbad9eb8932d4de0587108d7ca8a512b%7C3aed1c2
>>> 27c31455eb67a279994fffbd6%7C1%7C0%7C637200567736740239sdata=7L1
>>> LFRL5TdnrWDLG5kN1UJq6NJavM3lur09yv%2FrjvG8%3Dreserved=0
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpuck.nether.net%2Fmailman%2Flistinfo%2Fcisco-voipdata=02%7C01%7CTerry.Oakley%40rdc.ab.ca%7Ccbad9eb8932d4de0587108d7ca8a512b%7C3aed1c227c31455eb67a279994fffbd6%7C1%7C0%7C637200567736740239sdata=7L1LFRL5TdnrWDLG5kN1UJq6NJavM3lur09yv%2FrjvG8%3Dreserved=0


smime.p7s
Description: S/MIME cryptographic signature
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Lelio Fulgenzi
Does this perfmon file go into history? I understood that it was live data 
only? 

-Original Message-
From: Chester Rieman  
Sent: Tuesday, March 17, 2020 11:46 AM
To: Lelio Fulgenzi 
Cc: Kent Roberts ; Pawlowski, Adam ; voyp 
list, cisco-voip (cisco-voip@puck.nether.net) 
Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

Scripting + axl would be easier in the long run but….

In RTMT save the perfmon csv file, you can the open it in excel, you can also 
download file get activelog cm/log/ris/*

One gotcha is that each node is independent and grabs  a perfmon counter every 
15s, this is not coordinated between the nodes so each node will have a 
different interval.

Chester


> On Mar 17, 2020, at 11:08 AM, Lelio Fulgenzi  wrote:
> 
> 
> Thanks Kent.
> 
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
> 
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
> 
> 
> -Original Message-
> From: Kent Roberts 
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
> (from RTMT)
> 
> Wow lots of interest ok. Let me collect all the stuff
> 
> It’s just a script. I have been thinking of making it a windows 
> service for better stability if there is interest.  But that will take 
> a few days everything is a mess with the virus response requests
> 
> 
> Kent
> 
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>> 
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>> 
>> 
>> 
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>> 
>>> 
>>> Yes please! Thanks.
>>> 
>>> We are still using mrtg, but it should be fine for now.
>>> 
>>> Sent from my iPhone
>>> 
>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>> 
>>>> Yes there is   I can send you links and stuff I’ve done this for years and 
>>>> use
>>> grafania to graph it
>>>> 
>>>> 
>>>> Kent
>>>> 
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>> 
>>>>> 
>>>>> Is there a way I can start dumping real-time stats from CUCM? 
>>>>> We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip

___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Chester Rieman
Scripting + axl would be easier in the long run but….

In RTMT save the perfmon csv file, you can the open it in excel, you can also 
download file get activelog cm/log/ris/*

One gotcha is that each node is independent and grabs  a perfmon counter every 
15s, this is not coordinated between the nodes
so each node will have a different interval.

Chester


> On Mar 17, 2020, at 11:08 AM, Lelio Fulgenzi  wrote:
> 
> 
> Thanks Kent.
> 
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
> 
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
> 
> 
> -Original Message-
> From: Kent Roberts  
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
> 
> Wow lots of interest ok. Let me collect all the stuff 
> 
> It’s just a script. I have been thinking of making it a windows service for 
> better stability if there is interest.  But that will take a few days 
> everything is a mess with the virus response requests
> 
> 
> Kent
> 
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>> 
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>> 
>> 
>> 
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>> 
>>> 
>>> Yes please! Thanks.
>>> 
>>> We are still using mrtg, but it should be fine for now.
>>> 
>>> Sent from my iPhone
>>> 
>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>> 
>>>> Yes there is   I can send you links and stuff I’ve done this for years and 
>>>> use
>>> grafania to graph it
>>>> 
>>>> 
>>>> Kent
>>>> 
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>> 
>>>>> 
>>>>> Is there a way I can start dumping real-time stats from CUCM? We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip

___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Lelio Fulgenzi
We shall eagerly await your script

{rubbing hands together with evil laugh}

-Original Message-
From: Kent Roberts  
Sent: Tuesday, March 17, 2020 11:33 AM
To: Lelio Fulgenzi 
Cc: Pawlowski, Adam ; voyp list, cisco-voip 
(cisco-voip@puck.nether.net) 
Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

The api dumps out into xml. But it is very easy to do a txt file.Currently 
I load the data to mssql and go from there.   I’ll try to post it later.  Have 
an apt now so can’t do more then email.  


Kent

> On Mar 17, 2020, at 09:08, Lelio Fulgenzi  wrote:
> 
> 
> Thanks Kent.
> 
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
> 
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
> 
> 
> -Original Message-
> From: Kent Roberts 
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
> (from RTMT)
> 
> Wow lots of interest ok. Let me collect all the stuff
> 
> It’s just a script. I have been thinking of making it a windows 
> service for better stability if there is interest.  But that will take 
> a few days everything is a mess with the virus response requests
> 
> 
> Kent
> 
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>> 
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>> 
>> 
>> 
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>> 
>>> 
>>> Yes please! Thanks.
>>> 
>>> We are still using mrtg, but it should be fine for now.
>>> 
>>> Sent from my iPhone
>>> 
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>> 
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>> grafania to graph it
>>>> 
>>>> 
>>>> Kent
>>>> 
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>> 
>>>>> 
>>>>> Is there a way I can start dumping real-time stats from CUCM? 
>>>>> We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Kent Roberts
The api dumps out into xml. But it is very easy to do a txt file.Currently 
I load the data to mssql and go from there.   I’ll try to post it later.  Have 
an apt now so can’t do more then email.  


Kent

> On Mar 17, 2020, at 09:08, Lelio Fulgenzi  wrote:
> 
> 
> Thanks Kent.
> 
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
> 
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
> 
> 
> -Original Message-
> From: Kent Roberts  
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
> 
> Wow lots of interest ok. Let me collect all the stuff 
> 
> It’s just a script. I have been thinking of making it a windows service for 
> better stability if there is interest.  But that will take a few days 
> everything is a mess with the virus response requests
> 
> 
> Kent
> 
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>> 
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>> 
>> 
>> 
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>> 
>>> 
>>> Yes please! Thanks.
>>> 
>>> We are still using mrtg, but it should be fine for now.
>>> 
>>> Sent from my iPhone
>>> 
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>> 
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>> grafania to graph it
>>>> 
>>>> 
>>>> Kent
>>>> 
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>> 
>>>>> 
>>>>> Is there a way I can start dumping real-time stats from CUCM? We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Bill Talley
If you have access to the Cisco Live on demand repository, there’s a 
presentation and video by, I think, Paul Giralt, about using APIs to collect 
the RTMT data you’re asking about.  He mentions sharing his source files on 
GitHub.I don’t remember the session ID at the moment, sorry. 

Sent from an iPhone mobile device with very tiny touchscreen input keys.  
Please excude my typtos.

> On Mar 17, 2020, at 10:10 AM, Lelio Fulgenzi  wrote:
> 
> 
> Thanks Kent.
> 
> While a script sounds lovely (and please do share), I'm currently focused on 
> any way to dump the data, even to a text file, from RTMT, using RTMT 
> configurations.
> 
> If the only way to get this is from a script, then, well, guess I'm 
> scripting. 
> 
> 
> -Original Message-
> From: Kent Roberts  
> Sent: Tuesday, March 17, 2020 11:00 AM
> To: Pawlowski, Adam 
> Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
> (cisco-voip@puck.nether.net) 
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
> 
> Wow lots of interest ok. Let me collect all the stuff 
> 
> It’s just a script. I have been thinking of making it a windows service for 
> better stability if there is interest.  But that will take a few days 
> everything is a mess with the virus response requests
> 
> 
> Kent
> 
>> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
>> 
>> This would be cool and for sure something to work on when/if I get stuck in 
>> the home office. For now I've just been hastily adding code to my other 
>> scripts and libraries to bulk provision everyone for Jabber while trying not 
>> to implode the system, but that's about done.
>> 
>> 
>> 
>>> -Original Message-
>>> From: cisco-voip  On Behalf Of 
>>> Lelio Fulgenzi
>>> Sent: Tuesday, March 17, 2020 7:27 AM
>>> To: Kent Roberts 
>>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) >> v...@puck.nether.net>
>>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>>> (from RTMT)
>>> 
>>> 
>>> Yes please! Thanks.
>>> 
>>> We are still using mrtg, but it should be fine for now.
>>> 
>>> Sent from my iPhone
>>> 
>>>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>>>> 
>>>>> Yes there is   I can send you links and stuff I’ve done this for years 
>>>>> and use
>>> grafania to graph it
>>>> 
>>>> 
>>>> Kent
>>>> 
>>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>>> 
>>>>> 
>>>>> Is there a way I can start dumping real-time stats from CUCM? We're
>>> moving heavily to remote working in light of what's going on and I'd 
>>> like to keep an eye on things outside of SNMP polling.
>>>>> 
>>>>> ___
>>>>> cisco-voip mailing list
>>>>> cisco-voip@puck.nether.net
>>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>> ___
>>> cisco-voip mailing list
>>> cisco-voip@puck.nether.net
>>> https://puck.nether.net/mailman/listinfo/cisco-voip
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Lelio Fulgenzi

Thanks Kent.

While a script sounds lovely (and please do share), I'm currently focused on 
any way to dump the data, even to a text file, from RTMT, using RTMT 
configurations.

If the only way to get this is from a script, then, well, guess I'm scripting. 


-Original Message-
From: Kent Roberts  
Sent: Tuesday, March 17, 2020 11:00 AM
To: Pawlowski, Adam 
Cc: Lelio Fulgenzi ; voyp list, cisco-voip 
(cisco-voip@puck.nether.net) 
Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

Wow lots of interest ok. Let me collect all the stuff 

It’s just a script. I have been thinking of making it a windows service for 
better stability if there is interest.  But that will take a few days 
everything is a mess with the virus response requests


Kent

> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
> 
> This would be cool and for sure something to work on when/if I get stuck in 
> the home office. For now I've just been hastily adding code to my other 
> scripts and libraries to bulk provision everyone for Jabber while trying not 
> to implode the system, but that's about done.
> 
> 
> 
>> -Original Message-
>> From: cisco-voip  On Behalf Of 
>> Lelio Fulgenzi
>> Sent: Tuesday, March 17, 2020 7:27 AM
>> To: Kent Roberts 
>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) > v...@puck.nether.net>
>> Subject: Re: [cisco-voip] gathering and offloading realtime stats 
>> (from RTMT)
>> 
>> 
>> Yes please! Thanks.
>> 
>> We are still using mrtg, but it should be fine for now.
>> 
>> Sent from my iPhone
>> 
>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>> 
>>> Yes there is   I can send you links and stuff I’ve done this for years and 
>>> use
>> grafania to graph it
>>> 
>>> 
>>> Kent
>>> 
>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>> 
>>>> 
>>>> Is there a way I can start dumping real-time stats from CUCM? We're
>> moving heavily to remote working in light of what's going on and I'd 
>> like to keep an eye on things outside of SNMP polling.
>>>> 
>>>> ___
>>>> cisco-voip mailing list
>>>> cisco-voip@puck.nether.net
>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>> ___
>> cisco-voip mailing list
>> cisco-voip@puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Kent Roberts
Wow lots of interest ok. Let me collect all the stuff 

It’s just a script. I have been thinking of making it a windows service for 
better stability if there is interest.  But that will take a few days 
everything is a mess with the virus response requests


Kent

> On Mar 17, 2020, at 06:25, Pawlowski, Adam  wrote:
> 
> This would be cool and for sure something to work on when/if I get stuck in 
> the home office. For now I've just been hastily adding code to my other 
> scripts and libraries to bulk provision everyone for Jabber while trying not 
> to implode the system, but that's about done.
> 
> 
> 
>> -Original Message-
>> From: cisco-voip  On Behalf Of Lelio
>> Fulgenzi
>> Sent: Tuesday, March 17, 2020 7:27 AM
>> To: Kent Roberts 
>> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net) > v...@puck.nether.net>
>> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
>> 
>> 
>> Yes please! Thanks.
>> 
>> We are still using mrtg, but it should be fine for now.
>> 
>> Sent from my iPhone
>> 
>>>> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
>>> 
>>> Yes there is   I can send you links and stuff I’ve done this for years and 
>>> use
>> grafania to graph it
>>> 
>>> 
>>> Kent
>>> 
>>>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>>>> 
>>>> 
>>>> Is there a way I can start dumping real-time stats from CUCM? We're
>> moving heavily to remote working in light of what's going on and I'd like to
>> keep an eye on things outside of SNMP polling.
>>>> 
>>>> ___
>>>> cisco-voip mailing list
>>>> cisco-voip@puck.nether.net
>>>> https://puck.nether.net/mailman/listinfo/cisco-voip
>> ___
>> cisco-voip mailing list
>> cisco-voip@puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Parker Pearson - Donoma
Lelio (& community) –  I saw this post and wanted to jump in with feedback from 
our support team.  They say yes, you can use RTMT.  You weren’t super clear on 
what data you are looking to get – whether it was more CDR related or not.  If 
you are looking for options to help with troubleshooting, resource allocation, 
usage, etc.  we are offering Donoma OneView for free during this time.

OneView provides immediate insight for your CUCM (and UCCX) environment.  We 
are in communication with Cisco channel partners about this promotion, so if 
you are interested, I’d recommend working via your Cisco channel partner to get 
the ball rolling.

If you are an organization that works via bid process and/or typically only 
engages resellers for procurement, we can work direct.  We just typically 
prefer to engage your partners because they are part of your support ecosystem 
who can use it collaboratively and help you leverage the capabilities.

FREE 6 Month subscription: OneView UC Analytics
Organizations are struggling to pivot and realign UC platforms to meet the WFH 
resource demands. Real-time insight on the impacts of changed communication 
flows is critical. Donoma OneView provides insight for both IT and business 
managers.

  *   Troubleshoot call quality in seconds.
  *   Real-time resource monitoring including trunk lines.
  *   Managers can track team responsiveness.
  *   Visual call flows in real-time make performance issues easy to spot.
  *   End to end call experience metrics for managing customer satisfaction.

Please let me know if there are other issues you are encountering.  If it’s out 
of our wheel-house, we have connections around the Cisco ecosystem we can help 
make introductions.

Regards,

Parker



Parker
Pearson
Vice President, Marketing & Business Development
Donoma Software
t: 540.443.3577
e: par...@donomasoftware.com
Schedule with me online
From: cisco-voip  on behalf of Lelio 
Fulgenzi 
Date: Monday, March 16, 2020 at 6:24 PM
To: "voyp list, cisco-voip (cisco-voip@puck.nether.net)" 

Subject: [cisco-voip] gathering and offloading realtime stats (from RTMT)


Caution: This email originated from an outside source.


Is there a way I can start dumping real-time stats from CUCM? We’re moving 
heavily to remote working in light of what’s going on and I’d like to keep an 
eye on things outside of SNMP polling.
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Pawlowski, Adam
This would be cool and for sure something to work on when/if I get stuck in the 
home office. For now I've just been hastily adding code to my other scripts and 
libraries to bulk provision everyone for Jabber while trying not to implode the 
system, but that's about done.



> -Original Message-
> From: cisco-voip  On Behalf Of Lelio
> Fulgenzi
> Sent: Tuesday, March 17, 2020 7:27 AM
> To: Kent Roberts 
> Cc: voyp list, cisco-voip (cisco-voip@puck.nether.net)  v...@puck.nether.net>
> Subject: Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)
> 
> 
> Yes please! Thanks.
> 
> We are still using mrtg, but it should be fine for now.
> 
> Sent from my iPhone
> 
> > On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
> >
> > Yes there is   I can send you links and stuff I’ve done this for years and 
> > use
> grafania to graph it
> >
> >
> > Kent
> >
> >> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
> >>
> >> 
> >> Is there a way I can start dumping real-time stats from CUCM? We're
> moving heavily to remote working in light of what's going on and I'd like to
> keep an eye on things outside of SNMP polling.
> >> 
> >> ___
> >> cisco-voip mailing list
> >> cisco-voip@puck.nether.net
> >> https://puck.nether.net/mailman/listinfo/cisco-voip
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-17 Thread Lelio Fulgenzi

Yes please! Thanks. 

We are still using mrtg, but it should be fine for now. 

Sent from my iPhone

> On Mar 16, 2020, at 8:21 PM, Kent Roberts  wrote:
> 
> Yes there is   I can send you links and stuff I’ve done this for years and 
> use grafania to graph it
> 
> 
> Kent
> 
>> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
>> 
>> 
>> Is there a way I can start dumping real-time stats from CUCM? We're moving 
>> heavily to remote working in light of what's going on and I'd like to keep 
>> an eye on things outside of SNMP polling.
>> 
>> ___
>> cisco-voip mailing list
>> cisco-voip@puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


Re: [cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-16 Thread Kent Roberts
Yes there is   I can send you links and stuff I’ve done this for years and use 
grafania to graph it


Kent

> On Mar 16, 2020, at 16:24, Lelio Fulgenzi  wrote:
> 
> 
> Is there a way I can start dumping real-time stats from CUCM? We're moving 
> heavily to remote working in light of what's going on and I'd like to keep an 
> eye on things outside of SNMP polling.
> 
> ___
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


[cisco-voip] gathering and offloading realtime stats (from RTMT)

2020-03-16 Thread Lelio Fulgenzi

Is there a way I can start dumping real-time stats from CUCM? We're moving 
heavily to remote working in light of what's going on and I'd like to keep an 
eye on things outside of SNMP polling.
<>___
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip