Search found 5 matches
- Thu Jan 02, 2014 7:15 am
- Forum: Plugin: (Network Weather Map)
- Topic: weathermap 0.97c has a bug in editor.php
- Replies: 2
- Views: 2037
weathermap 0.97c has a bug in editor.php
I found a bug in editor.php.It is on line number 794 case "delete_link": $map->ReadConfig($mapfile); $target = wm_editor_sanitize_name($_REQUEST['param']); $log = "delete link ".$target; if(isset($map->links[target])) { unset($map->links[$target]); $map->WriteConfig($mapfile); } ...
- Wed Dec 18, 2013 2:34 am
- Forum: Plugin: (Network Weather Map)
- Topic: Install weathermap plugin on cacti 0.8.8a
- Replies: 6
- Views: 4772
Re: Install weathermap plugin on cacti 0.8.8a
Thank you for your relay. Yes ,you are right.I have a mistake in 1) And I have a solution like this weathermap_setup_table($iscreate=false){ ... if( ($dbversion=="") || (preg_match("/dev$/",$myversion)) || ($dbversion != $myversion) || $iscreate){ ... } .. in install function reg...
- Tue Dec 17, 2013 2:23 am
- Forum: Plugin: (Network Weather Map)
- Topic: Install weathermap plugin on cacti 0.8.8a
- Replies: 6
- Views: 4772
Re: Install weathermap plugin on cacti 0.8.8a
I read weathermap 0.97(org,a,b,c) source code. function weathermap_setup_table () { if( ($dbversion=="") || (preg_match("/dev$/",$myversion)) || ($dbversion != $myversion) ) { 1) $dbversion is alway 0.97X(abc),this value is made by plugin.php 2) preg_match("/dev$/",$myv...
- Sun May 12, 2013 4:53 am
- Forum: Plugin General
- Topic: Can I config Jqueryskin?
- Replies: 1
- Views: 1638
Can I config Jqueryskin?
I want to change the theme of CactiEZ, and I know the Jqueryskin plugin is control the UI ,Can I config Jqueryskin?
I did not found any configuration item in the Console -> Cacti Settings and there is nothing about Jqueryskin configuration in the path of "/plugins/jqueryskin"?
I did not found any configuration item in the Console -> Cacti Settings and there is nothing about Jqueryskin configuration in the path of "/plugins/jqueryskin"?
- Wed Feb 20, 2013 8:54 pm
- Forum: Help: General
- Topic: How can I show Cisco Swtich Port status in One Picture?
- Replies: 0
- Views: 429
How can I show Cisco Swtich Port status in One Picture?
I use the Cacti for moniting my Cisco Switch,And Cacti works good. but I want to moniting the port status just like port up or down,no more details like traffice etc. I test some Cisco port status Template downloaded from this forums,but they show one port status in one picture(Graph?),I just want a...