I have a weird situation going on with an open network port. My main question is, why would there not be a program associated with an open TCP port:
netstat -ln --program
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address …
I installed Opsview using this guide. The problem is that REST API does not work.
Executing:
/usr/local/nagios/bin/opsview_rest --username=admin \
--password=password GET config/host
results in:
…
We run a system designed to integrate with Microsoft SQL Server, in a clustered setup. Currently we have both database nodes monitored under Nagios, and everything's fine except the database host check:
check_tcp -H $HOSTADDRESS$ -p 1433
Probably,…
I'm querying some signal level values measured in dBm, and the SNMP host on the remove device reports the values as negative values, ie, -90 dBm. However, check-snmp seems to be incapable of dealing with negative numbers as part of its threshold…
How can I use 3rd party tools like nagstamon nagios monitoring or the iphone tools with opsview? there is no cgi-bin anymore it seems (you get redirected to status/hostgroup)
Introduction
As /usr/local/nagios/etc/nsca.cfg is replaced by the default config if opsview has been restarted the reference to this file that resides in /etc/init.d/opsview was changed to /usr/local/nagios/etc/nsca_puppet.cfg and the latter is…
I'm running opsview (nagios) and 1 slave server doesn't execute some plugins correctly
Return code of 127 is out of bounds - plugin may be missing
when I execute the plugin manually it says
./check_icmp
bash: ./check_icmp: No such file or…
I was setting up some new RHEL machines to monitor with our Opsview Community 20120424 server (which is based on 3.x) and discovered that the Opsview yum repository no longer has the 3.x opsview-agent, only the 4.0 agent.
Given that 4.0 is a…
I'm currently having a look at Opsview, which looks quiet good.
I downloaded the virtual appliance to make some tests and at the
moment I'm a bit stuck on a part which I considered to be very easy.
I want to define a service check, which takes a…
I'm trying to set up opsview (Nagios) on a CentOS 5 server running perl 5.8.9
When I try to start it, it can't find RRDs.pm. Turns out, neither can I. It's not on CPAN and I've been unable to determine what package would provide it. yum provides…
I successfully installed and connected 2 slaves to my master server. The problem is, neither are sending out alerts and the Postfix logs on both are empty. The "Run On" option is also set to "Slave" on the Master server.
What could I possibly miss?
I'm looking at setting up a Nagios (or perhaps OpsView) server for monitoring our network.
I have a few periphery devices whose oid schema doesn't include nodes for some metric I want to monitor. Currently I monitor the metric based on status…
We have several web servers. On each of these servers there can be ~250 web sites. I need to add a HTTP check for each site on each server. Each site has a reserved host header that we know can always be resolved in the format…
Somehow I've broken by Opsview configuration, and it gives me a completely unhelpful error: critical 2010-10-12 12:09:57 Cannot reload:. It looks like there should be more info, but there's not.
I tried undoing the change I made, and then I tried…
We have a MSSQL database configured in a cluster (fail-over). It's working fine for its intended purpose, but we can't seem to monitor availability via OpsView:
check_tcp -H $HOSTADDRESS$ -p 1433
The opsview status for this is Critical:
Connection…