mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 13:12:17 +03:00
minor bug fixing
This commit is contained in:
parent
25d8af83d0
commit
1e3377c048
2 changed files with 1 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,5 +8,5 @@ Homepage: http://www.liderahenk.org.tr
|
||||||
|
|
||||||
Package: ahenk
|
Package: ahenk
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python-sleekxmpp
|
Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp
|
||||||
Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network.
|
Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network.
|
||||||
|
|
|
@ -232,7 +232,6 @@ class AhenkDeamon(BaseDaemon):
|
||||||
|
|
||||||
self.logger.debug('[AhenkDeamon] Signal handled')
|
self.logger.debug('[AhenkDeamon] Signal handled')
|
||||||
self.logger.debug('[AhenkDeamon] Signal is :{}'.format(str(json_data['event'])))
|
self.logger.debug('[AhenkDeamon] Signal is :{}'.format(str(json_data['event'])))
|
||||||
print('event:{}'.format(str(json_data['event'])))
|
|
||||||
|
|
||||||
if 'login' == str(json_data['event']):
|
if 'login' == str(json_data['event']):
|
||||||
self.logger.info('[AhenkDeamon] login event is handled for user: {}'.format(json_data['username']))
|
self.logger.info('[AhenkDeamon] login event is handled for user: {}'.format(json_data['username']))
|
||||||
|
|
Loading…
Reference in a new issue