Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 11 matches

by texan
16 May 2012, 10:41
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

nobody wrote:ah, it seems all you want to do is be a smartass. Fine. Hope you find your answer.
Cheeseboy have already answered my question.

I wanted tyres, you gave me pontoons.
by texan
14 May 2012, 17:40
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

True, but I thought what you wanted was to graph network traffic. You decided on a specific solution to your problem (SNMP) which turned out to be difficult to implement. I proposed an alternative solution to the problem (Munin) which is easy to implement.

To retain your car analogy: let's say ...
by texan
14 May 2012, 14:04
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

Munin can't draw any graphs if I can't install IF-MIB/NET-SNMP.
Sure it can. I do it every day. And as all you seem to need is network usage then munin will be a solution. Of course if you prefer whining about not being able to use your preferred solution insteD of being practical and just getting ...
by texan
14 May 2012, 14:01
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

Hi texan,

You need to install the MIBS as well, in the snmp-mibs-downloader package:
niklas@b3:~$ sudo apt-get install snmpd snmp snmp-mibs-downloader
(I think that if you already have a /etc/snmp/snmp.conf file, you have to get rid of the line 'mibs :' or it will not work. I think I just ...
by texan
10 May 2012, 16:32
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

Actually I don't want Munin at all. Read the thread again.

I know how to search the repository. I still can't find the right
package though.

Ok, to my humble knowledge net-snmp is snmpd.

apt-get install snmpd



Already installed.

root@B3:~# apt-get install snmpd
Reading package lists ...
by texan
10 May 2012, 06:08
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

Actually I don't want Munin at all. Read the thread again.

I know how to search the repository. I still can't find the right
package though.
by texan
09 May 2012, 16:37
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

Munin can't draw any graphs if I can't install IF-MIB/NET-SNMP.
by texan
04 May 2012, 09:17
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

I'm trying to retrieve some integers running snmpwalk;

[root@computer ~]# snmpwalk -v 2c -c public 127.0.0.1 | grep -E
'if(In|Out)Octets'
IF-MIB::ifInOctets.1 = Counter32: 3925379800
IF-MIB::ifInOctets.2 = Counter32: 3862050976
IF-MIB::ifOutOctets.1 = Counter32: 3925379800
IF-MIB::ifOutOctets.2 ...
by texan
03 May 2012, 15:45
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

All package was already installed - still nothing from ifInOctets and ifOutOctets.


root@B3:~# aptitude install libsnmp-base libsnmp15 snmp snmpd
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of ...
by texan
02 May 2012, 16:28
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Re: Install NET-SNMP - B3?

:cry: No one that know how to install it :cry:
by texan
18 Apr 2012, 17:08
Forum: B2 & B3 Support
Topic: Install NET-SNMP - B3?
Replies: 20
Views: 25965

Install NET-SNMP - B3?

Hi,

How do I install NET-SNMP, to be able to read ifInOctets and ifOutOctets?