Nagios bash check_log
Its often needed to check log files for a keyword.
So I wrote a simple bash script to do that plus integrate with nagios and perfdata so …
How to install snort on centos 5.5
How to install snort on centos 5.5
This guide is a step by step on how to install from source snort-2.9.0.5 on CentOS 5.5 64bits it should work the same …
WLST How To Start Stop
WLST How To Start Stop
Weblogic command line using wlst is not that simple to learn.
$ wlst
connect(‘user’,’password’,’t3://localhost:7201′);
ls(‘Servers’);
GET STATUS:
state(‘ecestgpres1′,’Server’)
TO STOP:
shutdown(‘castgpres1′,’Server’,’true’,10)
TO START:
start(‘castgpres1’)
NOTES:…