2008-07-08 Evi Vanoost <vanooste@rcbi.rochester.edu>
* pandora_agents/ChangeLog: Added my recent modifications * pandora_console/ChangeLog: Added my recent modifications git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@945 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
215906305c
commit
8e9b10cdc2
|
@ -1,3 +1,15 @@
|
|||
2008-07-08 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* pandora_agents/tools
|
||||
pandora_agents/linux/plugins
|
||||
pandora_agents/mac_osx/plugins: Moved tools into the plugin sections of compatible agents. The plugins in subdirectories have dependencies that can be found in the README file while plugins directly in the directory can be used directly when Pandora agent prerequisites are met (Perl & Bash)
|
||||
|
||||
* pandora_agents/mac_osx/pandora_user.conf
|
||||
pandora_agents/mac_osx/plugins/ppc_sensors: Moved pandora_user.conf into the new plugins section
|
||||
|
||||
* pandora_server/pandora_server_installer: Refined the installer so that it doesn't try installing certain parts on systems (usually non-Linux) that don't support cronjobs or /etc/init.d startup. It will just fail with a message for now. Also updated the error messages that appear so that they are more clear (eg. what Perl modules and how to use cpan).
|
||||
|
||||
|
||||
2008-07-08 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* linux/plugins/grep_log: Changed default type to "async_string"
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
2008-07-08 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* pandora/console/install.php: Added mysql_error debugging that can be u
|
||||
ncommented when something goes wrong for clearer troubleshooting
|
||||
|
||||
* pandora_console/pandoradb_data.sql: Fixed a line that had an extra semi
|
||||
colon (;) which caused the installer to fail
|
||||
|
||||
* pandora_console/index.php: Fixed the code that displays the custom CSS
|
||||
code. Now the Console looks good.
|
||||
|
||||
* pandora_console/general/header.php: Fixed the Autorefresh code. Now the
|
||||
Autorefresh link switches correctly between grey and white instead of staying w
|
||||
hite. Also fixed the autorefresh in case that there is no correct $_SERVER['REQU
|
||||
EST_URI'] so that it doesn't go 404.
|
||||
|
||||
2008-07-08 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Basic support for async modules.
|
||||
|
|
Loading…
Reference in New Issue