shame on me
o.k. now it seems to work......
Thank you!
And good look with your internet provider.
Search found 21 matches
- Tue Dec 15, 2009 4:27 am
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 655024
- Wed Dec 02, 2009 7:36 am
- Forum: Plugin Development
- Topic: add "left menu" to new Page
- Replies: 9
- Views: 8171
- Wed Dec 02, 2009 4:30 am
- Forum: Plugin Development
- Topic: add "left menu" to new Page
- Replies: 9
- Views: 8171
- Mon Nov 30, 2009 6:53 am
- Forum: Plugin Development
- Topic: add "left menu" to new Page
- Replies: 9
- Views: 8171
- Mon Nov 30, 2009 5:28 am
- Forum: Plugin Development
- Topic: add "left menu" to new Page
- Replies: 9
- Views: 8171
add "left menu" to new Page
Hi, i just want to add an entry to the left menu under Management. This was not a Problem: function plugin_test_install() { global $config; api_plugin_register_hook('test', 'config_arrays', 'test_config_arrays', 'setup.php'); api_plugin_register_hook('test', 'draw_navigation_text', 'test_draw_naviga...
- Thu Nov 26, 2009 4:00 am
- Forum: Help: General
- Topic: export (xml)-templates via cli
- Replies: 3
- Views: 1362
- Thu Nov 26, 2009 2:40 am
- Forum: Plugin General
- Topic: plugin tab order
- Replies: 0
- Views: 904
plugin tab order
Hi, i'm writing my first plugin with a tab:. 1.) Is it possible to change the order/position of the tab. p.e. this is a "help"-tab und should be at the right side" (or at least "as right as possible" ;-) of all of the plugin-tabs) 2.) My first plugin-tab is allways in the sa...
- Wed Nov 25, 2009 8:40 am
- Forum: Help: General
- Topic: export (xml)-templates via cli
- Replies: 3
- Views: 1362
export (xml)-templates via cli
Hi,
i found a script to import xml-templates.
Is there also a cli-script to export (all) templates?
Thanks
Ebini
i found a script to import xml-templates.
Is there also a cli-script to export (all) templates?
Thanks
Ebini
- Fri Nov 20, 2009 11:06 am
- Forum: Help: General
- Topic: override php sessions handling
- Replies: 2
- Views: 1068
- Fri Nov 20, 2009 11:01 am
- Forum: Plugin Development
- Topic: plugin_hook cacti_image
- Replies: 2
- Views: 3608
- Thu Nov 19, 2009 7:32 am
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 655024
- Wed Nov 18, 2009 11:18 am
- Forum: Plugin General
- Topic: Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
- Replies: 993
- Views: 655024
Auto Generated Data Items
Hi, have i missunderstood the feature "Auto Generated Data Items" in report configuration? I want to automatically add the dataitems to my report. I set Report Configuration -> "Data Item Presets" -> Data Items Filter (optional) to "l%" <- i wannt all hosts with host de...
- Fri Nov 06, 2009 6:31 am
- Forum: Help: General
- Topic: override php sessions handling
- Replies: 2
- Views: 1068
override php sessions handling
Hi, as far as i know cacti uses the standard php-session handling. i just want to ask carefully: wouldn't it be a nice feature to override the standard sessions handling and store session information in the DB. (or make it possible). I ask, because i want to load-balance the webserver. see also http...
- Thu Nov 05, 2009 11:43 am
- Forum: Plugin Development
- Topic: plugin_hook cacti_image
- Replies: 2
- Views: 3608
i found a solution. i solved this by this way: api_plugin_register_hook('myplugin', 'cacti_image', 'show_image','includes/show_image.php'); the function prints the image-src-html code. but is this the correct way? i found the following documentation: http://cactiusers.org/wiki/Hooks The option passe...
- Thu Nov 05, 2009 11:23 am
- Forum: Plugin Development
- Topic: plugin_hook cacti_image
- Replies: 2
- Views: 3608
plugin_hook cacti_image
Hi, i want to use the plugin-hook "cacti_image". When i enter the path to an image api_plugin_register_hook('myplugin', 'cacti_image', '','images/logo.gif'); the login pages shows the gif like "cat logo.gif" GIF89aÃ[÷ÿ˜ÔZ6â€'P—A‹Éfu (...) and the cacti_login_logo below...