Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › help on sending page
send a page when we get a stat order . We are AIX 5.2 and QDX 5.2
Thanks in advance
Uma
We use mailx option under AIX to send a page.
mailx -s “” who@company.com < /dev/null The above line will send the subject (with no other text) to an alphanumeric pager. It has worked for us for years. Rob
I am trying to set an alert in QDX when a stat order comes it should trigger a page automatically
You are going to have to write a TCL proc to check the field that you want and then exec the mailx command. That would work.
Rob