Author: Lars Michelsen <[email protected]> Date: Sun Jun 15 11:54:05 2014 +0200 Committer: Lars Michelsen <[email protected]> Commit-Date: Sun Jun 15 11:54:05 2014 +0200
Dealing with the staleness value of hosts and services as a new sub-state --- ChangeLog | 2 + docs/en_US/nagvis_config_format_description.html | 14 +- etc/nagvis.ini.php-sample | 8 + share/frontend/nagvis-js/js/NagVisMap.js | 2 + .../frontend/nagvis-js/js/NagVisStatefulObject.js | 10 +- share/frontend/nagvis-js/js/hover.js | 9 + share/server/core/classes/CoreModMultisite.php | 11 +- share/server/core/classes/GlobalBackendTest.php | 22 +- .../core/classes/GlobalBackendmklivestatus.php | 548 ++++++++------------ .../server/core/classes/GlobalBackendnagiosbp.php | 6 + share/server/core/classes/GlobalBackendndomy.php | 17 + share/server/core/classes/GlobalMainCfg.php | 39 ++ .../server/core/classes/objects/NagVisDynGroup.php | 3 +- .../core/classes/objects/NagVisHostgroup.php | 3 +- share/server/core/classes/objects/NagVisMapObj.php | 3 +- .../server/core/classes/objects/NagVisService.php | 1 + .../core/classes/objects/NagVisServicegroup.php | 1 + .../core/classes/objects/NagVisStatefulObject.php | 31 ++- share/server/core/defines/global.php | 48 +- share/userfiles/templates/default.hover.html | 8 +- 20 files changed, 406 insertions(+), 380 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=e5e557688170585018b328a68fcfc0db767a36ca ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
