Operating System - HP-UX
1836482 Members
2687 Online
110101 Solutions
New Discussion

Free Tools for sending text page

 
SOLVED
Go to solution
sarma
Advisor

Free Tools for sending text page

HI
Are there any free tools to send text pages to users for monitoring the disk space usage
4 REPLIES 4
Rick Garland
Honored Contributor
Solution

Re: Free Tools for sending text page

If your pager supports it, you could use sendmail.

Typically, most pagers have an email address as well. Example, 18001112222@skytel.com
Use sendmail to send mail t6o this email address with the -s option for the subject.

mailx 18001112222@skytel.com -s "Disk space full"

This will send a text page to the skytel with the subject text of "Disk space full"

Robert-Jan Goossens_1
Honored Contributor

Re: Free Tools for sending text page

Hi Sarma,

How about using sendmail ?

There are a number of scripts inside this post, just search for filesystem.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=178514&admit=-682735245+1128955579688+28353475

Hope this helps,
Robert-Jan
baiju_3
Esteemed Contributor

Re: Free Tools for sending text page

Do you have sendmail configured on your system ?.

If so you can use mailx

mailx -s "Subject" your_email@domain.com < /tmp/your_file.txt


thx,
bl.
Good things Just Got better (Plz,not stolen from advertisement -:) )
sarma
Advisor

Re: Free Tools for sending text page

We had problems with sendmail as the brodcasting was disabled on this. I had to use my GWmail to get the message from unix and use a rule to fowrward the message