droose Posted November 21, 2013 Share Posted November 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
Sailor Posted November 21, 2013 Share Posted November 21, 2013 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. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 21, 2013 Share Posted November 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
droose Posted November 21, 2013 Author Share Posted November 21, 2013 As so many people have said before, thanks for the super fast response Seb, and your consideration in adding this. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.