HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configure SMS Alerts.
Operating System - HP-UX
1834809
Members
2569
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 08:21 PM
04-15-2002 08:21 PM
How to configure SMS Alerts.
Can any one help me in configuring SMS alerts if there is a threshold voilation.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 08:35 PM
04-15-2002 08:35 PM
Re: How to configure SMS Alerts.
Hi,
You need:
1) An SMS gateway
2) An SMS client software ported to your OS in order to send the alerts to the SMS gateway for alerting.
3) Cron scripts to interface with the SMS client software e.g.
#!/sbin/sh
if [ `ps -fae|wc -l|awk '{print $1}'` -gt 600 ]
then
/opt/sms/sms.client 91828385 "`hostname` alert: processes > 600"
fi
Hope this helps. Regards.
Steven Sim Kok Leong
You need:
1) An SMS gateway
2) An SMS client software ported to your OS in order to send the alerts to the SMS gateway for alerting.
3) Cron scripts to interface with the SMS client software e.g.
#!/sbin/sh
if [ `ps -fae|wc -l|awk '{print $1}'` -gt 600 ]
then
/opt/sms/sms.client 91828385 "`hostname` alert: processes > 600"
fi
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:24 PM
04-16-2002 12:24 PM
Re: How to configure SMS Alerts.
Hello,
usually you can simply send an email to your mobile phone provider's SMS-gateway (at least we can do this in germany) and it will be sent to the mobile phone which number you support.
But be careful, as it may take longer than expected for the SMS to arrive (even though my mobile phone is turned every day for hours, sometimes I receive a SMS after up to 5 days of waiting).
Regards,
Wodisch
usually you can simply send an email to your mobile phone provider's SMS-gateway (at least we can do this in germany) and it will be sent to the mobile phone which number you support.
But be careful, as it may take longer than expected for the SMS to arrive (even though my mobile phone is turned every day for hours, sometimes I receive a SMS after up to 5 days of waiting).
Regards,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP