Search found 3722 matches

by mcapra
Wed Aug 02, 2017 8:40 am
Forum: Nagios Log Server
Topic: Elastic search from withing filter in Nagios Log Server
Replies: 6
Views: 1551

Re: Elastic search from withing filter in Nagios Log Server

What exactly are you trying to do with the elasticsearch plugin? I assume you are using the logstash-filter-elasticsearch plugin? Can you share the configurations you are attempting to define, or specifically what you did to produce that error message? Not all Logstash plugins are included with Nagi...
by mcapra
Wed Aug 02, 2017 8:35 am
Forum: Nagios XI
Topic: Need to monitor an application in Nagios XI
Replies: 7
Views: 1570

Re: Need to monitor an application in Nagios XI

Is this login a web service? A Java Swing application? A .NET application built using WinForms? We would need to know more about how this application functions before specific advice can be offered. If you access the login via a web browser, web services can be monitored using either WebInject or Se...
by mcapra
Wed Aug 02, 2017 8:30 am
Forum: Nagios XI
Topic: check_disk_smb
Replies: 12
Views: 4493

Re: check_disk_smb

Then you would assign that command to a service/host object, yeah. This documentation covers the basics:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
by mcapra
Tue Aug 01, 2017 12:58 pm
Forum: Nagios XI
Topic: IIS 6 Application Pool State Monitoring
Replies: 17
Views: 3600

Re: IIS 6 Application Pool State Monitoring

The official NCPA documentation should get you started: https://www.nagios.org/ncpa/help.php https://www.nagios.org/ncpa/help/2.0/api.html#api-modules-plugins https://www.nagios.org/ncpa/help/2.0/api.html#running-plugin Essentially, you place the plugin in the NCPA plugins path (as defined in the [p...
by mcapra
Tue Aug 01, 2017 9:38 am
Forum: Nagios XI
Topic: Upgradation of Nagios
Replies: 3
Views: 812

Re: Upgradation of Nagios

How data will be backed up? You can backup your installation manually by following this documentation: https://assets.nagios.com/downloads/nagiosxi/docs/Backing-Up-And-Restoring-Nagios-XI.pdf What are the risks and the resolution for that? The upgrade may fail for one reason or another. If you need...
by mcapra
Tue Aug 01, 2017 9:17 am
Forum: Open Source Nagios Projects
Topic: How did Nagios update on it's own? How can I get running?
Replies: 21
Views: 8102

Re: How did Nagios update on it's own? How can I get running

Sorry I was out of the office for a couple days, unfortunately that did not work and Nagios still updated. If all you did was run this: yum update --exclude=nagios* That's not sufficient to permanently exclude nagios packages from yum updates. Refer to my last post for an explanation. Specifically ...
by mcapra
Tue Aug 01, 2017 8:22 am
Forum: Open Source Nagios Projects
Topic: Nagios API for third party integration
Replies: 7
Views: 5541

Re: Nagios API for third party integration

In terms of pulling data, you can use the JSON CGIs (you can skip to the "To get started using the CGIs" section): https://labs.nagios.com/2014/06/19/exploring-the-new-json-cgis-in-nagios-core-4-0-7-part-1/ In terms of pushing data, that's a bit trickier. You can leverage the external comm...
by mcapra
Mon Jul 31, 2017 12:17 pm
Forum: Nagios XI
Topic: Completely Manual Install
Replies: 2
Views: 637

Re: Completely Manual Install

If you're using the absolute latest stable releases of Apache and PHP, it probably will not work. It's a tough situation that leaves the development cycle of Nagios XI almost completely reliant on what the Base repository for CentOS/RHEL distributes for it's php/httpd packages. You might have your s...
by mcapra
Mon Jul 31, 2017 10:59 am
Forum: Nagios XI
Topic: Creation Of Plugins - PHP
Replies: 6
Views: 645

Re: Creation Of Plugins - PHP

The nice (and sometimes terrible ) thing about PHP is that it's a very relaxed language. Nagios Core/XI aren't going to place restrictions on how you make your plugin. You can use just about any language that uses standard Unix exit codes and stdout . I get similar parsing issues as lmiltchev : [roo...
by mcapra
Mon Jul 31, 2017 10:43 am
Forum: Open Source Nagios Projects
Topic: Nagios Monitoroing for Solaris Zonestat
Replies: 5
Views: 2559

Re: Nagios Monitoroing for Solaris Zonestat

If there's any sort of basic API or SNMP based requests you could make against Zonestat, the problem is most likely solvable.