News:

We really need your input in this questionnaire

Main Menu

logwatch parser dci

Started by lindeamon, October 27, 2011, 06:43:14 PM

Previous topic - Next topic

lindeamon

hi,

i want to use the 3 dci's for the logwatch parser but i can not figure out what to put in the "instance".
i have tried the full path with name as configured in the agent config and i have tried the file name inc. suffix and the status always changes to unsupported.

thanks,
lindeamon

Victor Kirhenshtein

Hi!

They are still not implemented. Agent shows them, but always returns an error.

Best regards,
Victor

lindeamon

ohhhhhhhhhhhhhhhhhhh

will it be implemented in the next release ?

Best Regards,
Lindeamon

Victor Kirhenshtein

Done it. Next release will have these parameters implemented.

Best regards,
Victor

lindeamon


lindeamon

silly me,

i forgot to ask what will the "instance" be.

Best Regards,
Lindeamon

Victor Kirhenshtein

By default it will be file name (exactly as written in <file> tag), and you will be able to change it by adding name attribute to <parser> tag. For example,
for parser

<parser>
  <file>*System</file>
  ...
</parser>

instance name will be *System, and for


<parser name="SystemLog">
  <file>*System</file>
  ...
</parser>

instance name will be SystemLog.

Best regards,
Victor

lindeamon

thank you again.
i will save this link for future use.

Best Regards,
Lindeamon