Hi All,

 

I was wondering if someone could help with the syslog-ng intergration.

For some reason not all my switches seem to be getting logs even though the syslogs are getting sent to the observium server.

 

Below is the syslog-ng config.

## Observium Syslog-ng config

        chain_hostnames(0);

        keep_hostname(yes);

       use_dns(no);

## Observium Syslog-ng config

## Observium Syslog-ng config

source s_net {

        udp(ip(0.0.0.0) port(5544));

        udp(ip(0.0.0.0) port(514));

};

 

destination d_observium {

        program("/opt/observium/syslog.php" template ("$HOST||$FACILITY||$PRIORITY||$LEVEL||$TAG||$YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC||$MSG||$PROGRAM\n") template-escape(yes));

file("/var/log/observium");

};

log {

        source(s_net);

        destination(d_observium);

};

## Observium Syslog-ng config

 

As you can see I have a file syslog to show that the logs are coming in.

 

What parameters does observium need to log a syslog message against a device.

 

 

Randy Coburn

 



NewVoiceMedia are proud gold sponsors of Dreamforce. Use our promo code EC13NEWVO to register and save $100:

Dreamforce | Join The Customer Company Revolution | Nov 18-21, 2013 | San Francisco


www.newvoicemedia.com
Click here to see what our customers think
Click here to see our integration with salesforce.com
Follow NewVoiceMedia on Facebook, Flickr, LinkedIn, Twitter

Registered Office: NewVoiceMedia Ltd, Belvedere, Basing View, Basingstoke, Hampshire. RG21 4HG.
NewVoiceMedia Registered in England No: 3602868

This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of NewVoiceMedia. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error.