Search found 3722 matches

by mcapra
Mon Aug 14, 2017 10:43 am
Forum: Nagios XI
Topic: how to enable performance graph on a custom service
Replies: 13
Views: 4728

Re: how to enable performance graph on a custom service

Can you share the output of your custom script executed from the CLI of your Nagios XI machine? Nagios plugins have certain criteria for reporting performance data, and It'd be useful to be sure your plugin is following that criteria:
https://nagios-plugins.org/doc/guidelines.html#AEN200
by mcapra
Mon Aug 14, 2017 10:41 am
Forum: Nagios Log Server
Topic: Parsing XML in Message
Replies: 16
Views: 882

Re: Parsing XML in Message

Use a mutate filter to strip this part out: <29>1 2017-08-14T02:58:27.0Z EPOSVR1 EPOEvents - EventFwd [agentInfo@3401 tenantId="1"] And you can store it in it's own field or just drop it entirely, then pass the resulting message through an xml filter. Example: if [type] == "McAfee&quo...
by mcapra
Mon Aug 14, 2017 9:59 am
Forum: Nagios Log Server
Topic: Received an event that has a different character encoding
Replies: 13
Views: 762

Re: Received an event that has a different character encodin

But which charset should I configure? The one in-use by the Windows machine. I would recommend consulting with your Windows administrator for suggestions. Typically this command run can tell you what codepage the Windows machine is using: chcp Some more modern Windows machines are using 437 rather ...
by mcapra
Thu Aug 10, 2017 12:41 pm
Forum: Nagios Log Server
Topic: Settings on the Backup and Maintenance are not staying
Replies: 9
Views: 1779

Re: Settings on the Backup and Maintenance are not staying

Yup: "cf_option": { "properties": { "created": { "type": "string" }, "created_by": { "type": "long" }, "modified_by": { "type": "long" }, "value": { "type": "string&...
by mcapra
Thu Aug 10, 2017 12:08 pm
Forum: Nagios Log Server
Topic: Settings on the Backup and Maintenance are not staying
Replies: 9
Views: 1779

Re: Settings on the Backup and Maintenance are not staying

I'm betting modified_by and created_by are both typed as longs rather than strings. I believe this is a known issue within NLS, though I don't have a reference number for the bug. Can you share the full output of the following command executed from the CLI of one of your Nagios Log Server machines: ...
by mcapra
Thu Aug 10, 2017 10:44 am
Forum: Open Source Nagios Projects
Topic: nagios client massive deployment sccm
Replies: 4
Views: 2543

Re: nagios client massive deployment sccm

I've attached a copy found on waybackmachine.

Though it's likely that the documentation was deprecated since it's referencing some pretty old versions of everything.
by mcapra
Thu Aug 10, 2017 9:12 am
Forum: Open Source Nagios Projects
Topic: Nagios launch a process workflow
Replies: 4
Views: 2420

Re: Nagios launch a process workflow

Does the old NMS have a way in which those workflows/tasks could be executed programatically? If so, for each host/service in Nagios, you could configure an event handler to kick-off the associated task in the "NMS workflow bot" for problem states: https://assets.nagios.com/downloads/nagio...
by mcapra
Thu Aug 10, 2017 9:06 am
Forum: Nagios XI
Topic: Apply Config throws error but says no error
Replies: 18
Views: 560

Re: Apply Config throws error but says no error

It may also be helpful to see the output of the following command executed from the CLI of your Nagios XI machine:

Code: Select all

/usr/local/nagiosxi/scripts/reconfigure_nagios.sh
by mcapra
Thu Aug 10, 2017 9:03 am
Forum: Open Source Nagios Projects
Topic: check_jmx error: JMX CRITICAL com.sun.enterprise.admin.util.
Replies: 8
Views: 4380

Re: check_jmx error: JMX CRITICAL com.sun.enterprise.admin.u

It's worth mentioning that if you're using the Glassfish JMX server rather than Java's native RMI, you may need to do some tinkering within the jmxquery.jar package. I don't have a Glassfish server to test against unfortunately; Perhaps I'll add one to my lab environment. Can you also share where yo...
by mcapra
Thu Aug 10, 2017 8:57 am
Forum: Open Source Nagios Projects
Topic: Background design for my nagios webpage
Replies: 2
Views: 1479

Re: Background design for my nagios webpage

some decorative work It would depend on what "decorative work" you're looking to change. The top logo is located here: /usr/local/nagios/share/images/sblogo.png The CSS is located here: /usr/local/nagios/share/stylesheets/ You're free to modify it however you like. Otherwise, there are so...