Search found 7 matches

by scr
Thu Apr 08, 2004 12:15 am
Forum: Wish list
Topic: PUSH agents
Replies: 3
Views: 13381

where did you say can I download 4.5 beta? 8)
by scr
Wed Apr 07, 2004 6:49 am
Forum: Wish list
Topic: PUSH agents
Replies: 3
Views: 13381

PUSH agents

Hi, how about a feature which makes Tivoli one of the mightiest monitoring systems: a push mechanism to initiate a connection from the client to the server and tell about a(n error) condition? For instance DOS> ksalert [IP-address server] alertnumber "AlertText" Many applications are able ...
by scr
Sat Apr 03, 2004 1:06 am
Forum: Wish list
Topic: receive SNMP traps
Replies: 6
Views: 19150

Alex,

I do want many things too.
The intereting part is usually the time line, don't you agree?

Thanks, Rainer
by scr
Fri Apr 02, 2004 1:43 am
Forum: Wish list
Topic: receive SNMP traps
Replies: 6
Views: 19150

receive SNMP traps

Hi,

I would like a feature to receive SNMP traps from remote agents.
All Compaq servers for instance come with an management agent that is able to send traps.
I would need that feature to integrate hardware alarms into HM.


Thanks, Rainer
by scr
Thu Mar 18, 2004 1:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: CPU Usage on RH8 false
Replies: 3
Views: 20135

[root@TUX root]# vmstat -V procps version 2.0.7 [root@TUX root]# vmstat -n procs memory swap io system cpu r b w swpd free buff cache si so bi bo in cs us sy id 0 0 0 0 34300 84804 282404 0 0 4 55 35 162 3 1 96 [root@TUX root]# vmstat -n 1 2 | tail -1 | awk '{print $(NF-3)+$(NF-2)}' 831 [root@TUX ro...
by scr
Wed Mar 17, 2004 5:57 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: CPU Usage on RH8 false
Replies: 3
Views: 20135

CPU Usage on RH8 false

the script cpu.sh contains an error which cuases the shown CPU load to be more than 100%
false: Linux) vmstat -n 1 2 | tail -1 | awk '{print $(NF-3)+$(NF-2)}';;
right: Linux) vmstat -n 1 2 | tail -1 | awk '{print $(NF-1)+$(NF-2)}';;


HTH, Rainer
by scr
Wed Mar 17, 2004 4:11 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Bug in password authentication
Replies: 1
Views: 10019

Bug in password authentication

When requesting rma's with a wrong password a box 'cannot read data' is shown as well as "11:01:25 Connection from 181.2.201.81 .. Accepted" on the rma's log. Wrong passwords would have to be stated as such. 1st, it makes debugging easier 2nd right now I don't see intrusion attemts Thanks,...