Skip to content

Instantly share code, notes, and snippets.

@chochos
Created July 27, 2011 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chochos/1109589 to your computer and use it in GitHub Desktop.
Save chochos/1109589 to your computer and use it in GitHub Desktop.
Canal jAlarms para Growl
<bean class="com.solab.alarms.channels.CommandLineChannel">
<property name="commandWithArgs"><list>
<value>/usr/local/bin/growlnotify</value>
<value>-m</value>
<value>${alarm}</value>
<value>Alarma del motor</value>
</list></property>
<property name="minResendInterval" value="5000" />
</bean>
@chochos
Copy link
Author

chochos commented Jul 28, 2011

Ah qué wey, no me acordé de mostrar este ayer, aprovechando que estaba en la Mac de @neodevelop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment