3]: * Starting SNMP services:
DR> Sep 7 12:03:41 vault1 snmpd[11762]: /etc/snmp/snmpd.conf: line
DR> 145: Warning: Unknown token: defaultMonitors. Sep 7 12:03:41
DR> vault1 snmpd[11762]: /etc/snmp/snmpd.conf: line 147: Warning:
DR> Unknown token: linkUpDownNotifications. Sep 7 12:03:41 vau
.conf: line 145: Warning:
Unknown token: defaultMonitors.
Sep 7 12:03:41 vault1 snmpd[11762]: /etc/snmp/snmpd.conf: line 147: Warning:
Unknown token: linkUpDownNotifications.
Sep 7 12:03:41 vault1 snmpd[11762]: Turning on AgentX master support.
Sep 7 12:03:41 vault1 snmpd[11762]: /etc/snmp/snmpd
rapReceiver::register("all", \&myfunc);�
�
perl do "C:/usr/share/snmp/mytrapd.pl";
Now when i start the snmptrapd process as c:/snmptrapd -f -Le
i am getting
unknown token perl in snmptrapd.conf file
How to overcome this problem to enable trap
handlers.
Looking forwar
Ok,
Got it working.
Created a configuration file with:
*agentAddress udp:161,udp6:[::1]:161**
**rocommunity public localhost**
**dlmod obu /home/jmpg/.snmp/obu.so*
And did a snmpwalk and it listed more than just the system OIDs.
Furthermore, I found that my OIDs were being listed.
Did a snmpge
On 2 January 2013 14:59, Nuno Magalhães wrote:
> Hi Dave,
>
> Furthermore if I execute the command:
> "snmpwalk -v 2c -c public 10.181.30.153 .iso"
>
>
> I get the following output:
[snip]
> iso.3.6.1.2.1.25.1.7.0 = No more variables left in this MIB View (It is past
> the end of the MIB tree)
Hi Dave,
Furthermore if I execute the command:
"snmpwalk -v 2c -c public 10.181.30.153 .iso"
I get the following output:
iso.3.6.1.2.1.1.1.0 = STRING: "Linux asus-B53E 3.5.0-17-generic
#28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64"
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.8072.3.2.10
iso.3.6
On 2 January 2013 15:46, Nuno Magalhães wrote:
> Hi Dave,
>
> From the FAQ and your previous answers I assume
> "rocommunity public" in the snmpd.conf gives us all views (more than system
> only).
>
> Is this true?
Try it.
What do you see?
Dave
--
Hi Dave,
From the FAQ and your previous answers I assume
"rocommunity public" in the snmpd.conf gives us all views (more than
system only).
Is this true?
Regards,
Nuno Magalhães.
On 02-01-2013 15:03, Dave Shield wrote:
> On 2 January 2013 14:59, Nuno Magalhães wrote:
>> Hi Dave,
>>
>> Furt
On 1 January 2013 08:01, Bart Van Assche wrote:
> Note: the Net-SNMP dlmod module has been ported recently to Windows.
Thanks for that, Bart.
This must have happened during my recent sabbatical from the project.
Certainly the code I was looking at didn't seem to support dlmod under
Windows, but I
On 12/30/12 01:13, Dave Shield wrote:
> Windows seems to use 'winExtDLL' instead of 'dlmod'
The recommended approach on Unix and Windows for extending Net-SNMP is
AgentX. This is because AgentX uses interprocess communication and hence
a bug in an AgentX sub-agent does not affect the snmpd maste
"snmpget -v 1 -c public 127.0.0.1:1161 1.3.6.1.4.1.19278.14.1.3"
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: ONBOARD-MIB::obuModule2Status
"snmpget -v 2c -c public 127.0.0.1:1161 1.3.6.1.4.1.19278.14.1.3"
ONBOARD-MIB::obuModule2Status = No Such
On 31 Dec 2012, at 14:08, Nuno Magalhães wrote:
> Hi Dave,
>
> I'm using the latest snmpget.exe from the output binaries just built.
Yes, but what is the exact command you are issuing?
Dave
--
Master Visual Studio, Sh
Hi Dave,
I'm using the latest snmpget.exe from the output binaries just built.
Regards,
Nuno Magalhães.
Em 31-12-2012 12:55, Dave Shield escreveu:
> On 31 December 2012 12:32, Nuno Magalhães wrote:
>> And BTW, why do I receive this message in the snmpget command:
>> --
>> Error in packet
>> Re
On 31 December 2012 12:32, Nuno Magalhães wrote:
> And BTW, why do I receive this message in the snmpget command:
> --
> Error in packet
> Reason: (noSuchName) There is no such variable name in this MIB.
> Failed object: ONBOARD-MIB::obuModule2Status
The other question here is:
what is the snm
I think I'm only missing a simple step don't you think?
BTW I'm using win32dll should I use win32 project?
Regards,
Nuno Magalhães.
Em 31-12-2012 12:43, Nuno Magalhães escreveu:
> Hi Dave,
>
> I think so. I'm sending you the source.
>
> Included also the line:
> #include "mibgroup/examples/obu.h"
Hi Dave,
And BTW, why do I receive this message in the snmpget command:
--
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: ONBOARD-MIB::obuModule2Status
--
It seems that the correct parameter is addressed but no function on the
backend is processing
On 31 December 2012 12:32, Nuno Magalhães wrote:
> And BTW, why do I receive this message in the snmpget command:
> --
> Error in packet
> Reason: (noSuchName) There is no such variable name in this MIB.
> Failed object: ONBOARD-MIB::obuModule2Status
> --
> It seems that the correct parameter is a
On 31 December 2012 11:57, Nuno Magalhães wrote:
> - Why can't it find the modules? What modules is it referring to?
I'll pass on the MIB file errors - someone more knowledgeable than me about
Windows might be able to help there. (Though I'm suspicious about the mixture
of forward and backward
Hi Dave,
1) Compiled the source of the latest realease for win32dll project (with
the new extension).
2)
Set the MIBDIRS environment variables to "C:\usr\mibs" and put it all
there.
Set the MIBS=ALL environment variable.
Put the bin directory of the resulting source compilation in the path (a
On 30 December 2012 05:30, Nuno Magalhães wrote:
> Hi Dave,
>
> So, how do I extend the functionality of an agent in windows (i.e.:
> defining, monitoring and trapping new OID's).
The design of the Net-SNMP agent is such that a MIB module
(as generated by mib2c) can be used in one of three ways:
Hi Dave,
So, how do I extend the functionality of an agent in windows (i.e.:
defining, monitoring and trapping new OID's).
Can you give me an example/steps starting with the mib2c.exe command.
Thanks in advance,
Nuno Magalhães.
Em 30-12-2012 00:13, Dave Shield escreveu:
> On 29 December 2012 2
On 29 December 2012 22:00, Nuno Magalhães wrote:
> I thought I was only enabling debug for dlmod token -Ddlmod.
My apologies - I'd misread the command you were using to start the agent.
You are quite correct.
> Even if I simply call snmpd.exe with no parameters the error persists.
Looking at t
are giving the SNMP agent a list of
> modules that should *not* be initialized ('-I-')
> and this list includes the module that is responsible for dynamic
> loading of modules ('dlmod')
>
>> "C:/Program Files/Net-SNMP 5.6.1.1/etc/snmp/snmpd.conf: line 1
orrectly, you are giving the SNMP agent a list of
modules that should *not* be initialized ('-I-')
and this list includes the module that is responsible for dynamic
loading of modules ('dlmod')
> "C:/Program Files/Net-SNMP 5.6.1.1/etc/snmp/snmpd.conf: line 19:
>
f -Lo
-I-udp,udpTable,tcp,tcpTable,icmp,ip,interfaces,system_mib,sysORTable
-DnstAgentPluginObject,dlmod,winExtDLL
It tells me at some point in the log that the generated DLL (extension)
could not be parsed in snmpd.conf:
"C:/Program Files/Net-SNMP 5.6.1.1/etc/snmp/snmpd.conf: line 19:
Warnin
tells me at some point in the log that the generated DLL (extension)
could not be parsed in snmpd.conf:
"C:/Program Files/Net-SNMP 5.6.1.1/etc/snmp/snmpd.conf: line 19:
Warning: Unknown token: dlmod."
The configuration file is specifying the Dlmod like the following:
dlmod obu_agent.
that the generated DLL (extension)
could not be parsed in snmpd.conf:
"C:/Program Files/Net-SNMP 5.6.1.1/etc/snmp/snmpd.conf: line 19:
Warning: Unknown token: dlmod."
The configuration file is specifying the Dlmod like the following:
dlmod obu_agent.dll "C:\Program Files\Net-SNMP 5
home/.snmp/snmpd.conf: line 57:
Warning: Unknown token: dlmod.
I've search the net for a solution but can't
find one that works. This also happens when I use net-snmp version
5.7.2. Any help is greatly appreciated. I'm using version 5.4.4
because it is closest to the version I hav
On 8 June 2012 19:20, Haughton, Steve wrote:
> I traced the problem to the snmpd.log file
> which mentions “Unknown token rwcommunity”.
> I assume the problem is in the fact that I am building for an embedded
> system and I configured out of the build as much as I could
&
snmp manager. I traced the problem to the
snmpd.log file
which mentions "Unknown token rwcommunity". There are other definitions in the
.conf that
work so it is not like it can't find or read the .conf file. The log file and
the .conf file are below.
I assume the problem is in the
On 3 August 2011 20:50, wrote:
> i have compiled it myself
What options did you use?
Dave
--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
nmpd -c snmpd5.conf -Le -D
>> snmpd5.conf: line 4: Warning: Unknown token: extend.
> It means that the agent was compiled without support for the "extend"
> (or "exec") module.
>
> Did you compile this binary
On 28 July 2011 19:22, wrote:
> what means this warning ?
> # snmpd -c snmpd5.conf -Le -D
> snmpd5.conf: line 4: Warning: Unknown token: extend.
It means that the agent was compiled without support for the "extend"
(or "exec") module.
Did you compile this binary
hi
i am new to net-snmp so may by i am asking a stupid question but what
means this warning ?
is it mistake of compilation or is it missing some files ?
#snmpd -c snmpd5.conf -Le -D
snmpd5.conf: line 4: Warning: Unknown token: extend.
NET-SNMP version
5.5
Hi Marco.
The Windows binaries on SourceForge are compiled with the regular Perl
modules, but not with embedded Perl. The binaries are built using MSVC
so the build system has to be modified to support it. It's something I
want to look at for the next release.
Have a look at the following t
-snmp-users@lists.sourceforge.net
Subject: Re: embedded-perl on win32: "warning unknown token: perl"
2008/9/19 Marco Dings <[EMAIL PROTECTED]>:
> I've gotten the latest binaries from sourceforge (5.4.1.2)
> As soon as I put something like
>
> perl do "myscript.
2008/9/19 Marco Dings <[EMAIL PROTECTED]>:
> I've gotten the latest binaries from sourceforge (5.4.1.2)
> As soon as I put something like
>
> perl do "myscript.pl"
> in snmpd.conf
>
> I find a message in my snmp.log file
> "warning unknown toke
t; it.
As soon as I put something like
perl do "myscript.pl"
in snmpd.conf
I find a message in my snmp.log file
"warning unknown token: perl"
I've searched the web read the help files but cannot figure it out.
Supposedly embedded-perl support
is enabled by default, yet
8 15:44:06 +0100
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: rwcommunity in snmpd.conf ignored by snmpd ("unknown token" in
> debug output)
> CC: net-snmp-users@lists.sourceforge.net
>
> On 14/04/2008, Paul Cerqua <[EMAIL PROTECTED]> wrote:
On 14/04/2008, Paul Cerqua <[EMAIL PROTECTED]> wrote:
> I thought about the unprintable characters, too; does it make sense that I
> would get similar messages (except that they reference "memory") when using
> --rwcommunity="prince" on the command line?
No :-(
> > What does the command
> >
> >
From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: rwcommunity in snmpd.conf ignored by snmpd ("unknown token" in
> debug output)
> CC: net-snmp-users@lists.sourceforge.net
>
> On 14/04/2008, Paul Cerqua <[EMAIL PROTECTED]> wrote:
> > The rwcom
On 14/04/2008, Paul Cerqua <[EMAIL PROTECTED]> wrote:
> The rwcommunity token is accessed twice by the snmpd master process; it
> recognizes it the first time, but not the second time ("unknown token").
> This is true whether or not I prefix rwcommunity with [snmpd]. A
community [default|hostname|network/bits [oid]]
rocommunity community [default|hostname|network/bits [oid]]
rwcommunity6 community [default|hostname|network/bits [oid]]
rocommunity6 community [default|hostname|network/bits [oid]]
> Date: Mon, 1
Paul Cerqua wrote:
> read_config: /etc/snmp/master/snmpd.conf:126 examining: rwcommunity prince
>
> /etc/snmp/master/snmpd.conf: line 126: Warning: Unknown token: rwcommunity.
What's the output of:
- net-snmp-config --configure-options
- net-snmp-config --snmpd-module-list | tr &q
iced when
turning on full debugging using -DALL.
The rwcommunity token is accessed twice by the snmpd master process; it
recognizes it the first time, but not the second time ("unknown token"). This
is true whether or not I prefix rwcommunity with [snmpd]. Also, I tried
specifying the com
Le Mardi, 8 Avril 2008 12:00:33 -0700,
"Mike Ayers" <[EMAIL PROTECTED]> a écrit :
>
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of lanas
> > Sent: Monday, April 07, 2008 4:28 PM
>
> > Yes, it was, after installing openSSL. But I'm still getting the
> > same darn co
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of lanas
> Sent: Monday, April 07, 2008 4:28 PM
> Yes, it was, after installing openSSL. But I'm still getting the same
> darn communication failure error with ospfd although I have the two
> smuxpeer and 'smux peer' lines in bo
On 08/04/2008, lanas <[EMAIL PROTECTED]> wrote:
> One question: I noticed that without openSSL net-snmp links against a
> GNU libcrypt. And quagga does the same. Does this mean - or for that
> matter in a general sense - that it is possible to have both net-snmp
> and ospfd talking to each ot
Le Lundi, 7 Avril 2008 12:22:40 +0100,
"Dave Shield" <[EMAIL PROTECTED]> a écrit :
> On 07/04/2008, lanas <[EMAIL PROTECTED]> wrote:
> > I would like to do a simple connection test with OSPF, forgetting
> > about the license issue with OpenSSL. Now, in order to do that, do
> > I simply have to i
On 07/04/2008, lanas <[EMAIL PROTECTED]> wrote:
> I would like to do a simple connection test with OSPF, forgetting about
> the license issue with OpenSSL. Now, in order to do that, do I simply
> have to install SSL and then perhaps given net-snmp a compile option to
> find it ?
If you instal
Le Lundi, 07 Avril 2008 07:26:08 +0200,
Thomas Anders <[EMAIL PROTECTED]> a écrit :
> lanas wrote:
>>
>> I'm still trying to make OSPF talk with net-snmp, though.
> Could you try it on the VM system, please?
It gives the following:
-bash-3.2# cd /usr/sbin
-bash-3.2# ldd snmpd
libnetsnm
On 04/04/2008, lanas <[EMAIL PROTECTED]> wrote:
> [M1> cat snmpd.conf
[snip]
> smuxpeer .1.3.6.1.4.1.3317.1.2.5 quagga_ospfd
> [M1> ./snmpd -Dsmux,smux_init,smux_conf
> line 14: Warning: Unknown token: smux.
The thing that strikes me about this is that your
lanas wrote:
> I don't have this system now. But I've rebuild on a quite similar
> system (Fedora 8 x86) this one running inside VmWare. This time,
> instead of using the defalt /usr/local/ prefix I've specified /usr.
> And this time I do not see the warning as above.
>
> I'm still trying to mak
Le Samedi, 05 Avril 2008 15:56:36 +0200,
Thomas Anders <[EMAIL PROTECTED]> a écrit :
> lanas wrote:
> > And then I chdir to /usr/local/sbin/ and:
> > ./snmpd -Dsmux,smux_init,smux_conf
> >
> > [M1> /usr/local/share/snmp/snmpd.conf: line 14: Warning: Un
lanas wrote:
> And then I chdir to /usr/local/sbin/ and:
>
> ./snmpd -Dsmux,smux_init,smux_conf
>
> [M1> /usr/local/share/snmp/snmpd.conf: line 14: Warning: Unknown token: smux.
I cannot reproduce this over here. Are you sure you don't have any other
net-snmp installation
Le Vendredi, 04 Avril 2008 11:02:41 +0200,
Thomas Anders <[EMAIL PROTECTED]> a écrit :
> lanas wrote:
> > [M1> ./snmpd -H 2>&1 | grep smux
> > /usr/local/share/snmp/snmpd.conf: line 14: Warning: Unknown token:
> > smux.
>
> "smux" isn
lanas wrote:
> [M1> ./snmpd -H 2>&1 | grep smux
> /usr/local/share/snmp/snmpd.conf: line 14: Warning: Unknown token: smux.
"smux" isn't a supported config token for SMUX, only "smuxpeer" and
"smuxsocket" are. These don't appear in your o
t found a
solution so far.
snmpd was compiled with (only) --with-mib-modules=smux
The following line is in snmpd.conf:
smuxpeer .1.3.6.1.4.1.3317.1.2.5 quagga_ospfd
ospfd does not run when I launch snmpd.
I get this:
[M1> ./snmpd -H 2>&1 | grep smux
/usr/local/share/snmp/snmpd.co
.
C:/usr/snmp/persist/mysnmpproj.conf: line 32: Warning: Unknown token:
setserialn
o.
Warning: no access control information configured.
It's unlikely this agent can serve any useful purpose in this state.
Run "snmpconf -g basic_setup" to help you configure the mysnmp
lot!
If you are getting the "Warning: Unknown token: agentxRetries" message,
then you most likely do not have AgentX support in your agent. Try:
$ snmpd -H 2>&1 | grep -i agentx
If there is no output, then you do not have agentx support. Otherwise,
try pu
Is there any way to control agentxretries just 1 times?Can i change somewhere
in code to?Is there any fuction to control 5 times?
Thanks a lot!-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Vi
On 04/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am using 5.0.9 net-snmp on blackfin uclinux.
A very old release, that is no longer supported.
>I can see the codes under agent/mibgroup/agentx/ are not compiled.
> Dose it mean that the agentx is not used?
Correct.
> And the resul
0 to snmpd.conf.
> when run "snmpd -f -L &",it shows "Warning: Unknown token: agentxRetries".
That should have worked.
Are you working with a vendor-supplied distribution, or one you compiled
yourself? Which version?
Are you sure it includes AgentX support?
On 03/01/2008, goon863 <[EMAIL PROTECTED]> wrote:
> I add the agentxRetries 0 to snmpd.conf.
> when run "snmpd -f -L &",it shows "Warning: Unknown token: agentxRetries".
That should have worked.
Are you working with a vendor-supplied distribution, or one y
Hi,
I want to control the agent to agentxRetries 1 times.I add the agentxRetries
0 to snmpd.conf.when run "snmpd -f -L &",it shows "Warning: Unknown token:
agentxRetries".Is there any way to agentxRetries 1 times?Where to change the
code net-snmp?I
On 22/03/07, Ling <[EMAIL PROTECTED]> wrote:
> I am using uClinux from snapgear. I didn't run "configure", I just ran the
> makefile comes with this package.
Then you'll need to speak to the snapgear people about how their
package is configured.
It looks as if the configuration you are using does
-- Original Message -
From: "Dave Shield" <[EMAIL PROTECTED]>
To: "Ling" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, March 21, 2007 7:20 PM
Subject: Re: snmpd: unknown token: master, agentxsocket
> On 21/03/07, Ling <[EMAIL PROTECTED]> wrote:
>&g
>
To: "Ling" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, March 21, 2007 7:20 PM
Subject: Re: snmpd: unknown token: master, agentxsocket
> On 21/03/07, Ling <[EMAIL PROTECTED]> wrote:
>> I am trying to implement snmpd on my embeded system. ...
>> But I got
On 21/03/07, Ling <[EMAIL PROTECTED]> wrote:
> I am trying to implement snmpd on my embeded system. ...
> But I got the following messages when I was running snmpd.
>
> "snmpd.conf: line 14: Warning: Unknown token: master."
> "snmpd.conf: line 15: Warning: Unkon
Hi, all,
I am trying to implement snmpd on my embeded system. I want snmpd to be the
master, and my MIB to be the subagent. But I got the following messages when I
was running snmpd.
"snmpd.conf: line 14: Warning: Unknown token: master."
"snmpd.conf: line 15: Warning
Hi, all,
I am trying to implement snmpd on my embeded system. I want snmpd to be the
master, and my MIB to be the subagent. But I got the following messages when I
was running snmpd.
"snmpd.conf: line 14: Warning: Unknown token: master."
"snmpd.conf: line 15: Warning
thanks Dave
_
MSN Messenger : appels gratuits de PC à PC !
http://www.msn.fr/newhotmail/Default.asp?Ath=f
-
Take Surveys. Earn Cash. Influence the Future of IT
On 15/11/06, BENAMAR Khalid <[EMAIL PROTECTED]> wrote:
> /usr/local/snmp/snmpconf/snmpd.conf: line 23:
> Warning: Unknown token: monitor.
> NET-SNMP version 5.2.1
The "monitor" line is part of the DisMan Event MIB, which was not
part of the default build in earlier re
hello
in a first computer i have configured the snmpd for monitoring (test monitor
directive ) it work
but in the second computer i use the same snmpd.conf
when i launch snmpd -c .
it dosn't knew monitor
cat snmpd.log
/usr/local/snmp/snmpconf/snmpd.conf: line 23: Warning: Unknown
The problem could be another agente process is running. Try ps -qa|grep agente ,kill that process and run again.Javier Chico <[EMAIL PROTECTED]> wrote: Hello,I've implemented a standalone agent and I want configure it to listen ona specific port. The main() of my code looks like this:init_snmp("
0
And finally, here is the output when I execute the agent:
# ./agente
/usr/jcc/net-snmp/share/snmp/tid-pgm.conf: line 8: Warning: Unknown
token: defaultPort.
Error opening specified endpoint "udp:161"
tid-pgm snmp agent is up and running.
What
jvan wrote:
i read about logOption at
http://net-snmp.sourceforge.net/docs/man/snmptrapd.conf.html but when i
run snmptrapd it gives me this warning:
/usr/local/etc/snmp/snmptrapd.conf: line 50: Warning: Unknown token:
logOption.
and snmpconf -R gives this output:
#
# Unknown directives
i read about logOption at
http://net-snmp.sourceforge.net/docs/man/snmptrapd.conf.html but when i
run snmptrapd it gives me this warning:
/usr/local/etc/snmp/snmptrapd.conf: line 50: Warning: Unknown token: logOption.
and snmpconf -R gives this output:
#
# Unknown directives read in from other
I understand that the following errors are due to missing MIB modules.
But I am not sure how to correlate the following token errors with the
appropriate MIBs (new to snmp). I am not sure of the correct options to
pass the configure script either:
Unknown Token Warnings: (Our subcontractor had
Aaron de Souza wrote:
/etc/snmp/snmp.conf: line 1: Warning: Unkown token: rocommunity.
This token should be in snmpd.conf (for snmp*d*), not snmp.conf.
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
---
SF.Net email is Sponsore
Hi,I'm trying to get net-snmp working on my system (fedora core 4).I have net-snmp /libs/utils 5.2.1.2-1 installed. I've used snmpconf -g basic_setup for the config file, when i start the snmpd service it comes up with a warning unknown token for all of the tokens in the conf file. I&
mp/diskio" --with-mibdirs="/usr/local/net-snmp/share/snmp/mibs" --w
ith-mib-modules="host"
- Original Message -
From: "Dave Shield" <[EMAIL PROTECTED]>
To: "Ernest SO" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday,
the start agent cmd is /usr/local/net-snmp/sbin/snmpd
- Original Message -
From: "Dave Shield" <[EMAIL PROTECTED]>
To: "Ernest SO" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, September 01, 2004 4:40 PM
Subject: Re: Warning: Unknown
user "public".
> I found the following error in the log. Warning: Unknown token:
> agentSecName.
Did you compile the agent yourself?
If so, how did you run "configure"?
How is the agent being started?
What is the exact command (including parameters)?
Can you
I found the following error in the log. Warning: Unknown token:
agentSecName.
how can i fix?
thx!
- Original Message -
From: "Ernest SO" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 01, 2004 11:03 AM
Subject: Warning: Unknown token: agen
I set my community to public and the following sentense.
rocommunity public
rouser public
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 tod
86 matches
Mail list logo