监控 HTTP / SNMP / 电子邮件请求?
我需要一个 .NET 应用程序,它将作为服务/后台运行,并在检测到以下任何事件时发出声音:
- 电子邮件已发送
- SNMP 数据包已发送
- 或发出 HTTP Post 请求
任何帮助将不胜感激!
至少在如何监控其中一个方面会很棒!
提前致谢!
I need a .NET application that will run as a service / background and emit out sounds when any of these events is detectced:
- E-mail is sent
- SNMP packet is sent
- or HTTP Post request is made
Any help would be much appreciated!
At least on how to monitor one of them would be great!
Thanks in Advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以扩展Fiddler,以实现您想要的HTTP功能,并且看起来您还可以扩展 Wireshark,这将允许您查看其他协议。
You can extend Fiddler in a way which should do what you want for HTTP, and it also looks like you can extend Wireshark which will allow you to view other protocols.