Module: check_mk
Branch: master
Commit: 7dd24fca70b345b493da65074af34c55ac38e032
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7dd24fca70b345…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Jul 22 15:35:18 2015 +0200
#2410 ESX / agent_vsphere: Now able to re-use session cookies
The agent_vsphere now reuses the session cookie as long as possible.
This prevents large amounts of Logon/Logoff messages in the vCenter log.
Whenever the cookie gets invalid the agent starts from the beginning, carries out
a normal login and refreshes the outdated cookie.
---
.werks/2410 | 13 +
ChangeLog | 3 +-
agents/special/agent_vsphere | 1005 ++++++++++++++++++++++--------------------
3 files changed, 554 insertions(+), 467 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=7dd24fca70…