<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pinger configuration on windows in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52745#M2974</link>
    <description>&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt; .\splunk.exe cmd python .\heartbeat.py&lt;BR /&gt;
splunk.exe : No handlers could be found for logger "splunk.clilib.cli_common"&lt;/P&gt;

&lt;P&gt;I have searched and found the following:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/38496/43-breaks-the-python-api-searches"&gt;http://splunk-base.splunk.com/answers/38496/43-breaks-the-python-api-searches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That must not be the issue as I still can not run it after following the answer provided.&lt;/P&gt;

&lt;P&gt;Thanks for the assistance Gooza I am very much a Splunk noob.&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2012 22:43:30 GMT</pubDate>
    <dc:creator>ilv2splunk</dc:creator>
    <dc:date>2012-05-16T22:43:30Z</dc:date>
    <item>
      <title>Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52743#M2972</link>
      <description>&lt;P&gt;I am hoping to get pinger up and running within windows.&lt;BR /&gt;
Can it work through a proxy?&lt;/P&gt;

&lt;P&gt;I have created pinger.conf but within pinger overview I am not getting anything in the drop down list site:  it only has "all sites" &lt;/P&gt;

&lt;P&gt;guessing it will have a list of the sites you add to the pinger.conf site.&lt;/P&gt;

&lt;P&gt;I have restarted splunk and modified the inputs.conf so it looks like:&lt;/P&gt;

&lt;P&gt;[script://.\bin\heartbeat.py]&lt;BR /&gt;
interval = 60&lt;BR /&gt;
index = main&lt;BR /&gt;
sourcetype = sla_heartbeat&lt;BR /&gt;
source = sla_heartbeat&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;What am I missing.  Is there a log file I can look into somewhere for more info.&lt;/P&gt;

&lt;P&gt;Updated&lt;BR /&gt;
Ok so with the new version of pinger released hours ago I now get errors in the splunkd.log&lt;/P&gt;

&lt;P&gt;05-17-2012 10:30:29.195 +1000 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py"" Traceback (most recent call last):&lt;BR /&gt;
05-17-2012 10:30:29.195 +1000 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py""   File "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py", line 151, in &lt;MODULE&gt;&lt;BR /&gt;
05-17-2012 10:30:29.195 +1000 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py""     print dt.strftime("%Y-%m-%d %H:%M:%S") + " site=" + uselabel + " domain=" + settings["host"] + " resource=" + useresource + " location=" + location + " status=" + code + " connect_time=" + str(cdelta.seconds) + "." + str(cdelta.microseconds) + " request_time=0.0 bytes=0 dns=0.0 prod=" + prod + " ext=" + ext + " message=\"" + msg + "\""&lt;BR /&gt;
05-17-2012 10:30:29.195 +1000 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py"" NameError: name 'dt' is not defined&lt;BR /&gt;
05-17-2012 10:30:29.195 +1000 INFO  ExecProcessor - Ran script: python "C:\Program Files\Splunk\etc\apps\pinger\bin\heartbeat.py", took 10.92 seconds to run, 0 bytes read, exited with code 1&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52743#M2972</guid>
      <dc:creator>ilv2splunk</dc:creator>
      <dc:date>2020-09-28T11:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52744#M2973</link>
      <description>&lt;P&gt;OK , did you succeeded in running the script manually via the CLI splunk cmd python .bin\heartbeat.py maybe that will give you some errors to follow on ...&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 06:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52744#M2973</guid>
      <dc:creator>gooza</dc:creator>
      <dc:date>2012-05-16T06:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52745#M2974</link>
      <description>&lt;P&gt;C:\Program Files\Splunk\bin&amp;gt; .\splunk.exe cmd python .\heartbeat.py&lt;BR /&gt;
splunk.exe : No handlers could be found for logger "splunk.clilib.cli_common"&lt;/P&gt;

&lt;P&gt;I have searched and found the following:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/38496/43-breaks-the-python-api-searches"&gt;http://splunk-base.splunk.com/answers/38496/43-breaks-the-python-api-searches&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That must not be the issue as I still can not run it after following the answer provided.&lt;/P&gt;

&lt;P&gt;Thanks for the assistance Gooza I am very much a Splunk noob.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 22:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52745#M2974</guid>
      <dc:creator>ilv2splunk</dc:creator>
      <dc:date>2012-05-16T22:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52746#M2975</link>
      <description>&lt;P&gt;Hi!  I'm Paul and Pinger is my creation.&lt;/P&gt;

&lt;P&gt;I included Windows directions in the README.txt in the app root but I'll paste the net here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Windows uses different path delimiters from *NIX or Mac.  You must recreate
the scripted input in local/inputs.conf and reverse the direction of the
slashes.  i.e.:

[script://./bin/heartbeat.py]

should become:

[script://.\bin\heartbeat.py]

on Windows ONLY. Be sure that you clone the stanza in inputs.conf and don't
edit the default!
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sorry for the confusion!  I'll try to find a way to make that more visible.&lt;/P&gt;

&lt;P&gt;Also, the list of sites will populate within one hour.  You can run the saved search "pinger_populate_sites" manually if you want it to populate before that.  It builds a lookup table to populate the dropdown much more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52746#M2975</guid>
      <dc:creator>pstout</dc:creator>
      <dc:date>2020-09-28T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52747#M2976</link>
      <description>&lt;P&gt;Hey Paul I read the readme.txt &lt;BR /&gt;
I noted how I put the script in my original message.&lt;/P&gt;

&lt;P&gt;Still have not had any luck getting it going have started using webmon instead.  I do like the layout of pinger's overview better but just cant get it working or loggin any useful error messages.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 05:15:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52747#M2976</guid>
      <dc:creator>ilv2splunk</dc:creator>
      <dc:date>2012-05-17T05:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52748#M2977</link>
      <description>&lt;P&gt;Ok thanks -- please let me know if you change your mind.  More than happy to work with you through the config.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 05:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52748#M2977</guid>
      <dc:creator>pstout</dc:creator>
      <dc:date>2012-05-17T05:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52749#M2978</link>
      <description>&lt;P&gt;I traced the issue in your original report from the logfiles.  I just posted 2.2 to address this issue -- it is a bug with Pinger introduced in 2.1.  Thanks for helping me find it!&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 06:04:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52749#M2978</guid>
      <dc:creator>pstout</dc:creator>
      <dc:date>2012-05-17T06:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52750#M2979</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How do you run saved search "pinger_populate_sites"&lt;/STRONG&gt;?  I notice with WebMon the saved searches are added as a link in the app portal.  I am new to Splunk and exploring some of the features.  So I apologize for my ignorance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Update: I found it under "Searches and Reports" when clicking "Manager" link at the top right.  But it doesn't update the list &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:11:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52750#M2979</guid>
      <dc:creator>johnlockie</dc:creator>
      <dc:date>2020-09-28T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52751#M2980</link>
      <description>&lt;P&gt;Survey for messengers – Chance to win iPad mini&lt;BR /&gt;
Are you using a messenger such as Skype, Whatsapp, pinger etc.? One lucky respondent will win an iPad (mini)! This is not spam – you can contact us directly: Gleb Zhukov at &lt;A href="mailto:gleb.zhukov@axience.com"&gt;gleb.zhukov@axience.com&lt;/A&gt;. Please follow the link for the survey: &lt;A href="https://www.surveymonkey.com/s/5KC7T33"&gt;https://www.surveymonkey.com/s/5KC7T33&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52751#M2980</guid>
      <dc:creator>Axience</dc:creator>
      <dc:date>2012-12-14T13:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52752#M2981</link>
      <description>&lt;P&gt;Dear pstout &lt;BR /&gt;
I’m working in a research and consulting company Axience, &lt;A href="http://www.axience.com"&gt;www.axience.com&lt;/A&gt;. We are currently conducting a survey among messenger users and would appreciate if you could spend several minutes answering our questions. &lt;BR /&gt;
One lucky respondent will win an iPad (mini). This is not spam – you can approach us directly at &lt;A href="mailto:gleb.zhukov@axience.com"&gt;gleb.zhukov@axience.com&lt;/A&gt;. &lt;BR /&gt;
Please follow this link to for the survey: &lt;A href="https://www.surveymonkey.com/s/5KC7T33"&gt;https://www.surveymonkey.com/s/5KC7T33&lt;/A&gt;&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Axience&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52752#M2981</guid>
      <dc:creator>Axience</dc:creator>
      <dc:date>2012-12-14T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52753#M2982</link>
      <description>&lt;P&gt;Dear gooza &lt;BR /&gt;
I’m working in a research and consulting company Axience, &lt;A href="http://www.axience.com"&gt;www.axience.com&lt;/A&gt;. We are currently conducting a survey among messenger users and would appreciate if you could spend several minutes answering our questions. &lt;BR /&gt;
One lucky respondent will win an iPad (mini). This is not spam – you can approach us directly at &lt;A href="mailto:gleb.zhukov@axience.com"&gt;gleb.zhukov@axience.com&lt;/A&gt;. &lt;BR /&gt;
Please follow this link to for the survey: &lt;A href="https://www.surveymonkey.com/s/5KC7T33"&gt;https://www.surveymonkey.com/s/5KC7T33&lt;/A&gt;&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Axience&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52753#M2982</guid>
      <dc:creator>Axience</dc:creator>
      <dc:date>2012-12-14T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52754#M2983</link>
      <description>&lt;P&gt;Dear johnlockie &lt;BR /&gt;
I’m working in a research and consulting company Axience, &lt;A href="http://www.axience.com"&gt;www.axience.com&lt;/A&gt;. We are currently conducting a survey among messenger users and would appreciate if you could spend several minutes answering our questions. &lt;BR /&gt;
One lucky respondent will win an iPad (mini). This is not spam – you can approach us directly at &lt;A href="mailto:gleb.zhukov@axience.com"&gt;gleb.zhukov@axience.com&lt;/A&gt;. &lt;BR /&gt;
Please follow this link to for the survey: &lt;A href="https://www.surveymonkey.com/s/5KC7T33"&gt;https://www.surveymonkey.com/s/5KC7T33&lt;/A&gt;&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Axience&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:37:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52754#M2983</guid>
      <dc:creator>Axience</dc:creator>
      <dc:date>2012-12-14T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pinger configuration on windows</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52755#M2984</link>
      <description>&lt;P&gt;I downvoted this post because spam content.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Pinger-configuration-on-windows/m-p/52755#M2984</guid>
      <dc:creator>jeremyhaggard</dc:creator>
      <dc:date>2016-08-19T13:55:15Z</dc:date>
    </item>
  </channel>
</rss>

