Search found 7 matches

by peter.romfeld.hk
Mon Jan 06, 2014 2:57 am
Forum: Open Source Nagios Projects
Topic: Notifications to WhatsAPP
Replies: 1
Views: 4293

Re: Notifications to WhatsAPP

solved with using yowsup.
you need to define countycode, autodetect not working. I am using my own python script to generate the message and forward it to yowsup-cli
by peter.romfeld.hk
Sun Jan 05, 2014 11:18 pm
Forum: Open Source Nagios Projects
Topic: Notifications to WhatsAPP
Replies: 1
Views: 4293

Notifications to WhatsAPP

Hi, I am using WhatsAPI, a bit customized for my needs. Its working fine from the commandline: /usr/lib64/nagios/plugins/send_whatsapp.php args1 args2 args3 args4 args5 args6 CONTACTPAGER But Nagios is not executing it, here my config: commands.cfg: # 'notify-host-by-xmpp' command definition define ...
by peter.romfeld.hk
Sun Jan 05, 2014 11:11 pm
Forum: Open Source Nagios Projects
Topic: NRPE multiple PID
Replies: 3
Views: 2068

Re: NRPE multiple PID

Hi,

Yes I am also running nrpe. I have 2 Nagios servers which also check each other :D
I didnt got multiple PID's so far.

Thanks,
Peter
by peter.romfeld.hk
Mon Dec 30, 2013 12:17 am
Forum: Open Source Nagios Projects
Topic: NRPE multiple PID
Replies: 3
Views: 2068

NRPE multiple PID

Hi,

on only one of my nagios server i have a strange NRPE behavior. It shows multiple running PID (pid 27377 27372 27294). Even after restart it still shows multiple PID. After STOP/START its back to one PID

Any explanation? Should I be concerned about compromised server?

Cheers,
Peter
by peter.romfeld.hk
Fri Nov 29, 2013 12:18 am
Forum: Open Source Nagios Projects
Topic: Webinterface not showing correctly
Replies: 1
Views: 873

Re: Webinterface not showing correctly

after some kernel tweaking + adding nagios config to limits.d its now working fine /etc/security/limits.d/20-nagios.conf ## Nagios Limits nagios hard memlock 128 nagios soft memlock 128 nagios soft nofile 4096 nagios hard nofile 4096 nagios hard nproc 4096 nagios soft nproc 4096 nagios hard stack 20...
by peter.romfeld.hk
Thu Nov 28, 2013 4:50 am
Forum: Open Source Nagios Projects
Topic: Webinterface not showing correctly
Replies: 1
Views: 873

Webinterface not showing correctly

Hi, My webinterface acts very strange.. I added new service checks, but I have to reload the WebPage several time until they show up. The new checks are working fine over command-line, they return a echo and exit code. But sometimes they just dont show correctly on the webinterface. The same scripts...
by peter.romfeld.hk
Thu Sep 12, 2013 12:29 am
Forum: Open Source Nagios Projects
Topic: Nagios Notifications /w event-handlers
Replies: 1
Views: 786

Nagios Notifications /w event-handlers

Hey, is there a other way to get notifications, then just adding it to the eventhandler command with && ? it looks like the event-handler resolves the problem before the notifications triggers, but i would like to get this information's sended. preferd without adding the sendmail to every ev...