[tkined] IP monitor

Aaron Dewell (dewell@woods.net)
Tue, 23 Sep 1997 13:48:41 -0800 (AKDT)

I'm unsure where to start looking for this, so this may be a
clueless question.

I'm working on getting tkined/scotty working under Linux on a
Sparc. It compiles and everything, I run it, add a host, give
it an address, etc.

When I choose IP-Monitor->Check reachability, the evil blinking
thing starts. i.e. it doesn't reach anything.

Any ideas? Relevant info:

kernel 2.1.54
libc 5.3.12
scotty 2.1.7
tkined 1.4.7
tcl 7.6
tk 4.2

sample script which doesn't work:

-------------------------------------
#!/bin/sh
## This file was created by tkined version 1.4.7 >> DO NOT EDIT <<
##
## This may look like TCL code but it is definitely not! \
exec tkined "$0" "$@"

ined page A4 landscape

set node0 [ ined -noupdate create NODE ]
ined -noupdate move $node0 182.00 104.00
ined -noupdate icon $node0 machine
ined -noupdate font $node0 fixed
ined -noupdate color $node0 red
ined -noupdate name $node0 snowy
ined -noupdate address $node0 209.112.190.5
ined -noupdate attribute $node0 {round trip time} {snowy\nunreachable}
ined -noupdate label $node0 {round trip time}

set interpreter1 [ ined -noupdate create INTERPRETER ip_monitor.tcl ]
ined send $interpreter1 restart {Check Reachability} 60 job0 $node0
-------------------------------------

_______________________________________________________________________
|Aaron Dewell ===> dewell@woods.net |
|aka local guru ===> dewell@greatland.net |
|http://www.woods.net/~dewell http://www.woods.net/ |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.