Utility for converting IP Fabric webhooks into a Teams format
Setup IP Fabric Setup Go to Settings > Webhooks > Add webhook Provide a name URL will be: http(s)://:8000/ipfabric Copy secret Select if you want both Snapshot and Intent Events Recommended for only Snapshot events. Environment Setup Rename sample.env to .env Edit .env with your IPF and Teams variables Default IP Fabric alerts can be found in ipf_alerts.json and then minified into IPF_ALERTS Edit ipf_alerts.json to your desired settings python -c “import json, sys;json.dump(json.load(sys.stdin), sys.stdout)” < ipf_alerts.json Copy/paste output in [...]
Read more