<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netexpertise &#187; active</title>
	<atom:link href="http://www.netexpertise.eu/en/tag/active/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netexpertise.eu/en</link>
	<description>Systems &#38; Networks</description>
	<lastBuildDate>Wed, 07 Dec 2011 14:59:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Graph Number of Freeradius Sessions in MRTG</title>
		<link>http://www.netexpertise.eu/en/freeradius/graph-freeradius-sessions.html</link>
		<comments>http://www.netexpertise.eu/en/freeradius/graph-freeradius-sessions.html#comments</comments>
		<pubDate>Sat, 16 May 2009 21:51:15 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Freeradius]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[mrtg]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.netexpertise.eu/en/?p=323</guid>
		<description><![CDATA[You can easily graph your Freeradius number of active sessions with a simple shell script if you store accounting data in a SQL database. Use the script below for Mysql: &#160; #!/bin/bash SQL_USERNAME=radius_username SQL_DATABASE=radius SQL_PASSWORD=your_password SQL_SERVER=127.0.0.1 SQL_ACCOUNTING_TABLE=radacct BACK_DAYS=5 SESSIONS=`mysql -BN -u$SQL_USERNAME -p$SQL_PASSWORD -h $SQL_SERVER $SQL_DATABASE -e \ "SELECT COUNT(*) FROM $SQL_ACCOUNTING_TABLE \ WHERE acctstoptime IS [...]]]></description>
		<wfw:commentRss>http://www.netexpertise.eu/en/freeradius/graph-freeradius-sessions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

