<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:23:17 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-273] Select/reject open-source alarm handler</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-273</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Evaluate the various open source alarm handling/monitoring systems. Can any support our needs or should we stick with enhancing our own.&lt;/p&gt;

&lt;p&gt;We absolutely need:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;input plugins, especially one to allow feeding keywords in to some engine which can act on them.&lt;/li&gt;
	&lt;li&gt;expressive logic, including our own code modules.&lt;/li&gt;
	&lt;li&gt;output plugins, so we can feed STS.&lt;/li&gt;
	&lt;li&gt;some way of expressing &apos;modes&apos;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="11931">INSTRM-273</key>
            <summary>Select/reject open-source alarm handler</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10100" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="No further work should be done on this.">Won&apos;t Fix</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="cloomis">cloomis</assignee>
                                    <reporter username="cloomis">cloomis</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Oct 2017 07:26:26 +0000</created>
                <updated>Mon, 11 Jun 2018 18:35:53 +0000</updated>
                            <resolved>Wed, 10 Jan 2018 15:32:00 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                            <comment id="12661" author="cloomis" created="Fri, 13 Oct 2017 07:51:28 +0000"  >&lt;p&gt;Waiting on proposals from any of &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=hiro&quot; class=&quot;user-hover&quot; rel=&quot;hiro&quot;&gt;Yoshida, Hiroshige&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=rhl&quot; class=&quot;user-hover&quot; rel=&quot;rhl&quot;&gt;rhl&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=atsushi.shimono&quot; class=&quot;user-hover&quot; rel=&quot;atsushi.shimono&quot;&gt;shimono&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=arnaud.lefur&quot; class=&quot;user-hover&quot; rel=&quot;arnaud.lefur&quot;&gt;arnaud.lefur&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=fmadec&quot; class=&quot;user-hover&quot; rel=&quot;fmadec&quot;&gt;fmadec&lt;/a&gt;. Will chose by the end of this sprint.&lt;/p&gt;</comment>
                            <comment id="12689" author="hiro" created="Fri, 20 Oct 2017 22:02:21 +0000"  >&lt;p&gt;Alerta (&lt;a href=&quot;http://alerta.io&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://alerta.io&lt;/a&gt;) - I tried it for a few minutes, after spending hours to get it going... Below is the quickest (&amp;#63;) steps to install and try it on Debian 9:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Install MongoDB&lt;br/&gt;
&amp;#35; apt-get install mongodb&lt;/li&gt;
	&lt;li&gt;Install Alerta&lt;br/&gt;
&amp;#35; apt-get install python3-pip&lt;br/&gt;
  $ pip3 install alerta-server alerta&lt;/li&gt;
	&lt;li&gt;Clone Alerta Web Console&lt;br/&gt;
  $ git clone &lt;a href=&quot;https://github.com/alerta/angular-alerta-webui&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/alerta/angular-alerta-webui&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Create a server configuration file&lt;br/&gt;
  $ vi ~/.alertad.conf&lt;br/&gt;
  $ cat ~/.alertad.conf&lt;br/&gt;
CORS_ORIGINS = [&lt;br/&gt;
        &apos;http://127.0.0.1:8080&apos;,&lt;br/&gt;
        &apos;http://PUBLIC_FACING_IP_ADDRESS:8080&apos;&lt;br/&gt;
]&lt;/li&gt;
	&lt;li&gt;Run Alerta server&lt;br/&gt;
  $ ALERTA_SVR_CONF_FILE=~/.alertad.conf ~/.local/bin/alertad run --host PUBLIC_FACING_IP_ADDRESS --port 8080&lt;/li&gt;
	&lt;li&gt;Run Alerta Web Console server&lt;br/&gt;
  $ cd $ANGULAR_ALERTA_WEBUI_DIR/app&lt;br/&gt;
  $ python3 -m http.server 8000&lt;/li&gt;
	&lt;li&gt;Go to Alerta Web Console &lt;a href=&quot;http://PUBLIC_FACING_IP_ADDRESS:8000&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://PUBLIC_FACING_IP_ADDRESS:8000&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Send a test alert manually&lt;br/&gt;
  $ ~/.local/bin/alerta --endpoint-url &lt;a href=&quot;http://PUBLIC_FACING_IP_ADDRESS:8080&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://PUBLIC_FACING_IP_ADDRESS:8080&lt;/a&gt; send -r net -e down -E Production -S Network -s fatal -t &quot;Network is down.&quot; -v ERROR&lt;/li&gt;
	&lt;li&gt;Watch the alert to show up on the Web Console! You create an account, log in, then can acknowledge, close it, etc.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12706" author="arnaud.lefur" created="Wed, 25 Oct 2017 16:53:21 +0000"  >&lt;p&gt;I have been chatting with a guy from manitou-neo and I have to send him an email  where I summarize our needs.&lt;br/&gt;
I might have a phonecon with him then.&lt;br/&gt;
I&apos;m not sure yet if their software can be a good match for us, but it worth trying.&lt;/p&gt;</comment>
                            <comment id="12707" author="cloomis" created="Wed, 25 Oct 2017 18:08:06 +0000"  >&lt;p&gt;I also looked at alerta a bit, mostly because it is designed to encourage accepting input from many different kinds of sources. So adapting our keywords would be easy. At first I thought it might be a good thing for Subaru, if nothing else. &lt;/p&gt;

&lt;p&gt;It is intended to help manage and concisely view many active alerts from many organizations and different kinds of feeds. Again, perhaps good for Subaru, but less interesting to PFS.&lt;/p&gt;

&lt;p&gt;There is no existing support for integrating plotting history with active alerts, which I think would be essential both for Subaru and PFS. There are plugin mechanisms through which we might be able to add them.&lt;/p&gt;

&lt;p&gt;I would look at it more closely if I were Subaru &amp;#8211; I suspect a reasonable development effort would get you what you want &amp;#8211; but am less interested for PFS: that development effort would be better served building on the AIT tools.&lt;/p&gt;

</comment>
                            <comment id="12872" author="cloomis" created="Wed, 10 Jan 2018 15:32:00 +0000"  >&lt;p&gt;For internal PFS work, we are not going use an external product.&lt;/p&gt;</comment>
                            <comment id="12873" author="atsushi.shimono" created="Wed, 10 Jan 2018 15:40:05 +0000"  >&lt;p&gt;This SHALL be for ICS, but not development infrastructure.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii04nw:i</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="24">2017-10A</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>