I'm monitoring a network with mrtg, the main server (Win2003) and the switches are ok, but I want to include my computer as well.
I'm running Fedora C3, snmpd is started but I can't get anything useful with cfgmaker:

[root@killbill ~]# cfgmaker 172.16.1.38
--base: Get Device Info on public@172.16.1.38:
--base: Vendor Id:
--base: Populating confcache
--snpo: Skipping ifName scanning because public@172.16.1.38: does not seem to support it
--base: Get Interface Info
--base: Walking ifIndex
--base: Walking ifType
--base: Walking ifAdminStatus
--base: Walking ifOperStatus
--base: Walking ifSpeed
# Created by
# /usr/bin/cfgmaker 172.16.1.38
### Global Config Options
# for UNIX
# WorkDir: /home/http/mrtg
# or for NT
# WorkDir: c:\mrtgdata
### Global Defaults
# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits
EnableIPv6: no

################################################## ####################
# System: killbill.linneskolan.uppsala.se
# Description: Linux killbill.linneskolan.uppsala.se 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686
# Contact: Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
# Location: Skrivbord (edit /etc/snmp/snmpd.conf)
################################################## ####################

I have edited /etc/snmpd/snmpd.conf, but no luck:
[root@killbill ~]# cat /etc/snmp/snmpd.conf
# sec.name source community
com2sec notConfigUser default public
# Second, map the security name into a group name:
# groupName securityModel securityName
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
####
# Third, create a view for us to let the group have rights to:
# Make at least snmpwalk -v 1 localhost -c public system fast again.
# name incl/excl subtree mask(optional)
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
####
# Finally, grant the group read-only access to the systemview view.
# group context sec.model sec.level prefix read write notif
access notConfigGroup "" any noauth exact systemview none none

## sec.name source community
com2sec local localhost public
com2sec linneskolan.uppsala.se 172.16.1.0/24 public
(Note: this part I uncommented at the fourth try)
## group.name sec.model sec.name
group MyRWGroup any local
group MyROGroup any linneskolan.uppsala.se
#group MyRWGroup any otherv3user
## incl/excl subtree mask
view all included .1 80
## -or just the mib2 tree-
#view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
## context sec.model sec.level prefix read write notif
access MyROGroup "" any noauth 0 all none none
access MyRWGroup "" any noauth 0 all all all

syslocation Skrivbord (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)

All I want with snmp is monitoring network load. What do I have to do to make this computer answer a simple snmp-request???