Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negbie/horaclifix
horaclifix sends IPFIX messages from Oracle SBC's into Homer
https://github.com/negbie/horaclifix
Last synced: 19 days ago
JSON representation
horaclifix sends IPFIX messages from Oracle SBC's into Homer
- Host: GitHub
- URL: https://github.com/negbie/horaclifix
- Owner: negbie
- License: mit
- Archived: true
- Created: 2017-06-18T11:18:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T17:04:33.000Z (about 4 years ago)
- Last Synced: 2024-07-31T19:17:55.370Z (3 months ago)
- Language: Go
- Size: 2.97 MB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hep - horaclifix - horaclifix sends IPFIX messages from Oracle SBC's into Homer as HEP-EEP (Contribution Guidelines / Gateway Applications)
README
This project is deprecated.
# horaclifix
horaclifix sends IPFIX messages from Oracle SBC's into Homer### Install:
Get it from the releases:
* https://github.com/negbie/horaclifix/releases
* chmod +x horaclifix
* ./horaclifix -H 192.168.2.22:9060&Or if you have go installed:
* go install github.com/negbie/horaclifix
* look inside your go bin folder### Stats:
![netdata_qos](https://user-images.githubusercontent.com/20154956/28118829-01909016-6713-11e7-9b54-80e626af7222.jpeg)### Usage of ./horaclifix:
```bash
-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 &```