search for: _message

Displaying 4 results from an estimated 4 matches for "_message".

Did you mean: message
2017 Jan 11
0
NUT Client shuts down when performing runtime calibration on APC UPS
...reter is to be used: dash, bash, csh, ksh, ... For example #!/bin/bash There seem to be too many case statements in this script. > case "${1}" in > shutdown-warning) > _shutdowntimer=`configxml_get "//ups/shutdowntimer"`; > _message="${_notifymessage}. > Shutdown imminent in ${_shutdowntimer} seconds.";; > > shutdown) This is where a test looking for the letters "CAL" in ups.status is needed. If found, then issue a modified message. > _message="${_notifymessage}. &...
2017 Jan 11
3
NUT Client shuts down when performing runtime calibration on APC UPS
I've setup nas4free (latest version 11.0.0.4, which has NUT 2.7.4) in a VM and configured it via webinterface to my APC UPS and set "shutdown mode" to "UPS goes on battery" with a timer of 30s. Then I started runtime calibration on the UPS and after 30s nas4free has shut down! I think this is not the correct behavior, since the status was "OB CAL". The system
2011 Nov 01
2
Railscast 262 different partial in helper
...<div class="created_at"><%= message.created_at.strftime("%B %d, %Y") %></div> <div class="content"> <%= message.content %> </div> <div class="actions"> <%= link_to "Reply", new_message_path(:parent_id => message) %> | <%= link_to "Destroy", message, :confirm => "Are you sure?", :method => :delete %> </div> </div> <% end %> in to a partial _message.html.erb and call it with <%= nested_messages @messages.arra...
2017 May 15
5
Automatically dial a number, then an extension
All; I have an application that dials a list of numbers and then plays a recorded message. My customer uses it to dial a list of customers to confirm their appointment for the next day. No biggie, maybe 25 - 30 calls per day for customers who want the confirmation call. What they need now is a way to dial an extension after the number is dialed and answered. I've seen that before, but I