Questions tagged [shinken]

Shinken is an open source monitoring framework.

Shinken is an open source computer system and network monitoring software application compatible with Nagios.

6 questions
2
votes
1 answer

NRPE check parameters getting lost

I'm running Shinken and have a pack which includes several commands that run bash scripts on the monitored host via NRPE. I have a check on the host which runs a bash script that takes 4 parameters. When it runs only 1 of the 4 parameters I pass in…
1
vote
1 answer

Nagios Plugin API: return N results, not just one

I love the nagios plugin API. It is easy and successful. The exit-status of the check can have these values: 0: ok 1: WARN 2: ERR 3: Unkown See: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/pluginapi.html AFAIK there is a…
guettli
  • 3,113
  • 14
  • 59
  • 110
0
votes
1 answer

Troubleshooting shinken

I have a Shinken setup which tests 2 domains that are behind an HTTP authentication. To do so, I use the following custom macro: define command { command_name new_check_http command_line /opt/shinken/libexec/check_http $ARG1$ --warning…
greg0ire
  • 316
  • 1
  • 6
  • 26
0
votes
1 answer

Floor map for Shinken

It seems that Shinken supports placing devices on a Google Map out of the box, however, I am looking for a more granular solution to visualise devices inside of a building. Is there a way to implement a device assignment to a location on an image…
petr
  • 185
  • 1
  • 7
0
votes
1 answer

Set status to warning when update was not received for set time in Shinken

I am currently in a process of setting up monitoring with Shinken. For some of the checks, I am using webservice module to receive incoming status updates. However, what happens when the last update is OK and then the device/link fails in a way that…
petr
  • 185
  • 1
  • 7
0
votes
1 answer

Shinken probe on windows server but windows server on VPN network (monitoring server outside VPN)

I need to monitore a windows server with skinken, but this server is accessible with a VPN connection (with strong security, done by an electronic tool and human action). The monitoring server is not connected to this VPN so I search a solution to…