How to setup Email notification when storage reach certain % ?

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring How to setup Email notification when storage reach certain % ?
# 8  
Old 04-02-2010
Thank alot, Son_t but my company not execute the Perl script. We have standardize all using c shell script.

I will continuous research on it. Thank

---------- Post updated 04-02-10 at 03:29 AM ---------- Previous update was 04-01-10 at 08:44 PM ----------

Is that anything mistake in the DaemonPortOptions or should i enable ClientPortOptions also? My plan is used Solaris to send out the email to exchange server as smtp protocol.
Please give any recommend.

# SMTP daemon options

O DaemonPortOptions=Name=MTA
O DaemonPortOptions=Port=987, Name=MSA, M=E

# SMTP client options
#O ClientPortOptions=Family=inet, Address=0.0.0.0
# 9  
Old 04-22-2010
Problem Solve ^ ^

Yes. Finally, i get the solution. SmilieSmilieSmilie

From example i read from article is apply 'hostname.' but it is not recognized from the server. We need like this 'hostname.com'. It is simplest edit the /etc/hosts and whatever i configure sendmail.mc last time is work fine.

/etc/hosts
Code:
127.0.0.1        localhost
192.168.1.1     serverName     serverName.com      loghost

# 10  
Old 04-26-2010
Sorry, i encounter another relevant for this topic.

I have another mirror which is umounted in /etc/vfstab. how to know the percentage usage in this umounted partition?
# 11  
Old 04-26-2010
can't monitor something that doesn't exist Smilie
# 12  
Old 04-28-2010
Quote:
Originally Posted by pupp
can't monitor something that doesn't exist Smilie
Even It is not mounted fs but it still in mirroring and allocated to multi-soft partition. Any alternative method to monitor the storage status of soft partition or mirror?
# 13  
Old 04-28-2010
If a filesystem is not mounted, you still can use the df command to get the usage of the filesystem, like:
Code:
# df /dev/md/dsk/d103
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/md/dsk/d103     5159862 1054466 4053736    21%

# 14  
Old 04-28-2010
thank for reply. It is really appreciate but it show error as below:

Code:
# df /deve/md/dsk/d100

df: /dev/md/dsk/d100: not a ufs file system

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Email notification error on Solaris

Hi, I am getting error below when testing email. is there a way I can configure email on Solaris? SunOS -s 5.10 Generic_147440-04 sun4u sparc SUNW,SPARC-Enterprise echo "hello" | sendmail -v abcd WARNING: local host name (-s) is not qualified; see cf/README: WHO AM I? abcd... Connecting... (1 Reply)
Discussion started by: roshanbi
1 Replies

2. Shell Programming and Scripting

Email Notification

Hi All, I need write a linux script which emails each record to the employee manager email-id which will be specified inside the file. Each employee can have a different manager too.. file contain 200 to 300 records Employee ID, Employee Name, Employee Email-ID, Manager, Manager... (4 Replies)
Discussion started by: tradingspecial
4 Replies

3. UNIX for Dummies Questions & Answers

Email notification is not working in spacewalk

Hi, I am using spacewalk tool ( Linux systems management solution ). I have configured probe notification and notification method in spacewalk. But I am not getting the notification mail. Checked the /var/log/maillog and the error message as follows, Dec 11 17:01:11 spserver... (2 Replies)
Discussion started by: Nila
2 Replies

4. 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

5. UNIX for Advanced & Expert Users

Linux-Heartbeat Email Notification

hi guys I hope this goes here Have someone used Linux heartbeat to send email when the Slave server becomes the Master? I've read I can configure the MailTo under /etc/ha.d/resource.d but I really don't know how to do it. I basically need my primary server to send an email when it... (2 Replies)
Discussion started by: karlochacon
2 Replies

6. AIX

Cron Job notification email

Hi, I'm fairly new to Aix and am looking for some help on the following. I have setup a cron job under root and want it to send the email once it's run to an external email address. I can get it to send the output in an email to me by using mail on the end of the crontab entry. But I would... (1 Reply)
Discussion started by: elmesy
1 Replies

7. Shell Programming and Scripting

Crontab change and email notification

Hey guys Just need some help with crontab.Iam looking for a script that will alert particular user about its change through sendmail.We are using bash here. --CoolKid (3 Replies)
Discussion started by: coolkid
3 Replies

8. UNIX for Dummies Questions & Answers

How to add email notification in scripts?

Hi. I want to add email notification so when the my script finishes it sends out an email of the results to our team. If there are errors the subject on the email should say there were errors. If any having idea/sample scripts pls share with me. (2 Replies)
Discussion started by: redlotus72
2 Replies

9. Post Here to Contact Site Administrators and Moderators

Why am I not recieving email notification?

I have been a member for almost a year now. I have always recieved email notifications when I select "subcribe to this thread" at the bottom of posts that I reply to. However, over the last month or so, I have not been recieving email notification of replys to posts I respond to. I have... (6 Replies)
Discussion started by: Kelam_Magnus
6 Replies
Login or Register to Ask a Question