Tagged Questions

3
votes
2answers
1k views

Implementing an SNMP Reporter (agent) in C# (must run on Mono)?

I am attempting to implement some additional statistics gathering in a C# server application - I have about 20 or so variables I'd like to be able to report to network monitoring tools; so I am ...
1
vote
2answers
176 views

Can anyone recommend a hosted network/system/application monitoring service? [closed]

I've evaluated a lot of great network monitoring software solutions such as groundwork, hyperic, opennms, etc. Is there any hosted subscription service that provides the same functionality as these ...
1
vote
1answer
546 views

Is there a service for monitoring secured WCF endpoints in the same way that HTTP monitoring services do?

A service I have in WCF occasionally goes down due a problem with a COM component. While I am troubleshooting I would like to setup another host to make regular calls to this service to monitor ...
0
votes
1answer
101 views

snmp service can't run correctly my program .. in linux

I have developed this script program : (program name is x1) #!/bin/bash /usr/bin/top -n 1 >/tmp/top1.log echo ok Next is the command that I run it on terminal and get correct reply: ./x1 ...
0
votes
2answers
251 views

how to conntracking in suse9 ? ( ip_conntrack )

I'm working on SUSE-10 Environment and am using /proc/net/ip_conntrack file to monitor net conntracking : tcp 6 431982 ESTABLISHED src=.. dst=.. sport=34846 dport=993 packets=169 bytes=14322 ... But ...
0
votes
1answer
230 views

How do I get the number of requests per second from Apache log between 2 dates/time?

What command can I use to analyse Apache's log file that tells me between 11am of day x and 13pm of day x the average request per second was..? The os is linux (red hat) Thanks
0
votes
3answers
226 views

SNMP monitoring tool(s) for full network monitoring with hookable alerting/notifications

I'm looking for a full network monitoring tool that is able to understand the SNMP protocol (for MySQL), preferably an open-source solution. We specifically want to be able to hook into the alerting ...