Graphs based on SNMP
Moderators: Developers, Moderators
Graphs based on SNMP
I am having a bit of an issue and assuming im doing something im missing something stupid.
I have used mrtg in the past so i am just trying to make a graph with the data collected from a particular snmpget, OID 1.3.6.1.4.1.2021.8.1.101.1
I have created a data template and graph template but i am still getting big gaps in my graphs...
I have screenshots of my Data & Graph templates.
thanks to anyone who can tell me what im doin wrong
I have used mrtg in the past so i am just trying to make a graph with the data collected from a particular snmpget, OID 1.3.6.1.4.1.2021.8.1.101.1
I have created a data template and graph template but i am still getting big gaps in my graphs...
I have screenshots of my Data & Graph templates.
thanks to anyone who can tell me what im doin wrong
- Attachments
-
- Data_Template
- Data_template.JPG (193.31 KiB) Viewed 5484 times
-
- Graph_Template
- Graph_Template.JPG (195.42 KiB) Viewed 5484 times
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
You entered a MAX value of 1000. This is not exceeded? Please switch Settings->Logging Level to DEBUG for one polling cycle and have a look at log/cacti.log. Find the OID and post the results including a few lines above and below
Reinhard
Reinhard
Last edited by gandalf on Tue Feb 14, 2006 3:43 pm, edited 1 time in total.
ok... back to gaps...
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] Host[117] DS[1175] SNMP: v1: x.x.x.x, dsname: barracuda_mail_in, oid: 1.3.6.1.4.1.2021.8.1.101.1, output: 1
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id,rrd_name,time,output) values (1175,'barracuda_mail_in','2006-02-14 14:45:02','U')"
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] Host[117] DS[1175] SNMP: v1: x.x.x.x, dsname: barracuda_mail_in, oid: 1.3.6.1.4.1.2021.8.1.101.1, output: 1
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id,rrd_name,time,output) values (1175,'barracuda_mail_in','2006-02-14 14:45:02','U')"
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
That is weird, indeed. SNMP returns 1 and poller_output gets Us24sean wrote:ok... back to gaps...
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] Host[117] DS[1175] SNMP: v1: x.x.x.x, dsname: barracuda_mail_in, oid: 1.3.6.1.4.1.2021.8.1.101.1, output: 1
02/14/2006 02:46:36 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_output (local_data_id,rrd_name,time,output) values (1175,'barracuda_mail_in','2006-02-14 14:45:02','U')"
Reinhard
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Counter roll was detected, poller is going to pass 'U' to RRDtool to prevent a spike from occuring.
How is the availability rating for this host on the device list?
How is the availability rating for this host on the device list?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
What type of values come over that SNMP OID? Does it a number of transactions at that time, or an increasing counter?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
it returns and integer between 0 and 30, representing the number of messages in the outgoing mail queue.
For example, if i would having mrtg do this i would use
TargetBarracudaINOUT]:1.3.6.1.4.1.2021.8.1.101.1&1.3.6.1.4.1.2021.8.1.101.2:public@[YourSERVERIP]
Title[BarracudaINOUT]: Barracuda IN / Out Queue
PageTop[BarracudaINOUT]: <H1>Barracuda IN / Out Queue</H1>
MaxBytes[BarracudaINOUT]: 20000000
ShortLegend[BarracudaINOUT]: messages
YLegend[BarracudaINOUT]: messages
Options[BarracudaINOUT]: growright, gauge, unknaszero
What i did that actually works, for some reason unknown to myself, is create a separate device that just does the monitoring of the queue.
I have a second barracuda box i am about to start testing on fresh,
Thanks for the help
For example, if i would having mrtg do this i would use
TargetBarracudaINOUT]:1.3.6.1.4.1.2021.8.1.101.1&1.3.6.1.4.1.2021.8.1.101.2:public@[YourSERVERIP]
Title[BarracudaINOUT]: Barracuda IN / Out Queue
PageTop[BarracudaINOUT]: <H1>Barracuda IN / Out Queue</H1>
MaxBytes[BarracudaINOUT]: 20000000
ShortLegend[BarracudaINOUT]: messages
YLegend[BarracudaINOUT]: messages
Options[BarracudaINOUT]: growright, gauge, unknaszero
What i did that actually works, for some reason unknown to myself, is create a separate device that just does the monitoring of the queue.
I have a second barracuda box i am about to start testing on fresh,
Thanks for the help
I am getting this in the log now
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] RECACHE: Processing 2 items in the auto reindex cache for 'x.x.x.x'.
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] ASSERT: '10144<10037' failed. Recaching host 'x.x.x.x', data query #1
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] NOTICE: Spike Kill in Effect for 'x.x.x.x'.
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] ASSERT: '10164<10041' failed. Recaching host 'x.x.x.x', data query #2
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] NOTICE: Spike Kill in Effect for 'x.x.x.x'.
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] RECACHE: Processing 2 items in the auto reindex cache for 'x.x.x.x'.
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] ASSERT: '10144<10037' failed. Recaching host 'x.x.x.x', data query #1
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] NOTICE: Spike Kill in Effect for 'x.x.x.x'.
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] ASSERT: '10164<10041' failed. Recaching host 'x.x.x.x', data query #2
02/15/2006 07:01:43 PM - CMDPHP: Poller[0] Host[124] NOTICE: Spike Kill in Effect for 'x.x.x.x'.
Who is online
Users browsing this forum: No registered users and 1 guest