Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 526 Bytes

pC_unixunixdhcpdstrendpointnotificationparameter.md

File metadata and controls

20 lines (18 loc) · 526 Bytes

Parser Content

{
Name = unix-unixdhcpd-str-endpoint-notification-parameter
  ParserVersion = "v1.0.0"
  Conditions = [ """dhcpd:""", """Detected host has parameter""" ]
  Fields = ${DHCPDParserTemplates.dhcpd-events.Fields}[
    """dhcpd:\s*({event_name}\S+)\s({additional_info}.+)""",
  ]

dhcpd-events = {
  Vendor = Unix
  Product = Unix dhcpd
  TimeFormat = "yyyy-MM-dd HH:mm:ss"
  Fields = [
    """\w{3} \d+ \d\d:\d\d:\d\d (::ffff:)?({host}[\w.\-]+) dhcpd:""",
    """dhcpd:\s*({event_name}\S+)""",
  
}