Module: nagvis Branch: master Commit: 535057bf801f20957988b9824acffcf31aaa2598 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=535057bf801f20957988b9824acffcf31aaa2598
Author: LaMi <[email protected]> Date: Thu Apr 1 23:06:19 2010 +0200 #240 Added new filter to backend API for adding filter criteria which can then applied on the child objects; Using state counts to gather a list of specific states which can then be used by the backend for limiting the focus of child objects --- .../server/core/classes/GlobalBackendInterface.php | 2 +- .../server/core/classes/GlobalBackendmerlinmy.php | 13 ++- .../core/classes/GlobalBackendmklivestatus.php | 82 ++++++++++++++---- share/server/core/classes/GlobalBackendndo2fs.php | 9 ++- share/server/core/classes/GlobalBackendndomy.php | 9 ++- share/server/core/classes/objects/NagVisObject.php | 30 +------ .../core/classes/objects/NagVisStatefulObject.php | 94 +++++++++++++++++++- share/server/core/classes/objects/NagiosHost.php | 9 ++- .../core/classes/objects/NagiosHostgroup.php | 13 ++- .../core/classes/objects/NagiosServicegroup.php | 11 ++- 10 files changed, 210 insertions(+), 62 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=535057bf801f20957988b9824acffcf31aaa2598 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
