Questions tagged [opsview]

Monitoring software based on Nagios

Opsview is monitoring software based on Nagios

Official Homepage

15 questions
27
votes
6 answers

Network port open, but no process attached?

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 …
Gary Richardson
  • 1,767
  • 3
  • 19
  • 21
2
votes
1 answer

How to solve the requested URL /rest was not found on this server while running Opsview's REST API?

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: …
JustAGuy
  • 629
  • 3
  • 18
  • 35
2
votes
2 answers

How do I monitor Microsoft SQL cluster availability in Nagios?

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,…
jldugger
  • 14,122
  • 19
  • 73
  • 129
2
votes
2 answers

check_snmp warning & critical thresholds with negative values

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…
Oesor
  • 300
  • 1
  • 2
  • 16
1
vote
1 answer

Use 3rd party tools with opsview

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)
hoberion
  • 231
  • 2
  • 15
1
vote
2 answers

Command file 'nagios.cmd#015' does not exist issue if passivecheck is sent to NSCA daemon

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…
030
  • 5,731
  • 12
  • 61
  • 107
1
vote
1 answer

nagios error 127: ./check_icmp: No such file or directory (some plugins won't execute)

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…
hoberion
  • 231
  • 2
  • 15
1
vote
1 answer

Is opsview-agent 4.0 compatible with an Opsview 3.x server?

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…
1
vote
1 answer

Opsview: Use a service multiple times with different arguments

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…
wittwerch
  • 158
  • 1
  • 6
1
vote
4 answers

Where to get RRDs.pm?

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…
Brad Mace
  • 1,006
  • 3
  • 17
  • 31
0
votes
1 answer

Opsview Slave Server not sending out emails

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?
JustAGuy
  • 629
  • 3
  • 18
  • 35
0
votes
1 answer

Can OpsView or Nagios be set up to report on a device based on status emails it sends out?

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…
JoelAZ
  • 131
  • 7
0
votes
1 answer

Monitoring multiple sites on a single server using OpsView

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…
Kev
  • 7,777
  • 17
  • 78
  • 108
0
votes
1 answer

Unexplained Opsview configuration error

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…
Brad Mace
  • 1,006
  • 3
  • 17
  • 31
0
votes
1 answer

How can I figure out where a connection is dying?

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…
jldugger
  • 14,122
  • 19
  • 73
  • 129