<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tech.snathan.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.snathan.org/feed.php">
        <title>Senthil&#039;s Tech Wiki/Blog - tech:nagios</title>
        <description></description>
        <link>https://tech.snathan.org/</link>
        <image rdf:resource="https://tech.snathan.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-27T15:09:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/nagios/plugin_access_count?rev=1525346856&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/nagios/plugin_http_metrics?rev=1525346857&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/nagios/plugin_http_response_time?rev=1525346857&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/nagios/plugins?rev=1449750476&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.snathan.org/_media/wiki/dokuwiki.svg">
        <title>Senthil's Tech Wiki/Blog</title>
        <link>https://tech.snathan.org/</link>
        <url>https://tech.snathan.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tech.snathan.org/tech/nagios/plugin_access_count?rev=1525346856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-03T11:27:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plugin_access_count</title>
        <link>https://tech.snathan.org/tech/nagios/plugin_access_count?rev=1525346856&amp;do=diff</link>
        <description>Nagios Plugin to Count lines in HTTP Logs for the previous minute

Obsoleted: Check Nagios HTTP Metrics


#!/bin/bash
#
# Count Apache access log line count
# Written by Senthil Nathan
# Last Modified: Dec 8th 2015
#
# Usage: ./access_count -f access_log_file -w Count Warn -c Count Critical
#
# Description: Count the number of lines in apache access log for the previous minute
#
# This plugin is to check the lines generated by the log in the previosu minute
# Assumes apache log time stamp of for…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/nagios/plugin_http_metrics?rev=1525346857&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-03T11:27:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plugin_http_metrics</title>
        <link>https://tech.snathan.org/tech/nagios/plugin_http_metrics?rev=1525346857&amp;do=diff</link>
        <description>Nagios Plugin - Metrics from HTTP Log

File: http_stat


#!/bin/bash
#
# Get Metrics from Apache log 
# Written by Senthil Nathan
# Last Modified: June 1st 2017
#
# Usage: ./http_stat -f access_log_file -g search_pattern -w Count Warn -c Count Critical
#
# Description: Get metrics from apache access log from 2 minutes ago
#
# This plugin is to check the lines generated by the log in the previous 2 minutes
# Assumes apache log time stamp of format &quot;%d/%b/%Y:%H:%M&quot;
# E.g. 08/Dec/2015:10:55:15
#
# …</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/nagios/plugin_http_response_time?rev=1525346857&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-03T11:27:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plugin_http_response_time</title>
        <link>https://tech.snathan.org/tech/nagios/plugin_http_response_time?rev=1525346857&amp;do=diff</link>
        <description>Nagios plugin - average response time for previous minute

Obsoleted: Check Nagios HTTP Metrics


#!/bin/bash
#
# Average Apache response time
# Written by Senthil Nathan
# Last Modified: Dec 9th 2015
#
# Usage: ./http_response_time -f access_log_file -w Count Warn -c Count Critical
#
# Description: Average response time in apache access log for the previous minute
#
# This plugin is to sum and computer the average response time for previous minute
# Assumes apache log time stamp of format &quot;%d/%…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/nagios/plugins?rev=1449750476&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-12-10T12:27:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>plugins</title>
        <link>https://tech.snathan.org/tech/nagios/plugins?rev=1449750476&amp;do=diff</link>
        <description>Nagios Plugins

	*  Nagios plugin to get total size of Deleted-Open files
	*  Count lines in HTTP Logs for the previous minute
	*  Average response time for the previous minute</description>
    </item>
</rdf:RDF>
