1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
2002-06-28 Geert Vanderkelen <geert@kemuri.org>
* plugin_default.inc: corrected saving and exporting properies having a
value of 0 (zero).
* export.php: more output and error handling
* *.php: More fixes regarding undefined indexes and variables.
2002-06-21 Geert Vanderkelen <geert@kemuri.org>
* hostedit.php: Command are now saved correctly. Redirecting to
hosts.php instead of reopening the form.
* serviceedit.php: Bugs regarding saving services are fixed.
* contactedit.php: Saving has been fixed and a little code clean up.
* *.php: More fixes regarding undefined indexes and variables.
Cleaning up some old code.
2002-06-19 Phil Dawes <pdawes@users.sourceforge.net>
* nagios.inc: Added check for $object_description in
NagiosDropDownObjects in order to handle service list
Added wildcard versions of NagiosDropDownObjects and
NagiosMultiListObjects to handle '*' in service escalations.
* serviceedit.php: Fixed bug where service with objectid 0 wasn't
being retrieved because isempty($objectid) == true so was assuming
a new object
* serviceescalations.php: Added new page
* nagiosdata.inc: Added serviceescalations to data
* *.php Added code to deduce default config file
2002-06-18 Phil Dawes <pdawes@users.sourceforge.net>
* *.php: Added delete to all the remaining types.
2002-06-14 Geert Vanderkelen <geert@kemuri.org>
* importer.php: nagios.cfg/cgi.cfg et al can be imported
* plugin_default.inc: more function for importing/saving/dumping
* nagioscfg.php: using new functions, not saving directly
* cgicfg.php: using new function, not saving directly
* ChangeLog: changing my email address to kemuri.org
* TODO: small todo list with upcomming stuff
2002-06-06 Geert Vanderkelen <geert@kemuri.org>
* nagios.inc: moved alot to plugin system
* plugin_default.inc: plugin system for reading/writing data
* local.inc.dist: plugin enabled, basic checks
* importer.php: importing data from Nagios using plugin
* README: added some docs about plugins
* all: using plugin functions
2002-04-29 Geert Vanderkelen <geert@kemuri.org>
* functions.inc: added ObjectInheritance function
* hostgroupedit.inc: fixing the new function
2002-04-26 Geert Vanderkelen <geert@kemuri.org>
* local.inc.dist: custom CSS option
2002-04-25 Geert Vanderkelen <geert@kemuri.org>
* services.php: fixing new and edit functions
* commands.php: saving and making new, show basic usage
* nagios.inc: added some functions
2002-04-24 Geert Vanderkelen <geert@kemuri.org>
* hosts.php: sorting of data
* hostedit.php: basic check on name
* hostgroupedit.php: fixed making new object
* all: added CVS Id keys
2002-04-22 Geert Vanderkelen <geert@kemuri.org>
* cgicfg.php: save works
2002-04-21 Geert Vanderkelen <geert@kemuri.org>
* nagioscfg.php: save works
* nagios.cgi: more comments
2002-04-18 Geert Vanderkelen <geert@kemuri.org>
* nagioscfg.php: better input fields
* nagiosdata.inc: sperated data from functions
2002-04-17 Geert Vanderkelen <geert@kemuri.org>
* changed name to Nagat
* local.inc.dist: made ready for distribution
2002-04-15 Geert Vanderkelen <geert@kemuri.org>
* sticky.inc: holds version dependable settings
* added the GPL license
* README: initial writing
|