Configuration of Log Analysis Tool with Shibboleth Idp
Peter Schober
peter.schober at univie.ac.at
Wed Dec 20 08:10:39 EST 2017
First of all note that all of what you're asking about -- the
loganalysis.py script as well as the Cacti stuff that has been built
using it -- are community contributions and not supported by the
Shibboleth project. (They may be supported by the community, though.)
* vaishali prajapati <vbprajapati39 at gmail.com> [2017-12-20 05:20]:
> After configration of shibboleth-idp-stats with cacti ,I could not
> generate graph from idp-process.log / idp-audit.log.
>
> i got the below output while executing below commands:
>
> /usr/bin/tac /opt/shibboleth-idp/logs/idp-process.log
> |/usr/local/bin/loganalysis.py -t -output: rp:1 l:0 u:1/usr/bin/tac
> /opt/shibboleth-idp/logs/idp-audit.log | awk -f /usr/local/bin/parselog.awk
> |/usr/local/bin/loganalysis.py -t -output: rp:0 l:0 u:0
I'm probably misreading that blob of a command but why are you piping
the content of your idp-process.log to loganalysis.py?
If you're trying to follow
https://docs.cacti.net/usertemplate:graph:shibboleth:idp_audit_log
then you're not even copy/pasting the command correctly from the
website (or from the `runidpstats.sh` script provided on that cacti
page).
While I'm at it: Note that there's now again a public home for
loganalysis.py, https://github.com/peter-/shib-idp-auditlog
The code is still the old one and I'm not actively working on this,
but if anyone has useful things to add by all means send a pull
request. I might also try to hunt down changed versions and add those
changes to this repo.
-peter
More information about the users
mailing list