<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Daley;<br>
<br>
See answers inline...<br>
<br>
On 4/29/2010 8:35 AM, Daley, Okuwa wrote:
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Arial","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Please
can you help me with your tool<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">I
am looking for a tool<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">My
questions <o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">How
many devices can it ping as a maximum at a time </span></p>
  </div>
</blockquote>
There's no hardcoded limit;&nbsp; the main limiting factors will be the
granularity you want (i.e. the number of pings you send to each host
during each poll cycle), your polling interval, processing power, disk
IO capacity and network bandwidth.<br>
<br>
You can also use a master/slave configuration to spread out the load.<br>
<br>
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">What
is the polling interval </span></p>
  </div>
</blockquote>
It's completely configurable.&nbsp; You decide what you want it to be,
keeping in mind factors the factors above.<br>
<br>
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">How
long can the historical data save up to </span></p>
  </div>
</blockquote>
It's completely configurable.&nbsp; The sample configuration stores data for
(IIRC) 400 days, but I've set up SmokePing instances that store several
years worth of data.<br>
<br>
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Can
it also do some real time stuff</span></p>
  </div>
</blockquote>
It would help to know exactly what you mean here.&nbsp; 'Real time' means
different things, depending on which salesperson you've been talking
to.&nbsp;&nbsp; :)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; At its core, SmokePing works on the concept of polling
cycles, so typically things like alerts, etc, will work at whatever
granularity your polling cycle uses.<br>
<br>
You *could* set a very short polling time, with only 1 or 2 pings per
cycle, if all you want is things like alerts... but then you don't get
all the other stats (loss %, range, std. dev., etc) that make SmokePing
such a phenomenally useful tool.<br>
<br>
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Can
it integrate with other tools like openview </span></p>
  </div>
</blockquote>
AFAIK, there is no "out of the box" integration.&nbsp; However, depending on
what exactly you're wanting to do, it might be possible to write your
own scripts to do it.&nbsp;&nbsp; SmokePing can run a script instead of sending
emails when an alert happens, so you might be able to get some
integration that way.&nbsp;&nbsp; <br>
<br>
<blockquote
 cite="mid:03A44833CA616D4EB17ED39FA67C3ADE3C0EA720@LPZHWMEXE11.base.dom"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">daley<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p>&nbsp;</o:p></span></p>
  </div>
  <p><font size="2" face="Verdana">The content of this e-mail is
intended only for the confidential use of the person addressed. <br>
If you are not the intended recipient, please notify the sender and
delete this e-mail immediately.<br>
Thank you.</font></p>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
smokeping-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:smokeping-users@lists.oetiker.ch">smokeping-users@lists.oetiker.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>