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
BIN
extras/firefox_extension/chrome/content/images/bg.jpg
Normal file
After Width: | Height: | Size: 394 B |
BIN
extras/firefox_extension/chrome/content/images/browse.jpg
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
extras/firefox_extension/chrome/content/images/ci_live.gif
Normal file
After Width: | Height: | Size: 710 B |
BIN
extras/firefox_extension/chrome/content/images/gear.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
extras/firefox_extension/chrome/content/images/icon.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon128.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon16.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon19.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon32.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon48.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
extras/firefox_extension/chrome/content/images/icon64.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
extras/firefox_extension/chrome/content/images/left.png
Normal file
After Width: | Height: | Size: 906 B |
BIN
extras/firefox_extension/chrome/content/images/live.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
extras/firefox_extension/chrome/content/images/logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
extras/firefox_extension/chrome/content/images/logo1.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
extras/firefox_extension/chrome/content/images/minus.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
extras/firefox_extension/chrome/content/images/pandora.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
extras/firefox_extension/chrome/content/images/plus.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
extras/firefox_extension/chrome/content/images/prefresh.png
Normal file
After Width: | Height: | Size: 912 B |
BIN
extras/firefox_extension/chrome/content/images/refresh.png
Normal file
After Width: | Height: | Size: 674 B |
BIN
extras/firefox_extension/chrome/content/images/right.png
Normal file
After Width: | Height: | Size: 946 B |
BIN
extras/firefox_extension/chrome/content/images/spinny.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
17
extras/firefox_extension/defaults/preferences/defaults.js
Normal 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);
|
1
extras/firefox_extension/hareesan@pandorafms.org
Normal file
@ -0,0 +1 @@
|
||||
path/to/firefox_extension
|
20
extras/firefox_extension/install.rdf
Normal 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>
|