-
Hi,
I found and fixed the crash in the DISMAN-SCHEDULE-MIB handler:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=2873858&group_id=12694
So now I am seeing this under debug with my periodic event, which is
registered as a pass_persist handler that again can be set just fine
from the command line:
disman:schedule:callback: assignment...
2009-10-07 03:49:39 UTC in net-snmp
-
Potential patch attached. Code pre-patch assumed that a macro was a function and passed in a conditional as an argument .. the conditional was being interpreted incorrectly and passing a truth value to the function when it was a expecting a (u_char *).
Problem details below.
Trying to schedule the agent to call an SNMP set on a module that is
implemented through the agent using the...
2009-10-07 03:38:54 UTC in net-snmp
-
perldork changed the public information on the Nmap::Scanner project.
2008-11-30 04:49:46 UTC in Nmap::Scanner
-
If this were implemented, then dashboards / GUIs to control Nagios could be made by anyone in any language and have all of the functionality of the current UI.
I know it would be a big change, just submitting it as an idea. I think your idea and implementation will really help Nagios' popularity in a HUGE way.
Nice job!
For an example, a RESTful POST to suppress notifications on host...
2008-09-27 22:57:36 UTC in Nagios2JSON
-
I realize this would mean putting it in it's own directory and doing some Apache Mod Rewrite code or something similar, would be a nice enhancement ..
All host groups:
/nagios/statusjson/hostgroup
Just the SSH host group:
/nagios/statusjson/hostgroup/SSH
Just the service SSH on host blue
/nagios/statusjson/service/SSH/blue
or
/nagios/statusjson/host/blue/SSH.
2008-09-27 22:53:46 UTC in Nagios2JSON
-
Would be nice to query for hostgroups by name.
statusjson.cgi?hostgroup=printers&hostgroup=routers.
2008-09-27 04:28:50 UTC in Nagios2JSON
-
Just dividing these up to make it easier for you to track them ..
I can contribute coding time to this to help out :).
Would be very nice to be able to query for one or more servicegroups by name
statusjson.cgi?servicegroup=SSH&servicegroup=SNMP.
2008-09-27 04:27:56 UTC in Nagios2JSON
-
Hi,
Would be nice to also query for just a single host or a list of hosts :)
statusjson.cgi?host=localhost&host=myhost.dev
Really appreciate you doing this CGI, extremely useful!
2008-09-27 04:26:14 UTC in Nagios2JSON
-
Would be great to be able to pass in a host name and one or more service parameters to just retrieve the status of one or more services on a host.
example:
/cgi-bin/statusjson.cgi?host=localhost&service=SSH&service=FTP.
2008-09-27 04:24:49 UTC in Nagios2JSON
-
perldork committed patchset 68 of module module to the Nmap::Scanner CVS repository, changing 1 files.
2008-07-11 21:09:21 UTC in Nmap::Scanner