git ssb

0+

dangerousbeans / scuttle_god



Commit 37d877810de4ac575152439cf1ddabb2ad8d3788

Example output

Joran committed on 4/13/2017, 11:13:59 PM
Parent: 79385beae3f0ddb552493ac7d132885506b8d0ce

Files changed

Readme.mdchanged
sbot_notifier.rbchanged
Readme.mdView
@@ -30,5 +30,26 @@
3030 god -c sbot.god -D
3131
3232 ### Omnipotence
3333
34-
34 + I [2017-04-14 09:53:14] INFO: Loading sbot.god
35 + I [2017-04-14 09:53:14] INFO: Syslog enabled.
36 + I [2017-04-14 09:53:14] INFO: Using pid file directory: /Users/joran/.god/pids
37 + I [2017-04-14 09:53:14] INFO: Started on drbunix:///tmp/god.17165.sock
38 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server move 'unmonitored' to 'init'
39 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server moved 'unmonitored' to 'init'
40 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server [trigger] process is running (ProcessRunning)
41 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server move 'init' to 'up'
42 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server registered 'proc_exit' event for pid 93002
43 + I [2017-04-14 09:53:14] INFO: Secure Scuttlebutt Server moved 'init' to 'up'
44 + I [2017-04-14 09:53:54] INFO: Secure Scuttlebutt Server [trigger] memory out of bounds [*248244kb, *256632kb, *259632kb] (MemoryUsage)
45 + I [2017-04-14 09:53:54] INFO: Secure Scuttlebutt Server move 'up' to 'restart'
46 + I [2017-04-14 09:53:54] INFO: Secure Scuttlebutt Server deregistered 'proc_exit' event for pid 93002
47 + I [2017-04-14 09:53:54] INFO: Secure Scuttlebutt Server stop: default lambda killer
48 + I [2017-04-14 09:53:54] INFO: Secure Scuttlebutt Server sent SIGTERM
49 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server process stopped
50 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server start: sbot server
51 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server moved 'up' to 'restart'
52 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server [trigger] process is running (ProcessRunning)
53 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server move 'restart' to 'up'
54 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server registered 'proc_exit' event for pid 93035
55 + I [2017-04-14 09:53:55] INFO: Secure Scuttlebutt Server moved 'restart' to 'up'
sbot_notifier.rbView
@@ -15,9 +15,9 @@
1515 valid &= complain("Attribute 'channel' must be specified", self) unless arg(:channel)
1616 valid
1717 end
1818
19- attr_accessor :url, :format
19 + attr_accessor :channel
2020
2121 def notify(message, time, priority, category, host)
2222 data = {
2323 :message => message,

Built with git-ssb-web