Nectar V0.22 released
Moderators: Developers, Moderators
Great plugin, thank you!
Especially the tree items feature.
But I think it lacks ability to skip nodes where no graphs are found. We don't need to see headers without graphs in our reports.
Here are patches which add this feature. You need to upgrade nectar tables after applying these patches.
Patches are made for nectar-v022.
Especially the tree items feature.
But I think it lacks ability to skip nodes where no graphs are found. We don't need to see headers without graphs in our reports.
Here are patches which add this feature. You need to upgrade nectar tables after applying these patches.
Patches are made for nectar-v022.
- Attachments
-
- nectar_functions.php.patch
- (4.01 KiB) Downloaded 189 times
-
- nectar_webapi.php.patch
- (3.15 KiB) Downloaded 364 times
-
- setup.php.patch
- (1.65 KiB) Downloaded 195 times
CentOS 64-bit, 20Gb RAM, 8xCPU, some virtual datastore. 600+ hosts, 200k+ datasources, avg polltime 45 sec
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Oops. Oversight noted. Reviewing the patches, we don't need an option for skipping empty, we'll just skip them. Updates will be in 0.23. So, the new column is not required. I have a much better way of handling this.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
ok. some notes:TheWitness wrote:Oops. Oversight noted. Reviewing the patches, we don't need an option for skipping empty, we'll just skip them. Updates will be in 0.23.
1. unauthorized users can see full reports list. they cannot see or edit any report, but they can send it, duplicate it and so on. i think you should either give access to view it (but with attention to user rights - no edit, but with ability to duplicate it), or hide it completely from those who are not authorized.
2. utf-8 is hardcoded for reports. you should pay attention to codepage settings in "settings" plugin.
CentOS 64-bit, 20Gb RAM, 8xCPU, some virtual datastore. 600+ hosts, 200k+ datasources, avg polltime 45 sec
Sorry if repeated, but after all changes in this pluging I'm not sure if i get lost.
Downloaded and installed v022 of the pluging. Also readed the doc, and:
1.- Patched aplied:
lognet54:/aplicaciones/cacti-0.8.7e # patch -p1 -N < /aplicaciones/cacti-0.8.7e/plugins/nectar/settings_include_functions.php.patch
patching file plugins/settings/include/functions.php
2.- File html_utility.php updated as I'm running 0.8.7e
Then, I tried to set up the first report, but now images when i try to see the preview tab
Am I missing something?
Anyway, I selected the report and issue SEND IT NOW. I received the email, but no attached
Thanks...
Downloaded and installed v022 of the pluging. Also readed the doc, and:
1.- Patched aplied:
lognet54:/aplicaciones/cacti-0.8.7e # patch -p1 -N < /aplicaciones/cacti-0.8.7e/plugins/nectar/settings_include_functions.php.patch
patching file plugins/settings/include/functions.php
2.- File html_utility.php updated as I'm running 0.8.7e
Then, I tried to set up the first report, but now images when i try to see the preview tab
Am I missing something?
Anyway, I selected the report and issue SEND IT NOW. I received the email, but no attached
Thanks...
-
- Cacti Guru User
- Posts: 1884
- Joined: Mon Oct 16, 2006 5:57 am
- Location: United Kingdom
- Contact:
Still also not working for me using POSTFIX > Outlook.
Odd thing is:
MSExchange SMTP > Outlook = works fine
POSTFIX > Google Mail = works fine
POSTFIX > Outlook = no dice
Any thoughts ?
Thanks
Odd thing is:
MSExchange SMTP > Outlook = works fine
POSTFIX > Google Mail = works fine
POSTFIX > Outlook = no dice
Any thoughts ?
Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
PM me the email source for your report.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Please grab html_utility.php from our SVN repository. There was an issue with the released version relative to a PREG_MATCH.lcano wrote:Sorry if repeated, but after all changes in this pluging I'm not sure if i get lost.
Downloaded and installed v022 of the pluging. Also readed the doc, and:
1.- Patched aplied:
lognet54:/aplicaciones/cacti-0.8.7e # patch -p1 -N < /aplicaciones/cacti-0.8.7e/plugins/nectar/settings_include_functions.php.patch
patching file plugins/settings/include/functions.php
2.- File html_utility.php updated as I'm running 0.8.7e
Then, I tried to set up the first report, but now images when i try to see the preview tab
Am I missing something?
Anyway, I selected the report and issue SEND IT NOW. I received the email, but no attached
Thanks...
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
The first one's a bug. The second one you can control in your format file. However, I'll take a look. You might want to update settings to 0.6.shd wrote:ok. some notes:TheWitness wrote:Oops. Oversight noted. Reviewing the patches, we don't need an option for skipping empty, we'll just skip them. Updates will be in 0.23.
1. unauthorized users can see full reports list. they cannot see or edit any report, but they can send it, duplicate it and so on. i think you should either give access to view it (but with attention to user rights - no edit, but with ability to duplicate it), or hide it completely from those who are not authorized.
2. utf-8 is hardcoded for reports. you should pay attention to codepage settings in "settings" plugin.
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Your email message includes some injected html that is messing with the format of the HTML. Don't know if that's the issue, but the HTML is way off.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Cacti Guru User
- Posts: 1884
- Joined: Mon Oct 16, 2006 5:57 am
- Location: United Kingdom
- Contact:
Yes - we have a signature in Outlook, however, it works fine if I use MSExchange as the SMTP. If I use Postfix, it all falls apart.TheWitness wrote:Your email message includes some injected html that is messing with the format of the HTML. Don't know if that's the issue, but the HTML is way off.
TheWitness
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
The encoding looks fine now. I think the issue "may" be the html formatting. Let me know if you figure it out.
TheWitness
TheWitness
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
-
- Posts: 31
- Joined: Thu May 07, 2009 9:21 am
Where does this error stem from
NECTAR: Poller[0] Unable to attach file, all attachments will exceed Max Size
I have reviewed my MTA settings and relay server and neither of which seem to complain, and I have done some digging around inside of the nectar stuff and cannot seem to find any limitations (although it could be looking at me in the face)
NECTAR: Poller[0] Unable to attach file, all attachments will exceed Max Size
I have reviewed my MTA settings and relay server and neither of which seem to complain, and I have done some digging around inside of the nectar stuff and cannot seem to find any limitations (although it could be looking at me in the face)
-
- Posts: 31
- Joined: Thu May 07, 2009 9:21 am
Who is online
Users browsing this forum: No registered users and 3 guests