Search found 2 matches
- Fri Jun 03, 2011 9:41 am
- Forum: Scripts and Templates
- Topic: plethora of windows nsclient scripts
- Replies: 72
- Views: 162608
Re: plethora of windows nsclient scripts
I think #!/usr/bin/perl -w use strict; my $cmd = qq!/var/www/html/cacti/scripts/check_nt -H $ARGV[0] -p 1248 -v COUNTER -l "! . $ARGV[1] . '"'; my $response = `$cmd`; chomp $response; print "$response\n"; i think the problem come from check_nt , but iam no sure , somebody use Asp...
- Fri Jun 03, 2011 9:39 am
- Forum: Scripts and Templates
- Topic: plethora of windows nsclient scripts
- Replies: 72
- Views: 162608
Re: plethora of windows nsclient scripts
I everybody, i use cacti cacti-0.8.7g on Linux server . I want to graph AspWaitingTime on Windows server 2008 . I think i can do that with your template : Windows - ASP - Request Wait Time and nt_perfom.pl script. I respect the installation/configuration procedure ,but my graphs on cacti stay empty ...