Sponsored Content
Operating Systems Solaris Automatically Email Select Syslog Messages Post 302468326 by wthomas on Tuesday 2nd of November 2010 11:16:36 AM
Old 11-02-2010
Hi all,

I've searched the site for a suitable while loop command, but couldn't find one to suit that I can understand.
Please can someone help me out here, I'm sure it's simple for someone out there, I'm not familiar with the while loop and so cannot interpret what I'm reading in the many scripts I've come across.

This is what I've got so far, but do not want it to repeat if a new message is not detected or is the same, only unique one's needed:

Code:
while true
do
        cat /var/adm/messages | grep RTD-1-ADDR_FLAP | tail -1
sleep 10
done

Output at the moment, but need it to not repeat, but to be unique:

Nov 2 11:49:02 cbjsw205-1103.nls.jlrint.com 60577: Nov 2 11:49:01: %RTD-1-ADDR_FLAP: FastEthernet0/9 relearning 7 addrs per min
Nov 2 11:49:02 cbjsw205-1103.nls.jlrint.com 60577: Nov 2 11:49:01: %RTD-1-ADDR_FLAP: FastEthernet0/9 relearning 7 addrs per min
Nov 2 11:49:02 cbjsw205-1103.nls.jlrint.com 60577: Nov 2 11:49:01: %RTD-1-ADDR_FLAP: FastEthernet0/9 relearning 7 addrs per min
Nov 2 11:49:02 cbjsw205-1103.nls.jlrint.com 60577: Nov 2 11:49:01: %RTD-1-ADDR_FLAP: FastEthernet0/9 relearning 7 addrs per min
Nov 2 11:49:02 cbjsw205-1103.nls.jlrint.com 60577: Nov 2 11:49:01: %RTD-1-ADDR_FLAP: FastEthernet0/9 relearning 7 addrs per min

Regards, Wynford
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to delete all email messages at ONE time?

These are some of the mail command: Usage: ? print this help message # display message number # - print previous + next (no delete) ! cmd execute cmd <CR> next (no delete) a position at and read... (5 Replies)
Discussion started by: bobo
5 Replies

2. UNIX and Linux Applications

Sending email via syslog-ng

Hi friends I have syslog-ng installed in RHEL5 server, I make it as CEntral log for all servers in my network, Filtered by IP Now What I want to do is make it send to me an email for a specific log for one of my server, In other word when any log sent from this IP (192.168.1.1 ) For... (4 Replies)
Discussion started by: reaky
4 Replies

3. Shell Programming and Scripting

Automatically select records from several files and then run a C executable file inside the script

Dear list its my first post and i would like to greet everyone What i would like to do is select records 7 and 11 from each files in a folder then run an executable inside the script for the selected parameters. The file format is something like this 7 100 200 7 100 250 7 100 300 ... (1 Reply)
Discussion started by: Gtolis
1 Replies

4. Cybersecurity

1000s of undelivered email messages

Hi, My boss has suddenly started receiving 1000s of messages in his inbox. They are undelivered messages that are bouncing back, though the emails weren't coming from him. I guess either these are fake undelivered messages and are just scam emails. Or they are real emails being sent with spoofed... (1 Reply)
Discussion started by: timgolding
1 Replies

5. AIX

Sending an email notification when syslog goes down

Hi All of a sudden the syslog daemon in the server went down and then later I started it manually # ps -ef | grep syslogd root 217228 114906 0 Nov 16 - 0:00 /usr/sbin/syslogd root 430306 290870 0 14:18:11 pts/0 0:00 grep syslogd Can some one help me with a script which will monitor the... (2 Replies)
Discussion started by: newtoaixos
2 Replies

6. Homework & Coursework Questions

program to send messages to parent using pipes and select system call

Write a program using select, which will create some number of child processes that continuously send text messages to the parent process using pipes. Each child has its own pipe that it uses to communicate with the parent. The parent uses select () to decide what pipes should be processed to... (1 Reply)
Discussion started by: ripssingh
1 Replies

7. UNIX for Dummies Questions & Answers

pine email tool suppress prompt to save read messages

Could somebody please advise about how to configure pine/alpine so that on exit it doesn't prompt me to save read messages? Thanks (3 Replies)
Discussion started by: LeoKSimon
3 Replies

8. Shell Programming and Scripting

Bash to select oldest folder in directory automatically and log process

The `bash` below uses the oldest folder in the specified directory and logs it. The goes though an analysis process and creates a log. My problem is that if there are 3 folders in the directory folder1,folder2,folder3, the bash is using folder2 for the analysis eventhough folder1 is the oldest... (0 Replies)
Discussion started by: cmccabe
0 Replies
COLLECT-REMINDERS(1)					User Contributed Perl Documentation				      COLLECT-REMINDERS(1)

NAME
collect-reminders - collect email reminders to be sent out SYNOPSIS
Collect emails reminders set by users for special occasions and move them to the email-reminder spool directory. DESCRIPTION
Email-reminder allows users to define events that they want to be reminded of by email. This script is meant to be invoked everyday by a cron job or as the root user. It collects the reminder files from each user. OPTIONS
--help Displays basic usage message. --verbose Prints out information about what the program is doing, including the full emails being sent out. --version Displays the version number. FILES
~/.email-reminders, /etc/email-reminder.conf AUTHOR
Francois Marier <francois@email-reminder.org.nz> SEE ALSO
email-reminder-editor, send-reminders COPYRIGHT
Copyright (C) 2004-2010 by Francois Marier Email-Reminder is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Email-Reminder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Email-Reminder; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. perl v5.14.2 2012-05-28 COLLECT-REMINDERS(1)
All times are GMT -4. The time now is 05:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy