<?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>i.n.s.i.g.h.t.s &#187; Nagios</title>
	<atom:link href="http://intuitinnovations.com/blog/archives/tag/nagios-malaysia-intuit/feed" rel="self" type="application/rss+xml" />
	<link>http://intuitinnovations.com/blog</link>
	<description>intuit teamlog, pictures, videos</description>
	<lastBuildDate>Fri, 02 Jul 2010 07:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nagios Installation Script for Nagios 3.1.2 and Debian Lenny</title>
		<link>http://intuitinnovations.com/blog/archives/47</link>
		<comments>http://intuitinnovations.com/blog/archives/47#comments</comments>
		<pubDate>Sat, 15 Aug 2009 23:40:44 +0000</pubDate>
		<dc:creator>Daniel Ali Aman</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Automated]]></category>
		<category><![CDATA[Full Install]]></category>
		<category><![CDATA[Quick Install]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://intuitinnovations.com/blog/?p=47</guid>
		<description><![CDATA[Good morning !

Want to post a interesting Nagios script today (before my familiy is up&#8230; = computer off).
Here it is&#8230;&#8230;
The script automatically installs:
- All necessary dependencies (Debian packages)
- Apache
- mySQL
- Webmin
- Nagios
- Nagios-Plugins
- NRPE
- NSCA
- NDO
- RRD
- PNP
- NagVis
- etc etc.
The script is very basic and has no error handling and user input/control mechanism. As [...]]]></description>
			<content:encoded><![CDATA[<p>Good morning !</p>
<p><img src="http://www.danielaliaman.com/blog/files/nagiosdebian.png" alt="" /></p>
<p>Want to post a interesting Nagios script today (before my familiy is up&#8230; = computer off).<br />
Here it is&#8230;&#8230;</p>
<p><strong>The script automatically installs:</strong></p>
<p>- All necessary dependencies (Debian packages)<br />
- Apache<br />
- mySQL<br />
- Webmin<br />
- Nagios<br />
- Nagios-Plugins<br />
- NRPE<br />
- NSCA<br />
- NDO<br />
- RRD<br />
- PNP<br />
- NagVis<br />
- etc etc.</p>
<p>The script is very basic and has no error handling and user input/control mechanism. As long you have a stable internet connection it will do it&#8217;s job. <img src='http://intuitinnovations.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Download the script here:  <a href="http://www.intuitinnovations.com/nagios/download312/nagios_install.sh">nagios_install_3.1.2</a> and copy it anywhere on your Debian machine except /usr/src</p>
<p><strong>Requirements:</strong></p>
<p>A Debian 5 (Lenny) Netinstall with SSH and internet connection.<br />
Download the Debian ISO file here: <a href="http://cdimage.debian.org/debian-cd/5.0.2/i386/iso-cd/debian-502-i386-netinst.iso">Debian5-Netinst</a></p>
<p>Please give us feedback if the script does it&#8217;s job!</p>
<p>I will start my family sunday now (the fresh bread in the bread machine smells nice !) and hope<br />
you all have a great sunday to!</p>
<p>Cheers<br />
Daniel</p>
]]></content:encoded>
			<wfw:commentRss>http://intuitinnovations.com/blog/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 Event Logs and Nagios 3</title>
		<link>http://intuitinnovations.com/blog/archives/20</link>
		<comments>http://intuitinnovations.com/blog/archives/20#comments</comments>
		<pubDate>Tue, 11 Aug 2009 10:15:21 +0000</pubDate>
		<dc:creator>Sanjay Willie</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Windws 2008 Event Log]]></category>

		<guid isPermaLink="false">http://intuitinnovations.com/blog/?p=20</guid>
		<description><![CDATA[Have you ever wondered what does Event 4790 or 4767 in your security audit is all about? Well, i do, but i don&#8217;t know many many more.
These IDs are super important, say for instance the famous 4740. This event ID should always be tracked. Why? It means someone&#8217;s ID is locked out and it could [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered what does Event 4790 or 4767 in your security audit is all about? Well, i do, but i don&#8217;t know many many more.</p>
<p>These IDs are super important, say for instance the famous 4740. This event ID should always be tracked. Why? It means someone&#8217;s ID is locked out and it could be an impersonator. It is important to get this and many many more IDs in Windows security auditing enabled in your corp net. If you have one server, eh, fine.. if you have 100 now the question is, how can we automate, pickup and evaluate &#8220;right&#8221; problems/threats.</p>
<p>I would recommend <strong>Nagios</strong>. With this puppy, you can simply put out all events, do filter, say for instance, get all 4740 with the username &#8220;Bob Hope&#8221;. Bob, is your CEO and if his account is locked out, we better sort it out.</p>
<p>So, with free form queries, a little guide from Microsoft (see link below) and some consulting from us (fat grin), you can achieve a powerful, centralized, &#8220;intelligent&#8221; security event log correlator solution for nuts (no license cost). Really, Nagios is free.</p>
<p>In my next post, i will show a litle how i query a Windows 2008 server to filter out Bob Hope&#8217;s event 4740 and give me a &#8220;state&#8221; CRITICAL, send an email out or an SMS immediately.</p>
<p>Nagios and this tiny events plug-in and 8MB agent on your 2008 server/workstation, we can:</p>
<ul>
<li><em>Selection criteria can be defined to filter from most eventlog fields</em></li>
<li><em>Criteria can be defined using a FIELD:VALUE pairs</em></li>
<li><em>AND/OR operations can be employed to create complex filtering rules</em></li>
<li><em>Choose to INCLUDE or EXCLUDE eventlog records</em></li>
<li><em>Define the time period for which events you are after</em></li>
<li><em>Either trigger on most CRITICAL alert in defined time period or trigger on LASTEST event status (useful for checking of backups)</em></li>
</ul>
<p>Which brings you and i to a tool, a powerful monitoring tool, to a powerful security collaborative tool.</p>
<p>Also, if you wish to know more about the events in Windows 2008 and Vista, check out this guide from <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;947226" target="_blank">MS Support</a>:</p>
]]></content:encoded>
			<wfw:commentRss>http://intuitinnovations.com/blog/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios vs HP OVO</title>
		<link>http://intuitinnovations.com/blog/archives/19</link>
		<comments>http://intuitinnovations.com/blog/archives/19#comments</comments>
		<pubDate>Tue, 11 Aug 2009 10:12:58 +0000</pubDate>
		<dc:creator>Sanjay Willie</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Comparisons]]></category>

		<guid isPermaLink="false">http://intuitinnovations.com/blog/?p=19</guid>
		<description><![CDATA[Was searching around the web to see opinions and stuff as off this above title. I came across a very interesting post found here posted by a gentleman named Dirk Dierickx.
He’s a person using HP Openview OVO for over 10 years and i think i personally would value such an opinion  .
Here’s the snippet.

How [...]]]></description>
			<content:encoded><![CDATA[<p>Was searching around the web to see opinions and stuff as off this above title. I came across a very interesting post found <a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1249349302208+28353475&amp;threadId=1333927 " target="_blank">here </a>posted by a gentleman named Dirk Dierickx.</p>
<p>He’s a person using HP Openview OVO for over 10 years and i think i personally would value such an opinion <img src='http://intuitinnovations.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Here’s the snippet.</p>
<p><a href="http://lh5.ggpht.com/_bgHtjJo0yK0/SneS2wmKl3I/AAAAAAAAAXA/0YJe-WCb-IM/s1600-h/image%5B7%5D.png"><img src="http://lh3.ggpht.com/_bgHtjJo0yK0/SneS3008h1I/AAAAAAAAAXE/F2IyzowwU70/image_thumb%5B5%5D.png?imgmax=800" border="0" alt="image" width="425" height="116" /></a></p>
<p>How true. Smile.</p>
<p>Now, get Nagios to do what all ever HP OVO can for no license cost at all. Nagios can do much more in contrary to old believes</p>
]]></content:encoded>
			<wfw:commentRss>http://intuitinnovations.com/blog/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios Read Only User</title>
		<link>http://intuitinnovations.com/blog/archives/14</link>
		<comments>http://intuitinnovations.com/blog/archives/14#comments</comments>
		<pubDate>Tue, 11 Aug 2009 10:05:32 +0000</pubDate>
		<dc:creator>Sanjay Willie</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Read Only Users]]></category>

		<guid isPermaLink="false">http://intuitinnovations.com/blog/?p=14</guid>
		<description><![CDATA[By default your Nagios user will have full access to the web interface. This mean, he/she can do just about anything like stopping checks etc. 
Here&#8217;s a quick guide on how to enable read only user access for your nagios web interface. 


Nagios 3 (may work for 2, please try, if it works, pls post [...]]]></description>
			<content:encoded><![CDATA[<p align="left">By default your Nagios user will have full access to the web interface. This mean, he/she can do just about anything like stopping checks etc. </p>
<p align="left">Here&#8217;s a quick guide on how to enable read only user access for your nagios web interface. </p>
<ol>
<li>
<div align="left">Nagios 3 (may work for 2, please try, if it works, pls post a comment) </div>
</li>
<li>
<div align="left">Apache2 </div>
</li>
<li>
<div align="left">Debian 3 </div>
</li>
<li>
<div align="left">Authentication on Nagios is enabled </div>
</li>
</ol>
<p align="left">You would need first to get hold of your htpasswd file for Nagios access. Normally found in /usr/local/nagios/etc. You then need to generate or use this page <a href="http://www.htaccesstools.com/htpasswd-generator/">http://www.htaccesstools.com/htpasswd-generator/</a> to generate a readonly user, for this guide, we will use the username rouser and password rouser. The website generate the following line which i will insert into a new line in the htpasswd file; </p>
<p align="left">rouser:$apr1$IHDhm/..$00whe0rH/Fn.c3YisUNV0/ </p>
<p align="left">Now, you can test access with that user already on your Nagios web screen. You will notice, it doesn&#8217;t have any access to anywhere except for the static images/html in there. </p>
<p align="left">Now, simply edit your nagios cgi file normally found in /usr/local/nagios/etc. Look for the directive </p>
<p align="left">authorized_for_all_services=nagiosadmin    <br />authorized_for_all_hosts=nagiosadmin </p>
<p align="left">And add next to it using a comma, the user which you just created like below: </p>
<p align="left">authorized_for_all_services=nagiosadmin,rouser    <br />authorized_for_all_hosts=nagiosadmin,rouser </p>
<p align="left">Now, sign in again (shutdown your browser) with user rouser and password rouser. You now can see everything but cannot access commands therfore making it read-only. </p>
<p align="left">Now, if you want to make access specific for certain hosts only, then you need to match the user you create with the contacts definition files. So, user rouser can be rouser-switches for instance and now he/she see read only for switches. </p>
<p align="left">Try it out and let us know the outcome. </p>
]]></content:encoded>
			<wfw:commentRss>http://intuitinnovations.com/blog/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
