Manage Plugin 0.6.2 for monitoring networks, servers...
Moderators: Developers, Moderators
YoMarK, msw1970, you have errors when the poller run.
this is not that thing which prevent you to use manage.
but maybe, and i don't know why, maybe the poller can be impacted.
this case was predicted : even if you have installed manage (throw the installer or with sql files), the setting "manage_enable" is off by default.
i'm trying to reproduct this.
this is not that thing which prevent you to use manage.
but maybe, and i don't know why, maybe the poller can be impacted.
this case was predicted : even if you have installed manage (throw the installer or with sql files), the setting "manage_enable" is off by default.
i'm trying to reproduct this.
-
- Cacti User
- Posts: 175
- Joined: Sun May 27, 2007 5:42 pm
Hi all
I just install this manage plugin 0.52 into my cacti 0.8.7b.
Everything appeared to be OK except:
1. The "Device Managing->Groups" give me empty screen. It is like there is an missing ; or { or } in the manage_groups.php.
2. Typo error in the User settings.
{ Manage Settings for user 'blahblahblah' : }
The "Orders Options" for Statut (ascendant) and Statut (decendant). I think it should be "Status (ascendant) and Status (decendant) right?
SH
I just install this manage plugin 0.52 into my cacti 0.8.7b.
Everything appeared to be OK except:
1. The "Device Managing->Groups" give me empty screen. It is like there is an missing ; or { or } in the manage_groups.php.
2. Typo error in the User settings.
{ Manage Settings for user 'blahblahblah' : }
The "Orders Options" for Statut (ascendant) and Statut (decendant). I think it should be "Status (ascendant) and Status (decendant) right?
SH
-
- Cacti User
- Posts: 175
- Joined: Sun May 27, 2007 5:42 pm
-
- Cacti User
- Posts: 175
- Joined: Sun May 27, 2007 5:42 pm
Hi all
I found out why my groups giving me blank screen. It turns out that the manage pluging uses mixture of "Short Open Tag" and Long/Standard Open Tag.
( Standard = "<?php", Short = "<?" )
In openSUSE 10.3 (which what I'm using) is default to accept Standard Open Tag ONLY.
To solve it, I change my php settings to accept both type of open tag.
I change my php.ini with the following setting:
short_open_tag = On
SH
I found out why my groups giving me blank screen. It turns out that the manage pluging uses mixture of "Short Open Tag" and Long/Standard Open Tag.
( Standard = "<?php", Short = "<?" )
In openSUSE 10.3 (which what I'm using) is default to accept Standard Open Tag ONLY.
To solve it, I change my php settings to accept both type of open tag.
I change my php.ini with the following setting:
short_open_tag = On
SH
- streaker69
- Cacti Pro User
- Posts: 712
- Joined: Mon Mar 27, 2006 10:35 am
- Location: Psychic Amish Network Administrator
Gilles
Great plugin, I just got around to updating my Cacti box to all the latest and greatest things and after a little bit, I did get your new version of Manage to run just great. Love the way it integrates into the Plugin management console.
I do have one quickie suggestion. Can you make an option box to either display the Notes entered in the Device settings or not display them. I store the configurations of my switches in that box and initially when I started manage with that stuff in there, I had a huge text file listed.
Thanks.
Great plugin, I just got around to updating my Cacti box to all the latest and greatest things and after a little bit, I did get your new version of Manage to run just great. Love the way it integrates into the Plugin management console.
I do have one quickie suggestion. Can you make an option box to either display the Notes entered in the Device settings or not display them. I store the configurations of my switches in that box and initially when I started manage with that stuff in there, I had a huge text file listed.
Thanks.
[b]Cacti Version[/b] - 0.8.7d
[b]Plugin Architecture[/b] - 2.4
[b]Poller Type[/b] - Cactid v
[b]Server Info[/b] - Linux 2.6.18-128.1.6.el5
[b]Web Server[/b] - Apache/2.2.3 (CentOS)
[b]PHP[/b] - 5.2.9
[b]MySQL[/b] - 5.0.45-log
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.3.2.2
[b]Plugins[/b]PHP Network Managing v0.6.1, Global Plugin Settings v0.6,thold v0.4.1,XMLPort v0.3.5,CactiCam v0.1.5,NetTools v0.1.5,pollperf v0.32,RRD Cleaner v1.1,sqlqueries v0.2,superlinks v0.8,syslog v0.5.2,update v0.4,discovery v0.9,zond v0.34a,hostinfo v0.2,Bloom v0.6.5,mactrack v1.1,weathermap v0.96a,mobile v0.1
[b]Plugin Architecture[/b] - 2.4
[b]Poller Type[/b] - Cactid v
[b]Server Info[/b] - Linux 2.6.18-128.1.6.el5
[b]Web Server[/b] - Apache/2.2.3 (CentOS)
[b]PHP[/b] - 5.2.9
[b]MySQL[/b] - 5.0.45-log
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.3.2.2
[b]Plugins[/b]PHP Network Managing v0.6.1, Global Plugin Settings v0.6,thold v0.4.1,XMLPort v0.3.5,CactiCam v0.1.5,NetTools v0.1.5,pollperf v0.32,RRD Cleaner v1.1,sqlqueries v0.2,superlinks v0.8,syslog v0.5.2,update v0.4,discovery v0.9,zond v0.34a,hostinfo v0.2,Bloom v0.6.5,mactrack v1.1,weathermap v0.96a,mobile v0.1
new version will try to resolve thisparmenion wrote:Hi folks,
Finally managed to get this working thanks to all who contributed. Seems to be working fine however i have the following message Notice: Undefined index: SERVER_ADDR in C:\Inetpub\wwwroot\cacti\plugins\manage\setup.php on line 914
dispalyed above the tabs. Any ideas?
Thanks.
if not, please report here
yes, tcp ports, services and process are automatically discovered.eternal wrote:after i change a port to monitor the new port and the old are left. If i delete the port in the mysql tables it comes back.
if you want to disable something, for example a port checking, just delete the datasource and the associated graph
Hi gilles,
my errors (strange) are quite similar to the ones that phantom_rgs was describing in his screenshot.
I enjoyed your plugin Manage (it is my favourite) with 0.8.6h and a Fedora Core 6, and had no problem with installation or use.
I am finally decided to wait for your next release and try again a fresh install, I am working also with CactiEZ 4.
Thanks,
Fabian.
my errors (strange) are quite similar to the ones that phantom_rgs was describing in his screenshot.
I enjoyed your plugin Manage (it is my favourite) with 0.8.6h and a Fedora Core 6, and had no problem with installation or use.
I am finally decided to wait for your next release and try again a fresh install, I am working also with CactiEZ 4.
Thanks,
Fabian.
Who is online
Users browsing this forum: No registered users and 0 guests