Kent Holloway
Kent Holloway
Looks like it supports running nodejs right on the device as well as webhooks so you could either write a plugin that calls webhooks or write a native nodejs app...
That's a Python 3 error since print is now a function instead of a statement. You can easily fix it by wrapping the print function in ()'s as in '''print...
In your alarmserver.cfg file what is your test partition mapped to? For example in my config.. [alarmserver] partition1=Home
Your partition keyword 'Partition2' has a capital P in it, try to lowercase it and restart the alarmserver.
No worries at all, so that modular stuff sounds fantastic and honestly also sounds like a lot of work unless you have some fairly simple plugin/mod thing you were thinking...
@MattTW, the guy who has the HoneyAlarm server linked above, ported over his plugin system to a fork of the AlarmServer that he has. He is waiting on me to...
I'm actually going to wait for pull request #25 to be applied to master branch then I will refactor my stuff and @MattTW plugin stuff against that since it's a...
I'm having the same issue, I worked around it by doing the steps below. ``` cd /tmp git clone https://github.com/dreverri/gollum-site.git cd gollum-site rake build rake install ``` **NOTE** that last...
I don't want a remote entity to be able to arm or disarm my system, mostly due to security concerns. A few other folks have addressed this issue with various...
I have lots of experience with Hiera and modules so I can bang out some code for this if you like. I'm also doing the xcrun, /usr/include bits below on...