![](https://secure.gravatar.com/avatar/8ba672b40b5ca7ecfb05697289ead03b.jpg?s=120&d=mm&r=g)
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]http://www.salesforce.com/dreamforce/
www.newvoicemedia.comhttp://www.newvoicemedia.com Click herehttp://www.newvoicemedia.com/customers/ to see what our customers think Click herehttp://sites.force.com/appexchange/listingDetail?listingId=a0N300000025yAGEAY to see our integration with salesforce.com Follow NewVoiceMedia on Facebookhttp://www.facebook.com/pages/NewVoiceMedia/137330659646514?v=wall, Flickrhttp://www.flickr.com/photos/newvoicemedia/, LinkedInhttp://www.linkedin.com/company/newvoicemedia, Twitterhttps://twitter.com/NewVoiceMedia
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.