Duvergier Claude

Results 80 comments of Duvergier Claude

Having the number of bytes sent over the wire could be useful for logging/debugging (from `Transport` or `Mailer`?).

Hi bot, il do would like this feature (number of bytes sent over the wire) 😀.

It don't know how Centreon works (regarding to SMS notifications) but, as sending notification is as easy as running a shell command, I can't see why not.

No, GET requests are supported: https://smsapi.free-mobile.fr/sendmsg?user=28XXXX47&pass=PWj20HXxXxXxsG&msg=Hello%20World So if Centreon cannot send POST requests you can either use my Bash script or send GET requests.

You could at least have rephrased your message (ad?) to make it less mean…

Couldn't find a gem named `dns-sd` (nor a Debian package) but if you refer to [MOX/Darwin's dns-sd](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/dns-sd.1.html) I might have found the GNU/Linux equivalent: `avahi-browse` from [avahi-utils](http://packages.debian.org/stable/avahi-utils): ``` root@debian:~# avahi-browse...

Had no wildcards in `/etc/hosts`, put `8.8.8.8` in `/etc/resolv.conf` and got arrays of IP with given code... However, installed `ruby`, `ruby-dev`, `avahi-daemon`, `avahi-utils`, `libavahi-compat-libdnssd1`, `libavahi-compat-libdnssd-dev` on a non-VM Debian 7.3...

First _really quick_ analysis shows that: ``` root@debian-NOTWORKING:~# gem list | grep -e air -e net-ptth airplay (1.0.2, 0.2.9) airplay-cli (1.0.1) airstream (0.4.4) net-ptth (0.0.17) ``` ``` root@debian-WORKING:~# gem list...

Sorry but I couldn't narrow down the problem. I did had the following packages installed on not-working server but absent of working server: - `ruby-dev` v1.9.3 - `ruby1.8 v1.8.7.358` -...

To confirm @arda2012's comment, here is the content of my `/etc/nsswitch.conf` file: Non-working: `hosts: files dns` Working box : `hosts: files dns mdns mdns4_minimal [NOTFOUND=return] mdns4` The lack of _mdns*_...