Search found 3 matches

by chefwear
Sun Jul 19, 2015 7:38 am
Forum: Plugin Announcements
Topic: Cisco SFP (with DOM) Optical value plugin v0.2.3 + 0.2.4b
Replies: 163
Views: 201411

Re: Cisco SFP (with DOM) Optical value plugin v0.2.3 + 0.2.4

Also, I'm working on a version of this script (well, new code, derived from what I learned about the Cacti script_server API from Reverse-Engineering ss_cisco_sfp.php) for Ciena SAOS / LEOS platforms (39xx / 51xx "Service Delivery Switch") If anyone is interested in helping test/debug tha...
by chefwear
Mon Jun 08, 2015 2:06 pm
Forum: Plugin: (Network Weather Map)
Topic: delete link not working
Replies: 14
Views: 5766

Re: delete link not working

OK - and are there any errors in the Apache error log when you try? One thing I have a mail about for this: change if(isset($map->links[target])) { $log = "delete link ".$target; unset($map->links[$target]); $map->WriteConfig($mapfile); } break; to if(isset($map->links[$target])) { $log =...
by chefwear
Thu Mar 20, 2014 11:58 am
Forum: Scripts and Templates
Topic: Fortigate Templates
Replies: 9
Views: 30331

Re: Fortigate Templates

Working on a Fortigate 200b. Thanks!