Windows All-In-One Installer [Cacti 1.2.24] [Updated 2023-03-09]
Moderators: Developers, Moderators
What is the exact error message you're getting? Also try looking in the windows Event Logs for more details.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
You need to read my FAQ (in my installation guide).
Q: How do I stop the command windows from opening every 5 minutes?
A: This is occurring because your Cacti scheduled task is using the same user name you've logged onto the computer with. There are two possible fixes:
1. Use a different user name to run the Cacti scheduled task
2. Use a windows script to hide the command windows. Only do this after your cacti installation is fully functional!
1. Create a file called invisible.vbs. Place it where ever you like.
2. Edit invisible.vbs and paste the following
Set objWSHShell = WScript.CreateObject("WScript.Shell")
objWSHShell.Run "poller.php", 0, False
3. Edit the Cacti scheduled task and change the Run to:
C:\Windows\system32\wscript.exe "C:\invisible.vbs" "C:\Inetpub\wwwroot\cacti\poller.php"
Q: How do I stop the command windows from opening every 5 minutes?
A: This is occurring because your Cacti scheduled task is using the same user name you've logged onto the computer with. There are two possible fixes:
1. Use a different user name to run the Cacti scheduled task
2. Use a windows script to hide the command windows. Only do this after your cacti installation is fully functional!
1. Create a file called invisible.vbs. Place it where ever you like.
2. Edit invisible.vbs and paste the following
Set objWSHShell = WScript.CreateObject("WScript.Shell")
objWSHShell.Run "poller.php", 0, False
3. Edit the Cacti scheduled task and change the Run to:
C:\Windows\system32\wscript.exe "C:\invisible.vbs" "C:\Inetpub\wwwroot\cacti\poller.php"
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Wrong wrong wrong
someone just delete this post
Last edited by Slaktarn on Thu Jan 18, 2007 4:39 am, edited 1 time in total.
hehe BSOD! Thx for the nice fact...
1. I have an "Administrator" "user" i never use. maybe i can use the poller on that one. Cuz i think it can be runned even if the user not are logged in... Or i can use your way whit the script there. Think i like that one more....
2. And the w3wp.exe error can you read about here http://www.vbulletin.com/forum/showthread.php?t=204522
1. I have an "Administrator" "user" i never use. maybe i can use the poller on that one. Cuz i think it can be runned even if the user not are logged in... Or i can use your way whit the script there. Think i like that one more....
2. And the w3wp.exe error can you read about here http://www.vbulletin.com/forum/showthread.php?t=204522
Correct, the scheduled task will run when no one is logged on.Slaktarn wrote: Cuz i think it can be runned even if the user not are logged in...
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
How to upgrade to 0.8.6j
Installed Windows installer 1.4. The next day 0.8.6j was released.
Is there any easy way to upgrade?
Is there any easy way to upgrade?
Re: How to upgrade to 0.8.6j
Follow the standard Cacti upgrade guide http://www.cacti.net/downloads/docs/html/upgrade.html (modify accordingly for Windows environment).pgus wrote:Is there any easy way to upgrade?
0.8.6j makes no database changes so it's really straight forward.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Did you wait 15 minutes for the graphs?
In graph mangement, click on a graph and then enable graph debugging. Whats the text it spits out?
In graph mangement, click on a graph and then enable graph debugging. Whats the text it spits out?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
RRDTool Command:BSOD2600 wrote:Did you wait 15 minutes for the graphs?
In graph mangement, click on a graph and then enable graph debugging. Whats the text it spits out?
c:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Novell Clusternode 1 - Traffic - 10.100.2.33 (HP NC10xx/NC67x)" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes per second" \
--slope-mode \
DEF:a="C\:/Inetpub/wwwroot/cacti/rra/novell_clusternode_1_traffic_in_32.rrd":traffic_in:AVERAGE \
DEF:b="C\:/Inetpub/wwwroot/cacti/rra/novell_clusternode_1_traffic_in_32.rrd":traffic_out:AVERAGE \
AREA:a#00CF00:"Inbound" \
GPRINTLAST:" Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total In\: 0 bytes\n" \
LINE1:b#002A97:"Outbound" \
GPRINTLAST:"Current\:%8.2lf %s" \
GPRINTAVERAGE:"Average\:%8.2lf %s" \
GPRINTMAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total Out\: 0 bytes"
RRDTool Says:
Access is denied.
any idea why ?
Who is online
Users browsing this forum: No registered users and 0 guests