mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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
f4a034f227
commit
581fd71017
@ -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>
|
2011-08-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* win32/bin/PandoraAgent.exe: Updated the executable
|
* win32/bin/PandoraAgent.exe: Updated the executable
|
||||||
|
@ -169,7 +169,7 @@ sub parse_log () {
|
|||||||
$!);
|
$!);
|
||||||
|
|
||||||
# Go to starting position
|
# Go to starting position
|
||||||
seek(LOGFILE, $Idx_pos, 0);
|
seek(LOGFILE, 0, 0);
|
||||||
|
|
||||||
print (stdout "<module>\n");
|
print (stdout "<module>\n");
|
||||||
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
||||||
|
@ -169,7 +169,7 @@ sub parse_log () {
|
|||||||
$!);
|
$!);
|
||||||
|
|
||||||
# Go to starting position
|
# Go to starting position
|
||||||
seek(LOGFILE, $Idx_pos, 0);
|
seek(LOGFILE, 0, 0);
|
||||||
|
|
||||||
print (stdout "<module>\n");
|
print (stdout "<module>\n");
|
||||||
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
print (stdout "<name><![CDATA[" . $Module_name . "]]></name>\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user