
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
nagios-notification-google-calendar
Advanced tools
.. nagios-notification-google-calendar .. README.rst
*nagios-notification-google-calendar is a Nagios-plugin that send Nagios notifications via google calendar SMS reminder*
.. contents::
Google disable SMS notifications for calendar events after June 27, 2015. Therefore after this date this plugin useless.
git clone https://github.com/vint21h/nagios-notification-google-calendar.git
. Or download latest release from https://github.com/vint21h/nagios-notification-google-calendar/tags.python ./setup.py install
from repository source tree or unpacked archive under root user. Or use pip: pip install nagios-notification-google-calendar
.::
# "host-notify-by-sms" command
define command{
command_name notify-host-by-sms
command_line /usr/bin/notification_google_calendar.py -u $CONTACTNAME$ -m "Host '$HOSTALIAS$' is $HOSTSTATE$ - Info: $HOSTOUTPUT$" -C $CONTACTADDRESS1$ -t $CONTACTADDRESS2$
}
# "service-notify-by-sms" command
define command{
command_name notify-by-sms
command_line /usr/bin/notification_google_calendar.py -u $CONTACTNAME$ -m "$NOTIFICATIONTYPE$ $HOSTNAME$ $SERVICEDESC$ $SERVICESTATE$ $SERVICEOUTPUT$ $LONGDATETIME$" -C $CONTACTADDRESS1$ -t $CONTACTADDRESS2$
}
Installed application
type and download JSON client secrets file./usr/share/doc/nagios-notification-google-calendar/notification_google_calendar.ini
to /etc/nagios
with your settings. Attention: nagios user must have notification_google_calendar.ini
read permissions, and credentials directory read/write permissions.addressX
option to contact definition with contact google calendar ID.addressX
option to contact definition with contact preferred timezone (in human readable format from TZ database). This is dirty hack, but i don't know how do this better way.notification_google_calendar.py -g -u USERNAME
where USERNAME
- nagios contact name.nagios-notification-google-calendar is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file.
Project Website: https://github.com/vint21h/nagios-notification-google-calendar
Author: Alexei Andrushievich vint21h@vint21h.pp.ua
For other authors list see AUTHORS file.
FAQs
Notifications via Google Calendar Nagios plugin
We found that nagios-notification-google-calendar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.