2012-08-16 Hareesan Rajendra <rharishan@gmail.com>

* firefox_extension : Contains files for Firefox extension.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6863 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
rharishan 2012-08-15 19:15:17 +00:00
parent ac75db97e6
commit 1cc1ff5223
25 changed files with 38 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,17 @@
pref("pandora.ip_address","http://firefly.artica.es/pandora_demo" );
pref("pandora.api_pass","doreik0");
pref("pandora.user_name","demo");
pref("pandora.pass", "demo");
pref("pandora.critical",11);
pref("pandora.informational",1);
pref("pandora.maintenance",10);
pref("pandora.normal",6);
pref("pandora.warning",2);
pref("pandora.events",20);
pref("pandora.refresh",10);
pref("pandora.new_events",0);
pref("pandora.sound_alert",true);
pref("pandora.changed", false);
pref("pandora.data_check", true);
pref("pandora.firstLoad", true);
pref("pandora.data", null);

View File

@ -0,0 +1 @@
path/to/firefox_extension

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>hareesan@pandorafms.org</em:id>
<em:name>Pandora FMS</em:name>
<em:version>1.3.2</em:version>
<em:iconURL>chrome://pandorasidebar/content/icons/icon32.png</em:iconURL>
<em:creator>Pandora FMS</em:creator>
<em:homepageURL>http://www.pandorafms.org</em:homepageURL>
<em:description>Pandora FMS event viewer extension for Firefox</em:description>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>