Jump to content

Karma Timestamps


droose

Recommended Posts

So, this may be an exceptionally stupid question, but is it possible to get Karma to display time stamps in the web UI Log? Personally, as we're testing this device in our office, we're curious about when Probe requests happened just from a tracking stand point.

If we leave pineapples running for 24-48 hours, it gets a bit dicey guessing what the timeframe is for each individual probe.

-D

Link to comment
Share on other sites

You could use the following:

tail -f /tmp/karma-phy0.log | grep 'pass\|AP-STA-DISCONNECTED\|Successful' | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }' >> /sd/karma.log

Modify the grep query to fit your needs, this logs connects and disconnects. If you want to log probes you would probably pipe through uniq as well.

Link to comment
Share on other sites

So, this may be an exceptionally stupid question, but is it possible to get Karma to display time stamps in the web UI Log? Personally, as we're testing this device in our office, we're curious about when Probe requests happened just from a tracking stand point.

If we leave pineapples running for 24-48 hours, it gets a bit dicey guessing what the timeframe is for each individual probe.

-D

No, but tell you what. Head over to http://wifipineapple.com/?bugs_pub and add this as a suggestion. I'll make sure it makes the next release.

Best Regards,

Sebkinne

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...