Search found 23 matches

by mdw162
Sun Feb 13, 2005 1:39 am
Forum: Help: General
Topic: problem with CDEFs - "/"
Replies: 4
Views: 1384

You can set the variable type under GPRINT Presets. The format folllows the fprint/sprint format.
by mdw162
Sat Feb 12, 2005 10:50 am
Forum: Help: General
Topic: cactid with multiple output fields
Replies: 7
Views: 1944

Great! It's just nice to know I'm not doing something wrong and that it's a known issue or simply unsupported.

Thanks!
by mdw162
Fri Feb 11, 2005 9:46 am
Forum: Help: General
Topic: cactid with multiple output fields
Replies: 7
Views: 1944

I'm still having a problem with this. It seems to be a combination of both issues described above. I can get all of my data queries to run by associating them all with active hosts, but cactid seems to have a problem with multiple output fields. It returns the correct results from cmd.php and the co...
by mdw162
Thu Feb 10, 2005 11:34 pm
Forum: Help: General
Topic: cactid with multiple output fields
Replies: 7
Views: 1944

Figured it out. I think it's a bug in cactid.

Cactid doesn't seem to poll any data sources unless they have an associated host. Cmd.php did not have that limitation.
by mdw162
Thu Feb 10, 2005 10:53 pm
Forum: Help: General
Topic: cactid with multiple output fields
Replies: 7
Views: 1944

Okay, I don't think this has anything to do with the number of fields. For some reason I have one poller item that simply never runs with cactid. All of my other poller items run fine under cactid, and this one runs fine under cmd.php. I checked the poller cache and the script in question is listed....
by mdw162
Thu Feb 10, 2005 7:51 pm
Forum: Help: General
Topic: cactid with multiple output fields
Replies: 7
Views: 1944

cactid with multiple output fields

I just switched from cmd.php to cactid and everything works great except for the one custom script with multiple output fields. In cmd.php the script output format was just field1:value1 field2:value2 field3:value3 ....

Has that output format changed in cactid?
by mdw162
Thu Feb 10, 2005 7:20 pm
Forum: Help: Linux/Unix Specific
Topic: File permission "mask" for cacti.log creation
Replies: 3
Views: 2044

File permission "mask" for cacti.log creation

When poller.php is run through cron, the cron or "cactiuser" user needs write access to log/cacti.log for logging to happen. On the other hand, clearing the log file under the "System Utilities" page works only if the web server user (usually "apache" or "nobody&qu...
by mdw162
Thu Feb 10, 2005 11:02 am
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

MATT_B, out of curiosity, what was the cause of the parse error you got earlier?

Also, I thought about increasing the email width, too, but was afraid it would break something. What changes did you make to listthold.php?
by mdw162
Wed Feb 09, 2005 7:38 pm
Forum: Help: General
Topic: Send notifications automatically
Replies: 1
Views: 1447

by mdw162
Wed Feb 09, 2005 6:20 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

Matt_B : not sure I can help you much with the parse error. Can you give me the exact error message and your PHP version? I don't know, but maybe some versions execute shell code differently. I'm using 4.3.10. rony : I couldn't agree more. I'm just hacking a few patches on to get this to work becau...
by mdw162
Wed Feb 09, 2005 4:05 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

One more thing I noticed about Register_Globals:

In listthold.php, the email and del variables need the same isset($_REQUEST[VAR]) fix.

Thanks.
by mdw162
Wed Feb 09, 2005 1:54 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

Yes, you can email multiple people at the same time -- just use a comma-separated list in the input box. It worked for me. I still think there are a lot of issues with the grepping of the log files, incluing the 'current value=0" issue. Here are some fixes to all the issues I've been having. It...
by mdw162
Tue Feb 08, 2005 11:12 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

Thanks for the clarification on the refresh issue. Okay, I'm trying not to make this sound like a list of complaints -- I really think this project has potential, so please don't take this that way...if we (you) get it working it will rock! That being said, I've noticed a few more things: 1. check-t...
by mdw162
Tue Feb 08, 2005 7:45 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

Quick clarification... In the screenshot above in this thread, you show a "red," "triggered" state for the following: threshold=10 trigger=3 current=7 I thought the trigger value represented the number of times the threshold is exceeded before an alert is sent. In the above scena...
by mdw162
Tue Feb 08, 2005 2:41 pm
Forum: Plugin: (Threshold)
Topic: THold 2.0 beta - Threshold monitoring plugin for cacti 8.6c
Replies: 41
Views: 61905

Okay, more info...I think the issue was that I had "Register_Globals" turned off. I think that's the default for security reasons.