Search found 9 matches

by TuqueroIMK852
Mon Nov 28, 2022 11:58 pm
Forum: Nagios Fusion
Topic: PHP sybase_connect from nagios script
Replies: 1
Views: 24165

PHP sybase_connect from nagios script

Has anyone had problems connecting to a sybase database using sybase_connect in PHP running as a nagios plugin? My script runs perfectly under the same nagios user on the command line but if I run it via nagios it can never connect to the database, sybase_connect always returns a false connector and...
by TuqueroIMK852
Mon Oct 31, 2022 2:31 am
Forum: Open Source Nagios Projects
Topic: Setup Nagios check_clamd
Replies: 1
Views: 535

Setup Nagios check_clamd

I'm getting a (No output returned from plugin) from a host and cannot understand why: Service on monitor server: # Check Clamd availability define service { hostgroup_name clamd-servers service_description ClamAV Daemon check_command check_nrpe!check_clamd use generic-service notification_interval 0...
by TuqueroIMK852
Mon Aug 29, 2022 6:40 am
Forum: Open Source Nagios Projects
Topic: Nagios plugins location
Replies: 2
Views: 992

Nagios plugins location

I have ubuntu ec2 instance I want to monitor.I havent installed plugins on NRPE server which is using xinetd but instead I have configured and installed plugins on Nagios server.However except check_ssh nothing gets executed when I test from libexec directory from Nagios server.I have elasticsearch ...
by TuqueroIMK852
Mon Jul 25, 2022 6:19 am
Forum: Open Source Nagios Projects
Topic: Nagios Plugins
Replies: 1
Views: 563

Re: Nagios Plugins

You should install the Nagios plugins on the Nagios server and install the Nagios NRPE agent on the servers you want to monitor. cd /tmp wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz tar xzf linux-nrpe-agent.tar.gz cd linux-nrpe-agent ./fullinstall The above will M...
by TuqueroIMK852
Fri Jul 15, 2022 7:34 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Influxdb
Replies: 1
Views: 884

Nagios Core Influxdb

I am stuck at this point: Verify Nagflux Is Working Execute the following query to verify that InfluxDB is being populated with Nagios performance data: curl -G "http://localhost:8086/query?db=nagflux&pretty=true" --data-urlencode echat spin echat random "q=show series
by TuqueroIMK852
Fri Jun 10, 2022 5:36 am
Forum: Open Source Nagios Projects
Topic: How to disable translation tool in Nagios plugins?
Replies: 0
Views: 707

How to disable translation tool in Nagios plugins?

Nagios plugins is using user setting to translate script response of check_http script. In my case, the server is in French and so the script return the response in French. Is it possible to disable the translation in omeglz echat Nagios ?
by TuqueroIMK852
Mon Jun 06, 2022 6:29 am
Forum: Open Source Nagios Projects
Topic: Is Nagios core compatible with Rocky Linux
Replies: 3
Views: 2025

Re: Is Nagios core compatible with Rocky Linux

You should install the Nagios plugins on the Nagios server and install the Nagios NRPE agent on the servers you want to monitor. cd /tmp wget tar xzf linux-nrpe-agent.tar.gz cd linux-nrpe-agent ./fullinstall The above will Modifying the distro's package manager repositories Installing prerequisite p...
by TuqueroIMK852
Fri Apr 29, 2022 2:55 am
Forum: Open Source Nagios Projects
Topic: Nagios Monitoring Hosts with check_ping
Replies: 0
Views: 553

Nagios Monitoring Hosts with check_ping

Hi I've deployed a new instance of Nagios on a fresh install of CentOS 7 via the EPEL repository. So the Nagios Core version is 3.5.1. After installing nagios and nagios-plugins-all (via yum), I've created a number of hosts and service definitions, have tested my configuration with nagios -v /etc/na...
by TuqueroIMK852
Thu Mar 10, 2022 1:19 am
Forum: Open Source Nagios Projects
Topic: URLs with Nagios
Replies: 1
Views: 477

URLs with Nagios

Hi I'm trying to monitor actual URLs, and not only hosts, with Nagios, as I operate a shared server with several websites, and I don't think its enough just to monitor the basic HTTP service (I'm including at the very bottom of this question a small explanation of what I'm envisioning). (Side note: ...