Search found 6 matches
- Mon Jul 11, 2011 8:22 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti Supported Reporting Plugin?
- Replies: 1
- Views: 480
Cacti Supported Reporting Plugin?
Hi, I have been tasked with producing customized tabular reports similar to the ones that Hadoop's jobtracker.jsp produces. I need to create a report that has rows and columns such as this: | User Id | Total Jobs | Total Mappers | Total Reducers | Total Mapper Time | Total Reducer Time The data for ...
- Thu Jul 07, 2011 3:21 pm
- Forum: Help: Linux/Unix Specific
- Topic: rdd Files Not Being Created
- Replies: 6
- Views: 1619
Re: rdd Files Not Being Created
As someone pointed out earlier, I was having this failure in my log file: CMDPHP: Poller[0] WARNING: SNMP GetNext Timeout for Host:'127.0.0.1', and OID:'.1.3' This call was setting $snmp_value to false: $snmp_value = @snmp3_getnext("$hostname:$port", "$username", $proto, $auth_pr...
- Thu Jul 07, 2011 1:41 pm
- Forum: Help: General
- Topic: SNMP results not valid
- Replies: 23
- Views: 22943
Re: SNMP results not valid
I have this exact same issue on CentOS 5.5 Final with Cacti 0.8.7g. Was it ever resolved? I think it is preventing the creation of the rrd files for me.
- Thu Jul 07, 2011 11:55 am
- Forum: Help: Linux/Unix Specific
- Topic: rdd Files Not Being Created
- Replies: 6
- Views: 1619
Re: rdd Files Not Being Created
Yes, snmpd is installed and running. Here is a test: bash-3.2$ snmpwalk -v1 -c public localhost system SNMPv2-MIB::sysDescr.0 = STRING: Linux <myhostname> 2.6.18-194.32.1.el5xen #1 SMP Wed Jan 5 18:44:24 EST 2011 x86_64 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 DISMAN-EVENT-...
- Thu Jul 07, 2011 10:49 am
- Forum: Help: Linux/Unix Specific
- Topic: rdd Files Not Being Created
- Replies: 6
- Views: 1619
Re: rdd Files Not Being Created
Thanks for the response! Yes, I have permission: bash-3.2$ whoami psterk bash-3.2$ ll /usr/share/cacti/ |grep rra lrwxrwxrwx 1 psterk root 18 Jul 6 09:43 rra -> /var/lib/cacti/rra/ bash-3.2$ ls -ld /var/lib/cacti/rra drwxrwxrwx 2 psterk root 4.0K Jul 7 08:04 /var/lib/cacti/rra/ bash-3.2$ /usr/bin/ph...
- Thu Jul 07, 2011 8:59 am
- Forum: Help: Linux/Unix Specific
- Topic: rdd Files Not Being Created
- Replies: 6
- Views: 1619
rdd Files Not Being Created
Hi, I am a Cacti newbie. I have been reading all the documentation and forum posts that are available, but still cannot understand why I am not getting any rdd files created in the /usr/share/cacti/rra/ directory . I have done directory permission checks and rechecked my installation settings. I am ...