negbie / horaclifix

horaclifix sends IPFIX messages from Oracle SBC's into Homer
MIT License
5 stars 5 forks source link

This project is deprecated.

horaclifix

horaclifix sends IPFIX messages from Oracle SBC's into Homer

Install:

Get it from the releases:

Or if you have go installed:

Stats:

netdata_qos

Usage of ./horaclifix:

  -H string
        Homer capture server address
  -I string
        InfluxDB HTTP server address
  -N int
        HEP capture node ID (default 2004)
  -P string
        HEP capture password (default "myhep")
  -di string
        Discard SIP method
  -g string
        Graylog gelf TCP server address
  -l string
        IPFIX TCP listen address (default ":4739")
  -m string
        MySQL TCP server address
  -mp string
        MySQL password
  -mu string
        MySQL user
  -n string
        SBC name (default "sbc")
  -nt string
        Network types are [udp, tcp, tls] (default "udp")
  -p string
        Prometheus address
  -protobuf
        Use Protobuf on wire
  -s string
        Syslog UDP server address

  -v    Verbose output to stdout
  -d    Debug output to stdout
  -V    Show version

################################################################
./horaclifix -h
./horaclifix -d -v
./horaclifix -H 192.168.2.22:9060 &
./horaclifix -H 192.168.2.22:9060 -nt tls &
./horaclifix -H 192.168.2.22:9060 -n labsbc -p 192.168.2.22:9096 &