Search found 73 matches

by royce
Tue Nov 11, 2008 2:58 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

Re: Windows uptime statistics

hello ! thanks for you supporting the Templates for windows uptime , but I can't catch the data , when I import it sucessfully , so I want to make sure weather it's suitable for cacti from linux or not ? PS : my cacti set on linux , not windows platform , tks ! Hi. If you are used to Linux, you are...
by royce
Tue Oct 14, 2008 7:08 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

linux -> Windows WMI

hi. You guys running Linux. Be sure to remove any ^M 's in the perl scripts supplied. $ dos2unix win_cur_uptime.pl $ dos2unix win_uptime.pl Someone asked for my linux-script I use to get info. As I said before I use NRPe to connect to a Windows server and from there, to any windows server within tha...
by royce
Fri Jan 19, 2007 7:00 pm
Forum: Scripts and Templates
Topic: Brocade Fibre Channel templates.
Replies: 205
Views: 267866

Try the rrdtool docs. It's all documented how everything works.

Christofer
by royce
Sun Dec 18, 2005 11:13 am
Forum: Scripts and Templates
Topic: Brocade Fibre Channel templates.
Replies: 205
Views: 267866

ScOp3 wrote: I assume that the corrected script works for you then. Nice to hear that someone managed to get it working.
The thing is. People that got it working don't post. Only the ones with problem do.

:-)

Christofer
by royce
Wed Nov 23, 2005 9:22 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

Re: RE: royce

I see youre post on the wrapper but I don't get it. How does this work on a windows server? Should this wrapper replace any files? Could you explain how this helps? The reason cacti does'nt read all input fields from the script (win_uptime.cmd) is that, AFAIK, the output is buffered in sections ins...
by royce
Wed Nov 23, 2005 8:25 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

I've got the same problem - debugging cacti tells that cacti only sees some of the output vars... Do the maintainer use cactid och php? royce, I'm using the php poller, maybe that is the problem. I tried earlier to use the cactid poller but suddenly there is no data collection at all. Is there anyb...
by royce
Wed Nov 23, 2005 7:32 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

fixed this.. seems to be another buffer-ouput-problem. Bound my scripts through a executer-wrapper wich is a basic script that outputs the information in one buffer. A shell script might look like this one - not that I've converted this to linux instead. #!/bin/sh E=`/usr/share/cacti/scripts/uptime/...
by royce
Wed Nov 23, 2005 7:17 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

Here is what happens ... 11/23/2005 11:50:17 AM - CACTID: Poller[0] Host[297] DS[21064] SCRIPT: \path\win_uptime.cmd hostname 99.9900, output: cur_uptime:2906263 11/23/2005 11:50:17 AM - CACTID: Poller[0] DEBUG: SQLCMD: insert into poller_output (local_data_id,rrd_name,time,output) values (210 64,''...
by royce
Wed Nov 23, 2005 5:49 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

OK, so i installed this on my "production" cacti box and it seems like it's working. Why is the Required (SLA) showing up as 0.0000%? Will the rest of the graph items fill in over time or should they already be there? I rebooted this box yesterday, hence the 0.98 days of uptime. What do y...
by royce
Wed Nov 23, 2005 5:32 am
Forum: Scripts and Templates
Topic: Windows uptime statistics
Replies: 60
Views: 153642

that's because this script is designed for Windows-cacti boxen.

However, I just finished porting this to Linux +NRPE_NT...
by royce
Thu Oct 27, 2005 4:11 am
Forum: Scripts and Templates
Topic: Template - Windows pagefaults ...
Replies: 2
Views: 23669

Preview ...
by royce
Thu Oct 27, 2005 4:09 am
Forum: Scripts and Templates
Topic: Template - Windows pagefaults ...
Replies: 2
Views: 23669

Template - Windows pagefaults ...

Hi. Here's another template I wrote a couple of months ago. The template shows page faults (we used these to track down problematic pagefault peaks in our citrix farm). Thought someone would be interested in this.. Anyway, import directly from GUI. You need SNMP-Informat (free version) to use this. ...
by royce
Thu Oct 27, 2005 3:54 am
Forum: Scripts and Templates
Topic: Ethernet Stats(RFC1643) - XML
Replies: 61
Views: 141752

no graph as in no image, or no information in the image?
by royce
Tue Oct 11, 2005 7:12 am
Forum: Scripts and Templates
Topic: W32 DNS Statistics Perl Script using WMI
Replies: 48
Views: 67378

I guess I am a little confused on why I have dns stats that show up as 33.33m on the graph and 139154 when I run the script from the cmd line. Does anyone have any insight? I really need this info to be displayed in an understandable format for mgmt. Just edit the graph template and change the 'GPR...
by royce
Fri Oct 07, 2005 8:53 am
Forum: Scripts and Templates
Topic: W32 DNS Statistics Perl Script using WMI
Replies: 48
Views: 67378

Re: Still need SNMP on WMI target?

I have a Windows 2003 DNS server without SNMP. Running the perl script manually from the Cacti node returns valid WMI data from the DNS server. Under cactid the only mention of that host in the log is that it didn't respond to SNMP. So SNMP it still required even on WMI target hosts, when the only ...