Re: Traps duplicated

2006-03-31 Thread Pedro Henrique Morsch Mazzoni
Sorry about the insistence, but I really need to solve this.   Anyone can help me?Thanks, Pedro Mazzoni   2006/3/28, Pedro Henrique Morsch Mazzoni <[EMAIL PROTECTED]>: Hi,My agents always sends duplicated traps. Is this OK? Can I change it?Thanks,  Pedro Mazzoni

Traps duplicated

2006-03-28 Thread Pedro Henrique Morsch Mazzoni
Hi, My agents always sends duplicated traps. Is this OK? Can I change it? Thanks, Pedro Mazzoni

Duplicated traps

2006-03-25 Thread Pedro Henrique Morsch Mazzoni
I have done a traphandler software and it always receives the traps duplicated. I have to handle with it ? Is this normal? Thanks, Pedro Mazzoni

Re: Traphandler problem

2006-03-20 Thread Pedro Henrique Morsch Mazzoni
Fixed, authentication problems. Anybody has written a c ansi traphandler? And what about the pidFile directive in snmptrapd.conf, can I send the notifications to another daemon? Anybody did that? Thanks, Pedro Mazzoni 2006/3/20, Pedro Henrique Morsch Mazzoni <[EMAIL PROTECTED]>: Hi, I am

Traphandler problem

2006-03-20 Thread Pedro Henrique Morsch Mazzoni
Hi, I am using the traphandler directive in snmptrapd to parse output to a script: #snmptrapd.conf authCommunity log public authUser log lps traphandle default /net/users/mazzoni/faculdade/pf/fontes/traphandler.pl And the script traphandler.pl: #!/usr/bin/perl # A simple trap handler my $TRAP_F

Redirect output of snmptrapd

2006-03-17 Thread Pedro Henrique Morsch Mazzoni
Can I redirect the output of snmptrapd to the input of another program? Thanks, Pedro Mazzoni

Hi Everyone!

2006-03-17 Thread Pedro Henrique Morsch Mazzoni
When I start snmpd it reports the following error: : line 20: Error: unknown payload OID And line 20 is: defaultMonitors yes Here is my snmpd.conf: #System Information syslocation lpsII syscontact  netadmin authtrapenable  1 #Trap Destinations trapcommunity public informsink localhost p

Net snmp rpm

2006-03-17 Thread Pedro Henrique Morsch Mazzoni
1- Anyone know a net-snmp rpm(fedora or others) compiled with disman-event-mib support? 2- I have downloaded the sources and compiled with this optionsbut when I run snmp I see the following errors: Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none)

Handling woth traps

2006-03-10 Thread Pedro Henrique Morsch Mazzoni
Hi! I need to receive traps when some services has stoped. My snmpd.conf on "clients" (agents) is like that: rocommunity public rwcommunity private trapcommunity   public trapsink    banff.lps.ufrj.br trap2sink    banff.lps.ufrj.br syslocation lps2 syscontact  [EMAIL PR

Monitoring services and resources

2006-03-08 Thread Pedro Henrique Morsch Mazzoni
Hi Everyone! I am new to snmp and I want to know if with it I can monitor services like httpd,ftpd,nfds and other daemons. And to monitor resources like disk(partitions) space and memory? Thanks, Pedro Mazzoni