Code Monkey home page Code Monkey logo

check_ndrestart's Introduction

check_ndrestart

System/services restart need check plugin for Nagios/Icinga

Description

Nagios plugin (script) to if the system needs to be restarted or if some processes/services need to be restarted following some package updates.

Installation

Some sudo settings need to be configured. Add a file /etc/sudoers.d/check_ndrestart containing:

Defaults:icinga   !requiretty
icinga ALL=(root) NOPASSWD: /usr/bin/needs-restarting

Usage

./check_ndrestart.sh

Examples

[root@xxxxxx custom_plugins]# time ./check_ndrestart.sh
OK: No processes need to be restarted, no reboot required

real    0m4.972s
user    0m3.959s
sys     0m0.895s
[root@xxxxxx custom_plugins]#
[root@xxxxxx custom_plugins]# time ./check_ndrestart.sh
WARNING:  Some services need to be restarted.|
Services that need to be restarted:
27949 : /usr/sbin/snmpd-LS0-6d-Lf/dev/null-p/var/run/snmpd.pid
1736 : ntpd-untp:ntp-p/var/run/ntpd.pid-g
1747 : /usr/sbin/vsftpd/etc/vsftpd/vsftpd.conf
1617 : cupsd-C/etc/cups/cupsd.conf
1839 : qmgr-l-tfifo-u
1604 : dbus-daemon--system
1584 : rpc.idmapd
1694 : hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
1 : /sbin/init
1680 : hald-addon-input: Listening on /dev/input/event2 /dev/input/event0
1492 : /sbin/rsyslogd-i/var/run/syslogd.pid-c5
1372 : /usr/sbin/vmtoolsd
18405 : /usr/lib64/icinga2/sbin/icinga2--no-stack-rlimitdaemon-c/etc/icinga2/icinga2.conf-d-e/var/log/icinga2/error.log--reload-internal4408
1720 : /usr/sbin/sshd
1652 : hald-runner
1467 : auditd
1651 : hald
1823 : /usr/libexec/postfix/master
18504 : /usr/lib64/icinga2/sbin/icinga2--no-stack-rlimitdaemon-c/etc/icinga2/icinga2.conf-d-e/var/log/icinga2/error.log--reload-internal4408

real    0m1.281s
user    0m0.832s
sys     0m0.303s
[root@xxxxxx custom_plugins]#

Screenshots

  1. OK example:

example_ok_icingaweb2.PNG

  1. WARNING example:

example_warning_icingaweb2.PNG

check_ndrestart's People

Contributors

manicow avatar tontonitch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

check_ndrestart's Issues

Check needs-restarting requirement

yum-utils is needed as provides needs-restarting.
needs-restarting binary (/usr/bin/needs-restarting) should be checked and if not present a message should tell that yum-utils may need to be installed

Problem with lsb_release returning multiple dots in release number

Problem with lsb_release returning multiple dots in release number

[root@HP]# /usr/lib64/nagios/custom_plugins/check_ndrestart.sh
(standard_in) 1: syntax error
/usr/lib64/nagios/custom_plugins/check_ndrestart.sh: line 92: [: -ne: unary operator expected
OK: No processes need to be restarted, no reboot required
[root@HP harisekhon]#

[root@HP]#
[root@HP harisekhon]# lsb_release -r -s
7.3.1611
[root@HP harisekhon]#

[root@HP ]# bc <<< "7.3.1611 >= 7.3"
(standard_in) 1: syntax error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.