Skip to content

Commit 5889bee

Browse files
committed
Latest
1 parent bb3b9a8 commit 5889bee

File tree

5 files changed

+50
-1437
lines changed

5 files changed

+50
-1437
lines changed

dist/server/mongodb-grafana-proxy.plist

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<key>WorkingDirectory</key>
1515
<string>/usr/local/var/lib/grafana/plugins/mongodb-grafana/dist/server</string>
1616

17-
<key>ProgramArguments</key>
17+
<key>ProgramArguments</key>
1818
<array>
19-
<string>/usr/local/bin/forever</string>
19+
<string>/usr/local/lib/npm-packages/bin/forever</string>
2020
<string>-l</string>
2121
<string>/usr/local/var/lib/grafana/plugins/mongodb-grafana/dist/server/mongodb-proxy-forever.log</string>
2222
<string>-o</string>
@@ -34,5 +34,9 @@
3434
<key>KeepAlive</key>
3535
<false/>
3636

37+
<key>StandardErrorPath</key>
38+
<string>/tmp/mycommand.err</string>
39+
<key>StandardOutPath</key>
40+
<string>/tmp/mycommand.out</string>
3741
</dict>
3842
</plist>

dist/server/mongodb-proxy-err.log

Whitespace-only changes.

dist/server/mongodb-proxy.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
undefined
2+
/usr/local/var/lib/grafana/plugins/mongodb-grafana/dist/server/config
3+
Server is listening on port 3333

0 commit comments

Comments
 (0)