2011-08-31 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* unix/plugins/grep_log shellscript/linux/plugins/grep_log: Changed parse_log function in order to retrieve token correctly. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4859 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
055e0580c2
commit
4e2113b839
|
@ -1,3 +1,9 @@
|
|||
2011-08-31 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
|
||||
|
||||
* unix/plugins/grep_log
|
||||
shellscript/linux/plugins/grep_log: Changed parse_log
|
||||
function in order to retrieve token correctly.
|
||||
|
||||
2011-08-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* win32/bin/PandoraAgent.exe: Updated the executable
|
||||
|
|
|
@ -169,7 +169,7 @@ sub parse_log () {
|
|||
$!);
|
||||
|
||||
# Go to starting position
|
||||
seek(LOGFILE, $Idx_pos, 0);
|
||||
seek(LOGFILE, 0, 0);
|
||||
|
||||
print (stdout "<module>\n");
|
||||
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
||||
|
|
|
@ -169,7 +169,7 @@ sub parse_log () {
|
|||
$!);
|
||||
|
||||
# Go to starting position
|
||||
seek(LOGFILE, $Idx_pos, 0);
|
||||
seek(LOGFILE, 0, 0);
|
||||
|
||||
print (stdout "<module>\n");
|
||||
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
||||
|
|
Loading…
Reference in New Issue