Search found 7 matches

by broswell
Mon Jul 01, 2019 5:34 pm
Forum: Wish list
Topic: RMA for Rasperry PI
Replies: 2
Views: 24681

RMA for Rasperry PI

Would love a native RMA for PI.
Happy to compile if I found source code.
by broswell
Mon Jul 01, 2019 5:31 pm
Forum: RMA for UNIX
Topic: RMA on a Raspberry Pi
Replies: 4
Views: 47958

RMA for Rasperry PI again

Saw requests from 2012.
We have other ways of doing tests, but the RMA is the best!
PIs are great for monitoring.

If I had the source, Id be be happy to compile and mainatin
by broswell
Thu Jan 12, 2006 9:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Any examples of how to call PERL in windows scripting host
Replies: 6
Views: 17365

A full answer to my original question

The script command should should look like this cmd /c cscript //B //E:PerlScript %Script% %Params% the second trick is that there is a funky way to get the parameters back. The usual ARGV variables don't work This URL http://aspn.activestate.com/ASPN/docs/ActivePerl-5.6/Windows/WindowsScriptHost.ht...
by broswell
Wed Jan 11, 2006 11:20 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Any examples of how to call PERL in windows scripting host
Replies: 6
Views: 17365

Any examples of how to call PERL in windows scripting host

I have had good luck running perl programs from Linux. In Windows I seem to have to call a batch file to call the script instead of typing the script into the script manager. Has anyone conquered this?
by broswell
Tue Jan 10, 2006 9:38 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Email loopback?
Replies: 4
Views: 14184

I wrote an email round trip program in Perl

round.pl username password pophost It pops and checks for the mail, then sends a new one for the next test. Bob Roswell broswell@syssrc.com use strict; use Mail::POP3Client; use Mail::Sendmail; my $sub=""; my $flag=0; my $lasttime; my $elapsed; my $pop = new Mail::POP3Client( HOST => @ARGV...
by broswell
Thu Dec 08, 2005 2:06 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Traffic Test for In Discards on all interfaces give false
Replies: 1
Views: 8257

Traffic Test for In Discards on all interfaces give false

The traffic test counting "in discards" on all interfaces fails on my Cisco routers. Tests to individual interfaces seem to work. So do "out discards"

Checking in Ethereal shows host monitor querying too many MIB objects!

Bob Roswell
broswell@syssrc.com
by broswell
Mon Jun 06, 2005 12:08 pm
Forum: Wish list
Topic: Create Macro %FullPath_CStyle% to avoid backslash ODBC prob.
Replies: 3
Views: 11584

Found a fix for MYSQL

# SERVER SECTION

# ----------------------------------------------------------------------

#

# The following options will be read by the MySQL Server. Make sure that

# you have installed the server correctly (see above) so it reads this

# file.

#

[mysqld]

sql-mode=NO_BACKSLASH_ESCAPE