Search found 19 matches
- Wed Nov 03, 2010 2:40 pm
- Forum: Help: General
- Topic: graphs 2 hours behind system time
- Replies: 5
- Views: 2202
Re: graphs 2 hours behind system time
Heya Linegod and Dranrev, Linegod: Thanks for putting me on the path to salvation :) I fixed the issue on my CactiEZ 0.6 box like so: Using the fix Linegod suggested seemed to have issues when I researched it FOR THE CACTIEZ VERSION OF PHP (5.1.6). You may have a newer version if you are running a d...
- Fri Oct 29, 2010 12:47 pm
- Forum: Help: General
- Topic: graphs 2 hours behind system time
- Replies: 5
- Views: 2202
graphs 2 hours behind system time
Heya All, I recently installed cacti on a new server (CentOS) and imported all my old cacti server's data etc. That seemed to go quite well and everything was hunky-dory. I then realized that my new server had both the time and timezone set wrong. It was set to Central Time and was also 1 hour wrong...
- Sat Dec 01, 2007 10:03 pm
- Forum: Help: General
- Topic: 'return' and 'login' not working on Access Denied page
- Replies: 2
- Views: 834
'return' and 'login' not working on Access Denied page
Heya All, I have encountered a possible bug. I use Cacti to monitor client systems, and give each one access to their devices and weathermap. I have found that if one encounters the "Access Denied" page the "Return" and "Login" links do nothing, i.e. when you click them...
- Tue Nov 27, 2007 7:57 pm
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED]Cacti on an ISPConfig using machine...cron won't run
- Replies: 2
- Views: 1947
TY for the assistance!
Noflies, TY for setting me on the right track. I had to: chmod 755 the rra/ and log/ dirs take the user cacti and put him in the 'web3' grp (ISPConfig standards here) make 'web3' the user cacti's home dir (not sure if I had to do this, but I did) add the line to crontab A note about crontab....the o...
- Tue Nov 27, 2007 1:21 am
- Forum: Help: Linux/Unix Specific
- Topic: [SOLVED]Cacti on an ISPConfig using machine...cron won't run
- Replies: 2
- Views: 1947
[SOLVED]Cacti on an ISPConfig using machine...cron won't run
Heya All, I recently whipped up a new CentOS 5.0 machine that has ISPConfig on it (necessary for other things I am doing with it). I followed the steps here to install cacti: http://www.howtoforge.com/cacti_ispconfig I now have some issues: I can log into the site and create devices etc, but my cron...
- Tue Nov 29, 2005 11:18 pm
- Forum: Help: General
- Topic: Any issues with upgrading RRDtool from 1.0 to 1.2?
- Replies: 11
- Views: 2742
More information about my Cacti install
BSOD,
I forgot that this install has been updated at least once and maybe twice...it was possibly installed as 'c', then updated to 'd' (but might have been 'd' at installation)...then to 'g', which is the level it is at now.
Regards,
Chum
I forgot that this install has been updated at least once and maybe twice...it was possibly installed as 'c', then updated to 'd' (but might have been 'd' at installation)...then to 'g', which is the level it is at now.
Regards,
Chum
- Tue Nov 29, 2005 11:13 pm
- Forum: Help: General
- Topic: Any issues with upgrading RRDtool from 1.0 to 1.2?
- Replies: 11
- Views: 2742
- Tue Nov 29, 2005 3:25 pm
- Forum: Help: General
- Topic: Any issues with upgrading RRDtool from 1.0 to 1.2?
- Replies: 11
- Views: 2742
I'm not getting graphs after RRDTOOL upgrade to 1.2.x
Heya Folks, Using 0.8g on SuSe 9.1 with RRDtool 1.0x I am not a Linux guru by any means. I updated my RRDTool using the install instructions on the rrdtool site and got a 2nd install...so I have both versions..one in /usr/bin and one in /usr/local/rrdtool1.2 (as I recall...I am not in front of the b...
- Tue Oct 18, 2005 8:48 am
- Forum: Help: General
- Topic: Need help with $ARGV[1]...I'm just not getting it....
- Replies: 8
- Views: 2546
Well....yes and no....and YES! Woot!..but 1 question remains
S! All! I did remove the spaces...I also re-worked my data input method to use field names EXACTLY matching the script...and then I blew away the existing graph (that had "nan" values) and associated data sources and re-created them. So now I am getting the Total but not the Active..... So...
- Mon Oct 17, 2005 9:42 pm
- Forum: Help: General
- Topic: Need help with $ARGV[1]...I'm just not getting it....
- Replies: 8
- Views: 2546
Actual script and CLI readout...
S! Reinhard! Here is the actual script...I almost had it right :) #!/usr/bin/perl $aclient = `/srv/www/htdocs/cacti/scripts/check_nt -H $ARGV[0] -p 1248 -v COUNTER -l "\\MSExchangeIS Mailbox(_Total)\\Active Client Logons"`; $client = `/srv/www/htdocs/cacti/scripts/check_nt -H $ARGV[0] -p 1...
- Mon Oct 17, 2005 10:10 am
- Forum: Help: General
- Topic: Need help with $ARGV[1]...I'm just not getting it....
- Replies: 8
- Views: 2546
Next steps...still trying...still nan
Reinhard, I am at a remote location and cannot get to my box to give you a cli readout right now. I will provide it later...but... I rather gave up on the whole $ARGV[1] thing and went to a more basic script in an effort to just get something out of it. I removed the $a, $b, etc and "hard coded...
- Fri Oct 14, 2005 12:54 pm
- Forum: Help: General
- Topic: Need help with $ARGV[1]...I'm just not getting it....
- Replies: 8
- Views: 2546
Here is what I have set up...all is nan on graph
First off...THANK YOU for the reply! I feel I've done exactly as you've said but no joy. In my earlier post I used an example script. This is the actual script I am using: #!/usr/bin/perl $a = q!-p 1248 -v COUNTER -l!; $b = q!"\\MSExchangeIS Mailbox(!; $c = q!)\\Client Logons"!; $d = q!&qu...
- Fri Oct 14, 2005 1:22 am
- Forum: Help: General
- Topic: Need help with $ARGV[1]...I'm just not getting it....
- Replies: 8
- Views: 2546
Need help with $ARGV[1]...I'm just not getting it....
Hello, and Thanks for reading this. It will quickly become obvious that I am a newbie when it comes to this stuff., so please bear with me. My issue is with $ARGGV[1}...where does Cacti get that value from? For example, looking at this script: #!/usr/bin/perl $a = q!-p 1248 -v COUNTER -l!; $b = q!&q...
- Thu Oct 13, 2005 11:04 pm
- Forum: Scripts and Templates
- Topic: Need help with scripts please...
- Replies: 2
- Views: 2920
- Wed Oct 12, 2005 6:00 pm
- Forum: Scripts and Templates
- Topic: Need help with scripts please...
- Replies: 2
- Views: 2920
More things I've tried...
Heya Again! OK...so looking at the properties of the Perfmon Counter it looks like the proper syntax, including the value of $ARGV[1] should be: $client = `/srv/www/htdocs/cacti/scripts/check_nt -H 172.16.1.5 -p 1248 -v COUNTER -l \\MSExchangeIS Mailbox[_Total]\\Client Logons`; yet running this from...