Search found 5 matches
- Thu Sep 21, 2006 4:43 pm
- Forum: Plugin: (Threshold)
- Topic: Thresholding / Alerting Plugin - Official Q/A Thread
- Replies: 110
- Views: 182611
Sending Alerts via THOLD without Attachment
I have never had a problem with the Graph being generated properly. However I disabled the attachments as I use this for SMS like messages to my cell phone. Sprint (10digit#@messaging.sprintpcs.com) restricts the number of characters in the subject and will not deliver the message with the attachmen...
- Tue Sep 20, 2005 12:46 pm
- Forum: Informational/HOWTO's
- Topic: [HOW TO] % of Bandwidth Used
- Replies: 18
- Views: 32300
FYI-printf escape character
To print a '%' in your printf string:
Simply double the percent sign: %% .
\% can't work, because the backslash \ is the compiler's escape character, while here our problem is that the % is printf's escape character.
Simply double the percent sign: %% .
\% can't work, because the backslash \ is the compiler's escape character, while here our problem is that the % is printf's escape character.
- Tue Sep 20, 2005 12:36 pm
- Forum: Informational/HOWTO's
- Topic: [HOW TO] % of Bandwidth Used
- Replies: 18
- Views: 32300
GPRINT preset for percentage
After much reading on the printf syntax and tinkering. Here's the GPRINT preset to make a percentage look right: Percentage (%6.2lf%%) I named my GPRINT preset "Percentage" to reflect exactly what it is. Something so simple (but hard to find) should be a default entry in cacti's next relea...
- Tue Aug 16, 2005 6:00 pm
- Forum: Help: General
- Topic: Identifying the version of cacti installed
- Replies: 2
- Views: 1201
Thanks
Amazing the simple things one could overlook! Thanks
- Tue Aug 16, 2005 10:38 am
- Forum: Help: General
- Topic: Identifying the version of cacti installed
- Replies: 2
- Views: 1201
Identifying the version of cacti installed
Does anyone know an easy way to tell what version of cacti is installed? I've looked through the settings and can't tell. Is the version number and letter listed anywhere? This would be nice to identify when applying patches.