Search found 9 matches
- Mon Nov 28, 2022 11:58 pm
- Forum: Nagios Fusion
- Topic: PHP sybase_connect from nagios script
- Replies: 2
- Views: 43836
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...
- Mon Oct 31, 2022 2:31 am
- Forum: Open Source Nagios Projects
- Topic: Setup Nagios check_clamd
- Replies: 1
- Views: 914
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...
- Mon Aug 29, 2022 6:40 am
- Forum: Open Source Nagios Projects
- Topic: Nagios plugins location
- Replies: 2
- Views: 1421
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 ...
- Mon Jul 25, 2022 6:19 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Plugins
- Replies: 1
- Views: 1020
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...
- Fri Jul 15, 2022 7:34 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Core Influxdb
- Replies: 1
- Views: 1250
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
- Fri Jun 10, 2022 5:36 am
- Forum: Open Source Nagios Projects
- Topic: How to disable translation tool in Nagios plugins?
- Replies: 0
- Views: 1178
- Mon Jun 06, 2022 6:29 am
- Forum: Open Source Nagios Projects
- Topic: Is Nagios core compatible with Rocky Linux
- Replies: 3
- Views: 3114
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...
- Fri Apr 29, 2022 2:55 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Monitoring Hosts with check_ping
- Replies: 0
- Views: 1077
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...
- Thu Mar 10, 2022 1:19 am
- Forum: Open Source Nagios Projects
- Topic: URLs with Nagios
- Replies: 1
- Views: 800
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: ...