DX Unified Infrastructure Management

 View Only
  • 1.  How can I decrease the UIM string of  alarm messages ?

    Posted Jan 04, 2016 02:21 AM

    Dear Sir:

            My client ask to me send the alarm message to SMS system. But the SMS has limit of characters.

    How can I decrease the string of alarm messages to SMS system ?



  • 2.  Re: How can I decrease the UIM string of  alarm messages ?

    Posted Jan 04, 2016 02:27 AM

    Dear Sir:

            I uses the nas probe and use command to trigger SMS program. What the parameter of nas that I can setup it ?



  • 3.  Re: How can I decrease the UIM string of  alarm messages ?

    Posted Jan 04, 2016 05:27 AM

    Hello!

     

    As far as I understand your question, it depends on your SMS-Programm. You can decrease the Alarm-Message within the sending Probe :-), but I think that ist not the intention, otherwise you have to write some lua-code to cut the message and send it afterwards to your sms-program, or your sms-programm is so "intelligent" to cut or split the message.



  • 4.  Re: How can I decrease the UIM string of  alarm messages ?

    Posted Jan 04, 2016 09:13 PM

    Dear Mattias:

            It should be easy to cut message by user sms program. But use don't allow it. So I must use our UIM probe. Could you show me how to do it ?



  • 5.  Re: How can I decrease the UIM string of  alarm messages ?

    Posted Jan 05, 2016 04:24 AM

    Hi!

    To shorten the original message, simple edit it in the probe which sends the alarm, or do some lua-scripting in the nas, where you could use the functions

    left(String, Length) and action.command(...), simply have a look into the documentation of the nas

     

    cheers

    Matthias