Author: Lars Michelsen <[email protected]> Date: Tue Feb 5 11:40:25 2013 +0100 Committer: Lars Michelsen <[email protected]> Commit-Date: Tue Feb 5 11:40:25 2013 +0100
Implemented custom context actions based on client os and object related conditions --- docs/en_US/context_templates.html | 3 + etc/nagvis.ini.php-sample | 69 +++++++++ share/frontend/nagvis-js/js/NagVisObject.js | 60 ++++++++ share/server/core/actions/rdp.php | 72 +++++++++ share/server/core/actions/win_ssh.php | 58 +++++++ share/server/core/classes/CoreModAction.php | 38 +++++ .../core/classes/GlobalBackendmklivestatus.php | 8 +- share/server/core/classes/GlobalCore.php | 25 +++ share/server/core/classes/GlobalMainCfg.php | 161 ++++++++++++++++++-- share/server/core/classes/NagVisContextMenu.php | 16 ++ share/server/core/defines/matches.php | 1 + share/userfiles/templates/default.context.html | 17 ++ 12 files changed, 513 insertions(+), 15 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=86f1c30c8ac51fcaa72e461389c4adc5a46188e9 ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
