need help to plot idirect remotes sites

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
hserusudian8028
Posts: 7
Joined: Sun Jan 04, 2015 12:33 am

need help to plot idirect remotes sites

Post by hserusudian8028 »

Hi All,

I'm new to cacti, i successfully installed 0.8.8c in my windows 7 machine to plot idirect network. i can see my devices in cacti while running verbose query and i can create graphs. but graphs are not generating, even blank template also not coming on view graphs page. Can anyone help me to overcome this issue. i'm in very need. can i get templates to resolve this issue.

Thanks,
Hserus
hserusudian8028
Posts: 7
Joined: Sun Jan 04, 2015 12:33 am

Re: need help to plot idirect remotes sites

Post by hserusudian8028 »

Hi,

Thanks for your suggestion and reply. Please find the below output.

Operating System: Windows 7
Cacti: 0.8.8c
Spine:
MySQL: 5.6
PHP:
RRDTool (Cygwin or Win32 build):cygwin
Net-SNMP: 5.5

And also please find the output of SNMPWALK and rrd tool command

RRDTool Command:

C:/Cacti/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start="-86400" \
--end="-300" \
--title="HUB_test" \
--rigid \
--base="1000" \
--height="120" \
--width="500" \
--alt-autoscale-max \
--lower-limit="0" \
--vertical-label="bits per second" \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="C\:/Cacti/Apache24/htdocs/cacti/rra/3/20.rrd":"traffic_out":AVERAGE \
CDEF:cdefa="a,8,*" \
AREA:cdefa#00CF00FF:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefa#002A97FF:"Outbound" \
GPRINT:cdefa:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n"

RRDTool Says:


SNMPWALK:

C:\>snmpwalk -v2c -c private 10.154.217.3 system
SNMPv2-MIB::sysDescr.0 = STRING: Linux NOV-Pri-NMS 2.6.18-371.9.1.el5PAE #1 SMP Tue May 13 06:56:47 EDT 2014 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (301946543) 34 days, 22:44:25.43
SNMPv2-MIB::sysContact.0 = STRING: root@localhost
SNMPv2-MIB::sysName.0 = STRING: NMS1 development server
SNMPv2-MIB::sysLocation.0 = STRING: iDirect
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.2 = OID: TCP-MIB::tcpMIB
SNMPv2-MIB::sysORID.3 = OID: IP-MIB::ip
SNMPv2-MIB::sysORID.4 = OID: UDP-MIB::udpMIB
SNMPv2-MIB::sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORID.6 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.7 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.8 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for managing TCP implementations
SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing IP and ICMP implementations
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing UDP implementations
SNMPv2-MIB::sysORDescr.5 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORDescr.6 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.7 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB::sysORDescr.8 = STRING: The management information definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.6 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.7 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.8 = Timeticks: (0) 0:00:00.00

Thanks,
Hserus
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: need help to plot idirect remotes sites

Post by BSOD2600 »

Any errors in cacti.log?

Typically a blank "rrdtool says" is due to incorrect NTFS permissions on cmd.exe and/or rrdtool.exe. double-check they're correct per the installation guide.
hserusudian8028
Posts: 7
Joined: Sun Jan 04, 2015 12:33 am

Re: need help to plot idirect remotes sites

Post by hserusudian8028 »

All seems perfect no error on logs...i created graphs too...but no ploting..can you help me more please..!!!!

Hserus
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: need help to plot idirect remotes sites

Post by BSOD2600 »

follow each step of the debugging guide and see what turns up.
hserusudian8028
Posts: 7
Joined: Sun Jan 04, 2015 12:33 am

Re: need help to plot idirect remotes sites

Post by hserusudian8028 »

Hi......

Really it is out of my mind now.. :oops: :oops: :oops:

here i'm attaching some snapshots and cacti log file. if you can help me, really i would be greatfull.

Thanks,
Hserus
Attachments
cacti results.rar
(1.81 MiB) Downloaded 38 times
devices.jpg
devices.jpg (214.93 KiB) Viewed 1154 times
debug mode-test site.jpg
debug mode-test site.jpg (348.86 KiB) Viewed 1154 times
debug mode-router int.jpg
debug mode-router int.jpg (356.58 KiB) Viewed 1154 times
cacti.log.txt
(912.19 KiB) Downloaded 249 times
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Re: need help to plot idirect remotes sites

Post by BSOD2600 »

You have lots of issues.

1) localhost device has nothing to poll, which is why cacti hasnt checked if its up or down.
2) 10.154.217.3 - graph you've modified and added an invalid data source. remove it.
3) 10.154.217.1 - graph you've modified and removed all data sources. re-add them. or better yet, import the stock templates again.
4) cacti.log - go back to 5 min polling interval.
localhost and 127.0.0.71 either dont have snmp propertly configured or firewall is blocking the traffic.
hserusudian8028
Posts: 7
Joined: Sun Jan 04, 2015 12:33 am

Re: need help to plot idirect remotes sites

Post by hserusudian8028 »

1) localhost device has nothing to poll, which is why cacti hasnt checked if its up or down.

Localhost(127.0.0.1) is able to ping and ICMP ping success is showing in cacti. But still showing unknown in device>status.

2) 10.154.217.3 - graph you've modified and added an invalid data source. remove it.

I've removed data sources..but still no luck. can you specify..??

3) 10.154.217.1 - graph you've modified and removed all data sources. re-add them. or better yet, import the stock templates again.

I've imported all templates what i've..no luck yet.

4) cacti.log - go back to 5 min polling interval.
i changed to 5Min.

localhost and 127.0.0.71 either dont have snmp propertly configured or firewall is blocking the traffic.

I've check the SNMP configuration and no fault observed. Firewall is stopped since the starting.

Do you have any more suggestions..can you help me in any way please..??
desperately i need help. some where i have been stuck.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests