Search Results

Search: Posts Made By: lemseffert
1,492
Posted By lemseffert
Thank you, use Sys::Syslog; $subtowing_source...
Thank you,
use Sys::Syslog;
$subtowing_source = '/usr/leme/report/subtowing/ #local directori on unix
$subtowing_destination = '/mesur/reports/; #directorie on the machine to ftp
...
1,492
Posted By lemseffert
script FTP in perl
this script should search directories read,,search for file for daily reports. you must provide the beginning day, ending day and month.
this script will pull files for days and month specified and...
Forum: Infrastructure Monitoring 10-26-2009
1,853
Posted By lemseffert
keep track of devices using snmp
hello all,
i want to keep track of all my devices using snmp, check for intrusion.
any ideas?
T
Forum: Infrastructure Monitoring 10-22-2009
5,209
Posted By lemseffert
here is what i did LIST = 'ypcat hosts| sort |...
here is what i did
LIST = 'ypcat hosts| sort | awk '{print $2}''
for Devices in $LIST
do
value=`snmpget -v1 -c privator $Devices snmpInBadCommunityNames.O |awk '{print $4}' `
if [ Errorcount >=...
Forum: Infrastructure Monitoring 10-22-2009
5,209
Posted By lemseffert
Thank you cgersh99 actually what i'm looking...
Thank you cgersh99
actually what i'm looking for is check devices for community name if if the community name is correct return 0 if not return 1.

Thanks again
Forum: Infrastructure Monitoring 10-21-2009
5,209
Posted By lemseffert
thanks rdcwayx, but i'm looking for a code to...
thanks rdcwayx, but i'm looking for a code to help me get this result
not a tool.

Thanks

---------- Post updated at 08:36 AM ---------- Previous update was at 07:59 AM ----------

good...
Forum: Infrastructure Monitoring 10-20-2009
5,209
Posted By lemseffert
first , i just want to thank you for your advice ...
first , i just want to thank you for your advice

Let me paraphrase my question:
I need to automate the following process:

I have a list of devices in a file called host.txt, I need to take...
Forum: Infrastructure Monitoring 10-20-2009
5,209
Posted By lemseffert
Thanks but what do u mean"its illegal" ...
Thanks
but what do u mean"its illegal"

all i wanted to know if there is someone who is trying to hack my devices.
thats all
if there any command i can use to see if if my device is been hacked...
Forum: Infrastructure Monitoring 10-20-2009
5,209
Posted By lemseffert
Shell Programming and Scripting
# set date to your spec: this is month/day/yr/hr/min/sec:
sysdate=`date '+%m/%d/%Y-%H:%M:%S'`
# get the last line before the history file is modified
tail -1 /tmp/hosthistory.txt |while read...
2,709
Posted By lemseffert
snmpget
Good morning All,
I'm just wondering if I can get help with writing a simple script that check for Community names and make a comparison to the new community name given.
Thanks
T
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 03:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy