Hello,
we use 5 minute polling with spine.
I compare the 'Data Sources -> RRA' from some cacti installand and the rra-steps are different, i change it now to the correct steps - hope it works :o)
Search found 9 matches
- Fri Oct 26, 2012 7:49 am
- Forum: Help: General
- Topic: graphs only show for 2,5 weeks in the graphs output
- Replies: 7
- Views: 963
- Fri Oct 26, 2012 7:13 am
- Forum: Help: General
- Topic: graphs only show for 2,5 weeks in the graphs output
- Replies: 7
- Views: 963
Re: graphs only show for 2,5 weeks in the graphs output
Hey, i use Version 1.3.1
It is a little bit mazy, for graphs older as a three (?) month they work fine, but newer dosn't - i don't know why.
Code: Select all
rrdtool -v
RRDtool 1.3.1 Copyright 1997-2008 by Tobias Oetiker <tobi@oetiker.ch>
Compiled Sep 26 2008 22:29:16
- Wed Oct 24, 2012 7:04 am
- Forum: Help: General
- Topic: graphs only show for 2,5 weeks in the graphs output
- Replies: 7
- Views: 963
Re: graphs only show for 2,5 weeks in the graphs output
Hello,
the oldest output is:
<!-- 2012-10-08 00:00:00 CEST / 1349647200 --> <row><v> 1.5240984975e+07 </v><v> 8.8775755178e+06 /v></row>
But, i'am sure, that this host is more than one month in monitoring :(
the oldest output is:
<!-- 2012-10-08 00:00:00 CEST / 1349647200 --> <row><v> 1.5240984975e+07 </v><v> 8.8775755178e+06 /v></row>
But, i'am sure, that this host is more than one month in monitoring :(
- Wed Oct 24, 2012 4:46 am
- Forum: Help: General
- Topic: graphs only show for 2,5 weeks in the graphs output
- Replies: 7
- Views: 963
graphs only show for 2,5 weeks in the graphs output
Hello, Cacti Version: 0.8.7g Cacti OS: unix SNMP Version: NET-SNMP version: 5.4.1 RRDTool Version: RRDTool 1.3.x Poller: SPINE 0.8.7h i have some hosts in my cacti, but for a few i think, that the poller dont write the collected data in the rrd files. I use Interface Traffic with in/out bits (64-bit...
- Fri Mar 04, 2011 2:55 am
- Forum: Help: Linux/Unix Specific
- Topic: Poller result from script not valid
- Replies: 2
- Views: 860
Re: Poller result from script not valid
hello,
thanks a lot
Code: Select all
03/04/2011 08:40:08 AM - SPINE: Poller[0] Host[37] DS[999] SCRIPT: /usr/share/cacti/site/scripts/mda.pl, output: U
03/04/2011 08:45:08 AM - SPINE: Poller[0] Host[38] DS[998] SCRIPT: /usr/share/cacti/site/scripts/mda.pl, output: ras1:371 ras2:79
- Thu Mar 03, 2011 10:31 am
- Forum: Help: Linux/Unix Specific
- Topic: Poller result from script not valid
- Replies: 2
- Views: 860
Poller result from script not valid
Hello, Operating System: debian Webserver: Apache 2.2.9 Cacti: 0.8.7b Spine: 0.8.7c Plugin Architecture: sun sparc i've try to build a script witch request the RAS Sessions from a windows server2003 box. #!/bin/sh echo -n 'ras1:' var1=$(cat /usr/share/cacti/site/scripts/mdatmp | grep 'TCP-MIB::tcpCo...
- Wed Mar 02, 2011 4:33 am
- Forum: Scripts and Templates
- Topic: Windows server (2003) (Vpn) RAS Interface Monitoring
- Replies: 3
- Views: 1831
Re: Windows server (2003) (Vpn) RAS Interface Monitoring
Hi,
i've solved it with:
the output you can use for cacti
i've solved it with:
Code: Select all
snmpwalk -v 2c -c $snmpstring $ip >> textfile
cat textfile | grep 'TCP-MIB::tcpConnectionState.ipv4."$ip"' | wc -l
- Fri Feb 04, 2011 1:59 am
- Forum: Help: General
- Topic: graph export for a specific user
- Replies: 1
- Views: 326
graph export for a specific user
Hello, i have setup the graph export for a specific user (monitorwand). He has only 5 graphs allowed, but cacti exports all graphs (703) to the tail. 02/04/2011 07:38:35 AM - EXPORT STATS: ExportDate:2011-02-04_7:38:35 ExportDuration:206.2628 TotalGraphsExported:1656 I've attached a few screenshots....
- Mon Jan 24, 2011 4:03 am
- Forum: Scripts and Templates
- Topic: Windows server (2003) (Vpn) RAS Interface Monitoring
- Replies: 3
- Views: 1831
Re: Windows server (2003) (Vpn) RAS Interface Monitoring
Hi,
same problem, looks like it dosn't work with snmp. I've try so find it an all snmp strings...
You can use it with
regards,
ClemensBW
same problem, looks like it dosn't work with snmp. I've try so find it an all snmp strings...
You can use it with
Code: Select all
netsh -r <ip> -u $user -p $passwd ras show client | find /c "User"
ClemensBW