Tagged Questions
0
votes
0answers
52 views
rrd graphs usings snmp gives wrong pick
I have some problem with SNMP with RRD graphs... the problem is RRD graph maps a bandwidth speed using below formula:
(current reading-last reading)/(current time-last time)
but the problem is over ...
1
vote
1answer
267 views
PHP script to update rrd database
I must developing an network monitor to monitoring several components using snmp. I save all received data in a round robin database.
I started to create an web based configuration center, that ...
0
votes
1answer
156 views
Data retrival/storage & graphing solution selection
Good day everyone!
Our company have a need to set up some solution, that would allow us to grap almost live (1 second interval) data, from electrical equipment. Currently, the thing we are using, is ...
1
vote
1answer
3k views
why cacti is showing empty graph.??.even if rrd file created
hii,
i have develop my own snmp service..and i want to plot a graph of an OID provided.
so, i have create graph in cacti.
-) Its is showing device up.
-) It is creating rrd file.(RRDTool says OK).
-) ...
2
votes
2answers
773 views
Is it possible to have SNMP Agent without MIB’s support?
hii, i am working on SNMP from last few days,i have develope a small application(SNMP Agent) which
* Run on 161 port.
* Have a tree structured OID support.
* Respond to all Get,GetNext,Set Pdu ...