Search found 17 matches

by Mapienator
Tue Jun 02, 2015 7:32 am
Forum: Open Source Nagios Projects
Topic: Nagios Core without (i)frames
Replies: 3
Views: 2783

Re: Nagios Core without (i)frames

I poek too soon...
I found my solution

Also, Shell works really nice a simple. Thanks!
by Mapienator
Mon Jun 01, 2015 12:55 pm
Forum: Open Source Nagios Projects
Topic: nsclient ignoring changes from .ini files
Replies: 21
Views: 17699

Re: nsclient ignoring changes from .ini files

Little late but I had something i had to do.

The problem I had was purely on a 32 bit windows system. Now I've been using 64 bit systems with no errors at all.

Also..... I have no idea how to close this post......Any help? :? :? :?
by Mapienator
Mon Jun 01, 2015 12:54 pm
Forum: Open Source Nagios Projects
Topic: Nagios not sending e-mail notification
Replies: 6
Views: 5068

Re: Nagios not sending e-mail notification

homerkaro, Mapienator, What distributions are you using? cat /etc/*release uname -a [Mon Aug 25 15:24:31 2014] wproc: stdout line 02: can not chdir(/var/spool/mqueue-client/): Permission denied You are right in thinking that this is likely a permission error. Do you have selinux/apparmor on? Let's ...
by Mapienator
Mon Jun 01, 2015 6:58 am
Forum: Open Source Nagios Projects
Topic: Nagios not sending e-mail notification
Replies: 6
Views: 5068

Re: Nagios not sending e-mail notification

Can you run the following commands and show us the output? ls -l /usr/sbin/sendmail ls -l /var/spool I also have this problem. root@nagios:/usr/local/nagios/etc# ls -l /usr/sbin/sendmail lrwxrwxrwx 1 root root 26 jun 1 12:18 /usr/sbin/sendmail -> /etc/alternatives/sendmail root@nagios:/usr/local/na...
by Mapienator
Fri May 29, 2015 2:47 am
Forum: Open Source Nagios Projects
Topic: Custem Button on the WebUI
Replies: 5
Views: 1684

Re: Custem Button on the WebUI

Well. Thanks everyone for helping. I got it working. Maybe someone else can use it too. I use this in my "extinfo.cgi" on the page "Process Info" printf("<tr><td>SSH Status</td>\n"); /* SSH Status */ #include <stdio.h> #include <stdlib.h> #include <string.h> FILE *fp; c...
by Mapienator
Fri May 22, 2015 3:34 am
Forum: Open Source Nagios Projects
Topic: Custem Button on the WebUI
Replies: 5
Views: 1684

Re: Custem Button on the WebUI

The main problem now is that i want to display a bash command output in a page that is made in c (extinfo.cgi). and i don't want any popups. The code below is what I'm working on now. But is has problems..... char i; printf ("Checking if processor is available..."); if (system(NULL)){ prin...
by Mapienator
Thu May 21, 2015 4:27 am
Forum: Open Source Nagios Projects
Topic: Custem Button on the WebUI
Replies: 5
Views: 1684

Custem Button on the WebUI

I am trying to get a button in nagios to enable/disable (a toggle) in the web-UI Also a way to print the output of the command {service ssh status} I am able to do this with linking to a php page that has a simple perl code. What I want is the following code in a Nagios page (.cgi file). <?php if ($...
by Mapienator
Mon May 04, 2015 3:35 am
Forum: Open Source Nagios Projects
Topic: nsclient ignoring changes from .ini files
Replies: 21
Views: 17699

Re: nsclient ignoring changes from .ini files

I've done a lot of testing with the conclusion that nscp is not working correctly on windows 7 32 bit systems. I am using 64 bit now and I have not a single problem.

I was assigned to make it work on 32 bit systems.
Also, i have no idea how to close this Post :roll:
by Mapienator
Mon May 04, 2015 3:33 am
Forum: Open Source Nagios Projects
Topic: Nagios Core without (i)frames
Replies: 3
Views: 2783

Nagios Core without (i)frames

is it possible to install and use Nagios Core without the use of any Framesets or Iframes? I am using javascript right now but i'm having trouble with the links. /nagios/cgi-bin/status.cgi?host=all This works and is made for framesets. But now i have the problem that its linking to. /nagios/status.c...
by Mapienator
Thu Apr 02, 2015 7:46 am
Forum: Open Source Nagios Projects
Topic: nsclient ignoring changes from .ini files
Replies: 21
Views: 17699

Re: nsclient ignoring changes from .ini files

Maybe this has the anwser. it does have trouble with the core settings PS C:\Program Files\NSClient++> Set-ExecutionPolicy unrestricted PS C:\Program Files\NSClient++> ./nscp test L client Module: CommandClient L client Command: L client Extra Query: L client Mode: 3 L client Boot: 1 L client Load A...