-
```
I have a number of Fortinet FortiGate firewalls and would like to use this
system with their syslog output.
I tried to look at the patterndb.xml and was confused as to what needed to be
there t…
-
```
I have a number of Fortinet FortiGate firewalls and would like to use this
system with their syslog output.
I tried to look at the patterndb.xml and was confused as to what needed to be
there t…
-
The line in question is: https://github.com/miekg/dns/blob/master/tsig.go#L228
I noticed one of the devices I'm working with is throwing "bad time" errors even though the clocks were only 1 second ap…
freb updated
10 years ago
-
```
var twilio = new TwilioRestClient(twilioAccountSID, twilioAuthToken);
var message = twilio.SendMessage(twilioFromPhoneNumber, twilioToPhoneNumber,
subjectText + Environment.NewLine + messageTex…
-
I've just installed the latest version on Centos 6...all went well.
now I've added our Fortigate firewall and setup the syslog to go to 8pussy.
I can see the logs coming into /var/log/messages but …
-
I've added 3 devices (Linux server, Netscreen & Fortigate firewalls) into octopussy installed on Ubuntu 8.04. They appear to be logging fine and the summary page shows me lots of messages received in …
-
We need a Windows build and also restore the CI system.
Building for Windows is hard because we have a) a huge pile of dependencies that need to be compiled first and b) no Windows developer.
For th…
tapio updated
10 years ago
-
Hi All,
I would like to ask the following issue. Currently my deployment is syslog-ng > redis > logstash > elasticsearch > kibana 3
1. Some logging cannot be show in the field and message area unless…
-
Not sure if I got something wrong, but using the following code
`public Task Connect()
{
return Groups.Add(Context.ConnectionId, "FOO");
}
public void Send()
{
…