Search found 5 matches

by SharphSonirak
Thu Nov 17, 2022 11:04 pm
Forum: Nagios XI
Topic: Calling the Ansible REST API from Nagios XI
Replies: 0
Views: 9354

Calling the Ansible REST API from Nagios XI

Has anyone been able to figure out how to have Nagios XI call an external Ansible Playbook for self-healing of a server. This works with a curl command. Is there anyway to create an event handler for calling Ansible Tower REST API? My working curl command looks like this - curl -k -X POST \ -H "...
by SharphSonirak
Tue Sep 27, 2022 12:55 am
Forum: Open Source Nagios Projects
Topic: Issue with nagios cgi scripts
Replies: 2
Views: 1117

Re: Issue with nagios cgi scripts

my /etc/apache2/sites-enabled/nagios.conf # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER # # This file contains examples of entries that need # to be incorporated into your Apache web server # configuration file. Customize the paths, etc. as # needed to fit your system. ScriptAlias /nagios/cgi-bin &...
by SharphSonirak
Mon Sep 26, 2022 11:24 pm
Forum: Open Source Nagios Projects
Topic: NSClient with http attachment scripts
Replies: 0
Views: 2625

NSClient with http attachment scripts

i've just found out that nsclient allows a http point to serve configs and scripts. a new IIS site is fired up, add ini and ps1 to mime type (both text/plain and application/octet-stream), and tell nscp to obtain the nsclient.ini file from the web server - all works well. however, adding the followi...
by SharphSonirak
Mon Aug 08, 2022 6:50 am
Forum: Open Source Nagios Projects
Topic: From Nagios/Munin to where
Replies: 3
Views: 1761

Re: From Nagios/Munin to where

for your case you can use any of them, but better to try them all on 100 servers and сompare the pros and cons. For network switches, security cameras, video registrars, 7 bare metal servers and up to 20 virtual machines - I use https://gitlab.com/mikler/glaber . It is fork of zabbix ver 5.x with di...
by SharphSonirak
Mon Aug 08, 2022 5:16 am
Forum: Open Source Nagios Projects
Topic: NagiosXI performance data
Replies: 0
Views: 1581

NagiosXI performance data

In NagiosXI I've been using the etherStatsPkt and etherStatsOctets from the RMON mib defined in RFC 1757 and I've notices some strange behavior when it comes to Performance Data. The snmp_check will return data like SNMP OK - 11287022 Packets | RMON-MIB::etherStatdPkts.8=11287022c However, when this...