<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" version="2.0">
  <channel>
    <title>New Comments : op5 Idea Box</title>
    <description />
    <item>
      <title>Comment by BBDgZUYG</title>
      <link>http://op5.ideascale.com/a/dtd/3122-3935</link>
      <description>For the record this, by now very old, feature request ("time based search") is preliminary planned for release in op5 LogServer 3.6 (GA: 2010-11-15).</description>
      <pubDate>Tue, 07 Sep 2010 08:31:17 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/3122-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZUSU</title>
      <link>http://op5.ideascale.com/a/dtd/20540-3935</link>
      <description>love this idea, we currently use service groups to achieve this, not ideal but dedicated page is plus</description>
      <pubDate>Sun, 29 Aug 2010 15:11:22 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/20540-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZUNl</title>
      <link>http://op5.ideascale.com/a/dtd/26480-3935</link>
      <description>There is a new tarball for ninja available at op5.org (v1.0.3). That should make sure that the search only return the hosts the user are allowed to see.&lt;br/&gt;&lt;br/&gt;/Peter Östlin</description>
      <pubDate>Tue, 24 Aug 2010 08:55:47 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/26480-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZUNh</title>
      <link>http://op5.ideascale.com/a/dtd/26480-3935</link>
      <description>Thank you for your input.&lt;br/&gt;I am unable to reproduce the search behaviour you are describing but I can confirm the scheduling queue bug which is fixed and will be committed within the next day or so. &lt;br/&gt;&lt;br/&gt;For the search issue - could you please describe in a little more detail the _authorized_for configs for the user you are using to trigger this error? Would be great! ;-)&lt;br/&gt;&lt;br/&gt;Thanks for the heads up anyway!&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;&lt;br/&gt;/Per&lt;br/&gt;&lt;br/&gt;----&lt;br/&gt;Senior Developer op5</description>
      <pubDate>Tue, 24 Aug 2010 08:23:49 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/26480-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZUL1</title>
      <link>http://op5.ideascale.com/a/dtd/26480-3935</link>
      <description>Thank you for your report! I have forwarded it to our dev team.</description>
      <pubDate>Sun, 22 Aug 2010 23:57:25 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/26480-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZSwu</title>
      <link>http://op5.ideascale.com/a/dtd/23235-3935</link>
      <description>where i can get this ??&lt;br/&gt;reports-module-b3bc128bc658c97a01834fe26bbe765ca829c9f1.tar.gz</description>
      <pubDate>Fri, 14 May 2010 13:13:47 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/23235-3935</guid>
    </item>
    <item>
      <title>Comment by BBDgZSkT</title>
      <link>http://op5.ideascale.com/a/dtd/23235-3935</link>
      <description>i tried the following and is able to run the reports-module in Ninja. &lt;br/&gt;Tot it might be helpful:)&lt;br/&gt;&lt;br/&gt;Download the source &lt;br/&gt;Place it in a temp folder in the server where you want to install.&lt;br/&gt;Explore the tar ball&lt;br/&gt;shell &gt; tar -zxvf reports-module-b3bc128bc658c97a01834fe26bbe765ca829c9f1.tar.gz&lt;br/&gt;&lt;br/&gt;Create the reports-module directory&lt;br/&gt;&lt;br/&gt;shell &gt; mkdir /path/to/reports-module&lt;br/&gt;&lt;br/&gt;Run the make command:&lt;br/&gt;&lt;br/&gt;shell &gt; make DESTDIR=/path/to/reports-module install&lt;br/&gt;&lt;br/&gt;Edit the /path/to/reports-module/scripts/setup.sh to the correct path&lt;br/&gt;&lt;br/&gt;mod_path=/path/to/reports-module&lt;br/&gt;prefix=/path/to/nagios/&lt;br/&gt;&lt;br/&gt;archived="/path/to/nagios/var/archives/nagios-*.log"&lt;br/&gt;&lt;br/&gt;nagioslog=/path/to/nagios/var/nagios.log&lt;br/&gt;&lt;br/&gt;Run the installation script:&lt;br/&gt;shell &gt; ./setup.sh&lt;br/&gt;&lt;br/&gt;Verification&lt;br/&gt;&lt;br/&gt;Ensure that the reports-module is updated in the Nagios configuration file:&lt;br/&gt;&lt;br/&gt;shell &gt; grep reports-module /path/to/nagios/etc/nagios.cfg&lt;br/&gt;broker_module=/path/to/reports-module/ndbneb.so /path/to/reports-module/ndbneb.conf&lt;br/&gt;&lt;br/&gt;Ensure that MySQL database has been created and data imported successfully:&lt;br/&gt;&lt;br/&gt;shell &gt; mysql -u monitor -p&lt;br/&gt;Enter password: &lt;br/&gt;Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;br/&gt;Your MySQL connection id is 110822&lt;br/&gt;Server version: 5.0.45 SUSE MySQL RPM&lt;br/&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer.&lt;br/&gt;&lt;br/&gt;mysql&gt; show databases;&lt;br/&gt;+--------------------+&lt;br/&gt;| Database           |&lt;br/&gt;+--------------------+&lt;br/&gt;| information_schema | &lt;br/&gt;| merlin             | &lt;br/&gt;| monitor_reports    | &lt;br/&gt;| test               | &lt;br/&gt;+--------------------+&lt;br/&gt;4 rows in set (0.00 sec)&lt;br/&gt;&lt;br/&gt;mysql&gt; use monitor_reports;&lt;br/&gt;Database changed&lt;br/&gt;&lt;br/&gt;mysql&gt; show tables;&lt;br/&gt;+---------------------------+&lt;br/&gt;| Tables_in_monitor_reports |&lt;br/&gt;+---------------------------+&lt;br/&gt;| db_version                | &lt;br/&gt;| report_data               | &lt;br/&gt;+---------------------------+&lt;br/&gt;2 rows in set (0.00 sec)&lt;br/&gt;&lt;br/&gt;Configure Ninja&lt;br/&gt;&lt;br/&gt;Edit the ninja php files to the correct path.&lt;br/&gt;&lt;br/&gt;/path/to/ninja/application/config/reports.php&lt;br/&gt;&lt;br/&gt;$config['showlog_path'] = '/path/to/reports-module/showlog';&lt;br/&gt;&lt;br/&gt;/path/to/ninja/application/config/config.php&lt;br/&gt;$config['nagios_base_path'] = '/path/to/nagios';&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Restart Apache.&lt;br/&gt;Restart Nagios.</description>
      <pubDate>Mon, 03 May 2010 20:49:22 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/23235-3935</guid>
    </item>
    <item>
      <title>Comment by Peter Östlin</title>
      <link>http://op5.ideascale.com/a/dtd/13760-3935</link>
      <description>Test mail/sms funktion är planerad till nästa version av op5 Appliance. Prel release datum är januari 2010.</description>
      <pubDate>Tue, 13 Oct 2009 04:17:44 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/13760-3935</guid>
    </item>
    <item>
      <title>Comment by Peter Östlin</title>
      <link>http://op5.ideascale.com/a/dtd/16362-3935</link>
      <description>In the top right corner there is a text saying:&lt;br/&gt;"Updated: 13 October 2009 13:12:29" &lt;br/&gt;Clicking that text refreshes the page. Not that obvious perhaps but it does the job.&lt;br/&gt;&lt;br/&gt;</description>
      <pubDate>Tue, 13 Oct 2009 04:15:19 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/16362-3935</guid>
    </item>
    <item>
      <title>Comment by daniel.kakneryd</title>
      <link>http://op5.ideascale.com/a/dtd/1760-3935</link>
      <description>Op5 had a forum in the Support section once, but there wasn't any who posted in it, guess that's why it was removed.</description>
      <pubDate>Wed, 16 Sep 2009 04:45:35 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/1760-3935</guid>
    </item>
    <item>
      <title>Comment by melvin.chng</title>
      <link>http://op5.ideascale.com/a/dtd/14755-3935</link>
      <description>Hi Anders,&lt;br/&gt;&lt;br/&gt;Firstly, thank you for your comment.:D&lt;br/&gt;&lt;br/&gt;We have recently removed the feeds for op5 partner news as it will not work if users are not authorized users of the partner portal. &lt;br/&gt;&lt;br/&gt;/Melvin &lt;br/&gt;</description>
      <pubDate>Tue, 15 Sep 2009 02:17:59 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/14755-3935</guid>
    </item>
    <item>
      <title>Comment by stefank</title>
      <link>http://op5.ideascale.com/a/dtd/2225-3935</link>
      <description>put a beard, hat and cane on the ninja? :D</description>
      <pubDate>Mon, 07 Sep 2009 05:52:18 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/2225-3935</guid>
    </item>
    <item>
      <title>Comment by markus.alvarsson</title>
      <link>http://op5.ideascale.com/a/dtd/12878-3935</link>
      <description>Just found that this is reported as bugID 1891	&lt;br/&gt;2008-12-16 Possibility to schedule reports under Alert summary (reports)</description>
      <pubDate>Fri, 21 Aug 2009 02:40:52 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/12878-3935</guid>
    </item>
    <item>
      <title>Comment by jd</title>
      <link>http://op5.ideascale.com/a/dtd/2225-3935</link>
      <description>Melvin, take a look at http://git.op5.org/git/?p=nagios/ninja.git;a=blob;f=application/views/themes/default/images/ninja_login.png</description>
      <pubDate>Tue, 19 May 2009 05:23:47 PDT</pubDate>
      <guid isPermaLink="true">http://op5.ideascale.com/a/dtd/2225-3935</guid>
    </item>
  </channel>
</rss>


